Searched refs:cdf_header_t (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | cdf.h | 83 } 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 *, 320 void cdf_dump_header(const cdf_header_t *); [all …]
|
H A D | cdf.c | 175 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 D | readcdf.c | 178 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, 230 cdf_header_t h;
|
/PHP-5.4/ext/fileinfo/ |
H A D | libmagic.patch | 1008 cdf_unpack_summary_info(const cdf_stream_t *sst, const cdf_header_t *h, 1111 int cdf_read_header(const cdf_info_t *, cdf_header_t *); 1112 void cdf_swap_header(cdf_header_t *); 1113 void cdf_unpack_header(cdf_header_t *, char *);
|
Completed in 22 milliseconds