Searched refs:cdf_header_t (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | cdf.h | 80 } cdf_header_t; typedef 290 int cdf_read_header(const cdf_info_t *, cdf_header_t *); 291 void cdf_swap_header(cdf_header_t *); 292 void cdf_unpack_header(cdf_header_t *, char *); 297 const cdf_header_t *, cdf_secid_t); 299 const cdf_header_t *, cdf_secid_t); 300 int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *); 318 int cdf_read_user_stream(const cdf_info_t *, const cdf_header_t *, 331 int cdf_unpack_catalog(const cdf_header_t *, const cdf_stream_t *, 343 void cdf_dump_header(const cdf_header_t *); [all …]
|
H A D | cdf.c | 205 cdf_swap_header(cdf_header_t *h) in cdf_swap_header() 234 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header() 372 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header() 406 const cdf_header_t *h, cdf_secid_t id) in cdf_read_sector() 416 size_t len, const cdf_header_t *h, cdf_secid_t id) in cdf_read_short_sector() 611 cdf_read_short_sector_chain(const cdf_header_t *h, in cdf_read_short_sector_chain() 666 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir() 720 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat() 1310 cdf_dump_header(const cdf_header_t *h) in cdf_dump_header() 1385 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir() [all …]
|
H A D | readcdf.c | 258 cdf_file_catalog(struct magic_set *ms, const cdf_header_t *h, in cdf_file_catalog() 289 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, in cdf_file_summary_info() 362 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_file_catalog_info() 380 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_check_summary_info() 537 cdf_header_t h; in file_trycdf()
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 1104 int cdf_read_header(const cdf_info_t *, cdf_header_t *); 1105 void cdf_swap_header(cdf_header_t *); 1106 void cdf_unpack_header(cdf_header_t *, char *);
|
Completed in 30 milliseconds