Searched refs:cdf_info_t (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | cdf.h | 272 } cdf_info_t; typedef 290 int cdf_read_header(const cdf_info_t *, cdf_header_t *); 296 ssize_t cdf_read_sector(const cdf_info_t *, void *, size_t, size_t, 300 int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *); 302 int cdf_read_long_sector_chain(const cdf_info_t *, const cdf_header_t *, 306 int cdf_read_sector_chain(const cdf_info_t *, const cdf_header_t *, 309 int cdf_read_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *, 313 int cdf_read_short_stream(const cdf_info_t *, const cdf_header_t *, 318 int cdf_read_user_stream(const cdf_info_t *, const cdf_header_t *, 323 int cdf_read_doc_summary_info(const cdf_info_t *, const cdf_header_t *, [all …]
|
H A D | cdf.c | 343 cdf_read(const cdf_info_t *info, zend_off_t off, void *buf, size_t len) in cdf_read() 372 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header() 439 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) in cdf_read_sat() 653 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_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() 763 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_short_stream() 816 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_summary_info() 825 cdf_read_user_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_user_stream() 1385 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir() [all …]
|
H A D | readcdf.c | 361 cdf_file_catalog_info(struct magic_set *ms, const cdf_info_t *info, in cdf_file_catalog_info() 379 cdf_check_summary_info(struct magic_set *ms, const cdf_info_t *info, in cdf_check_summary_info() 536 cdf_info_t info; in file_trycdf()
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 1005 -cdf_read(const cdf_info_t *info, off_t off, void *buf, size_t len) 1006 +cdf_read(const cdf_info_t *info, zend_off_t off, void *buf, size_t len) 1067 cdf_info_t info; 1104 int cdf_read_header(const cdf_info_t *, cdf_header_t *);
|
Completed in 17 milliseconds