Searched refs:cdf_property_info_t (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | cdf.h | 192 } cdf_property_info_t; typedef 315 cdf_property_info_t **, size_t *, size_t *); 324 cdf_summary_info_header_t *, cdf_property_info_t **, size_t *); 343 void cdf_dump_property_info(const cdf_property_info_t *, size_t);
|
H A D | cdf.c | 794 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) in cdf_read_property_info() 806 cdf_property_info_t *inp; in cdf_read_property_info() 832 inp = CAST(cdf_property_info_t *, in cdf_read_property_info() 836 inp = CAST(cdf_property_info_t *, in cdf_read_property_info() 944 inp = CAST(cdf_property_info_t *, in cdf_read_property_info() 998 cdf_summary_info_header_t *ssi, cdf_property_info_t **info, size_t *count) in cdf_unpack_summary_info() 1322 cdf_dump_property_info(const cdf_property_info_t *info, size_t count) in cdf_dump_property_info() 1396 cdf_property_info_t *info; in cdf_dump_summary_info()
|
H A D | readcdf.c | 133 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, in cdf_file_property_info() 289 cdf_property_info_t *info; in cdf_file_summary_info()
|
/PHP-7.0/ext/fileinfo/ |
H A D | libmagic.patch | 1083 cdf_dump_property_info(const cdf_property_info_t *info, size_t count)
|
Completed in 65 milliseconds