Home
last modified time | relevance | path

Searched refs:cdf_header_t (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/ext/fileinfo/libmagic/
H A Dcdf.h83 } cdf_header_t; typedef
279 int cdf_read_header(const cdf_info_t *, cdf_header_t *);
280 void cdf_swap_header(cdf_header_t *);
281 void cdf_unpack_header(cdf_header_t *, char *);
286 const cdf_header_t *, cdf_secid_t);
288 const cdf_header_t *, cdf_secid_t);
289 int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *);
295 int cdf_read_sector_chain(const cdf_info_t *, const cdf_header_t *,
302 int cdf_read_short_stream(const cdf_info_t *, const cdf_header_t *,
321 void cdf_dump_header(const cdf_header_t *);
[all …]
H A Dcdf.c175 cdf_swap_header(cdf_header_t *h) in cdf_swap_header()
204 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header()
321 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header()
355 const cdf_header_t *h, cdf_secid_t id) in cdf_read_sector()
365 size_t len, const cdf_header_t *h, cdf_secid_t id) in cdf_read_short_sector()
542 cdf_read_short_sector_chain(const cdf_header_t *h, in cdf_read_short_sector_chain()
597 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir()
651 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat()
1073 cdf_dump_header(const cdf_header_t *h) in cdf_dump_header()
1148 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir()
[all …]
H A Dreadcdf.c262 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h,
322 cdf_header_t h;
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch928 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h,
989 cdf_unpack_summary_info(const cdf_stream_t *sst, const cdf_header_t *h,
1092 int cdf_read_header(const cdf_info_t *, cdf_header_t *);
1093 void cdf_swap_header(cdf_header_t *);
1094 void cdf_unpack_header(cdf_header_t *, char *);
1096 int cdf_read_ssat(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
1098 int cdf_read_short_stream(const cdf_info_t *, const cdf_header_t *,
1102 int cdf_read_property_info(const cdf_stream_t *, const cdf_header_t *, uint32_t,
1104 int cdf_read_summary_info(const cdf_info_t *, const cdf_header_t *,
2907 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h,

Completed in 30 milliseconds