#include "file.h"
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <ctype.h>
#include "cdf.h"
#include "magic.h"
Go to the source code of this file.
|
struct | nv |
|
struct | cv |
|
struct | sinfo |
|
|
file_private const char * | cdf_clsid_to_mime (const uint64_t clsid[2], const struct cv *cv) |
|
file_private const char * | cdf_app_to_mime (const char *vbuf, const struct nv *nv) |
|
file_private int | cdf_file_property_info (struct magic_set *ms, const cdf_property_info_t *info, size_t count, const cdf_directory_t *root_storage) |
|
file_private int | cdf_file_catalog (struct magic_set *ms, const cdf_header_t *h, const cdf_stream_t *sst) |
|
file_private int | cdf_file_summary_info (struct magic_set *ms, const cdf_header_t *h, const cdf_stream_t *sst, const cdf_directory_t *root_storage) |
|
file_private int | cdf_file_catalog_info (struct magic_set *ms, const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) |
|
file_private int | cdf_check_summary_info (struct magic_set *ms, const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, const cdf_directory_t *root_storage, const char **expn) |
|
file_private int | cdf_file_dir_info (struct magic_set *ms, const cdf_dir_t *dir) |
|
file_protected int | file_trycdf (struct magic_set *ms, const struct buffer *b) |
|
◆ HWP5_SIGNATURE
#define HWP5_SIGNATURE "HWP Document File" |
◆ NOTMIME
◆ cdf_app_to_mime()
file_private const char * cdf_app_to_mime |
( |
const char * | vbuf, |
|
|
const struct nv * | nv ) |
◆ cdf_check_summary_info()
◆ cdf_clsid_to_mime()
file_private const char * cdf_clsid_to_mime |
( |
const uint64_t | clsid[2], |
|
|
const struct cv * | cv ) |
◆ cdf_file_catalog()
◆ cdf_file_catalog_info()
◆ cdf_file_dir_info()
◆ cdf_file_property_info()
◆ cdf_file_summary_info()
◆ file_trycdf()
◆ sectioninfo