Searched refs:cdf_header_t (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | cdf.h | 79 } cdf_header_t; typedef 288 int cdf_read_header(const cdf_info_t *, cdf_header_t *); 289 void cdf_swap_header(cdf_header_t *); 290 void cdf_unpack_header(cdf_header_t *, char *); 295 const cdf_header_t *, cdf_secid_t); 297 const cdf_header_t *, cdf_secid_t); 298 int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *); 316 int cdf_read_user_stream(const cdf_info_t *, const cdf_header_t *, 325 int cdf_unpack_catalog(const cdf_header_t *, const cdf_stream_t *, 337 void cdf_dump_header(const cdf_header_t *); [all …]
|
H A D | cdf.c | 180 cdf_swap_header(cdf_header_t *h) in cdf_swap_header() 209 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header() 326 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header() 360 const cdf_header_t *h, cdf_secid_t id) in cdf_read_sector() 370 size_t len, const cdf_header_t *h, cdf_secid_t id) in cdf_read_short_sector() 558 cdf_read_short_sector_chain(const cdf_header_t *h, in cdf_read_short_sector_chain() 613 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir() 667 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat() 1186 cdf_dump_header(const cdf_header_t *h) in cdf_dump_header() 1262 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir() [all …]
|
H A D | readcdf.c | 254 cdf_file_catalog(struct magic_set *ms, const cdf_header_t *h, in cdf_file_catalog() 285 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, in cdf_file_summary_info() 358 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_file_catalog_info() 445 cdf_header_t h; in file_trycdf()
|
/PHP-7.0/ext/fileinfo/ |
H A D | libmagic.patch | 1141 int cdf_read_header(const cdf_info_t *, cdf_header_t *); 1142 void cdf_swap_header(cdf_header_t *); 1143 void cdf_unpack_header(cdf_header_t *, char *);
|
Completed in 19 milliseconds