Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dcdf.h81 } cdf_header_t; typedef
277 int cdf_read_header(const cdf_info_t *, cdf_header_t *);
278 void cdf_swap_header(cdf_header_t *);
279 void cdf_unpack_header(cdf_header_t *, char *);
284 const cdf_header_t *, cdf_secid_t);
286 const cdf_header_t *, cdf_secid_t);
287 int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *);
293 int cdf_read_sector_chain(const cdf_info_t *, const cdf_header_t *,
300 int cdf_read_short_stream(const cdf_info_t *, const cdf_header_t *,
318 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()
1070 cdf_dump_header(const cdf_header_t *h) in cdf_dump_header()
1145 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir()
[all …]
H A Dreadcdf.c178 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h,
230 cdf_header_t h;
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch925 int cdf_read_header(const cdf_info_t *, cdf_header_t *);
926 void cdf_swap_header(cdf_header_t *);
927 void cdf_unpack_header(cdf_header_t *, char *);

Completed in 20 milliseconds