Searched refs:cdf_property_info_t (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | cdf.h | 196 } cdf_property_info_t; typedef 305 cdf_property_info_t **, size_t *, size_t *); 310 cdf_summary_info_header_t *, cdf_property_info_t **, size_t *); 326 void cdf_dump_property_info(const cdf_property_info_t *, size_t);
|
H A D | readcdf.c | 48 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, 182 cdf_property_info_t *info;
|
H A D | cdf.c | 757 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) in cdf_read_property_info() 769 cdf_property_info_t *inp; in cdf_read_property_info() 795 inp = CAST(cdf_property_info_t *, in cdf_read_property_info() 799 inp = CAST(cdf_property_info_t *, in cdf_read_property_info() 902 inp = CAST(cdf_property_info_t *, in cdf_read_property_info() 956 cdf_summary_info_header_t *ssi, cdf_property_info_t **info, size_t *count) in cdf_unpack_summary_info() 1203 cdf_dump_property_info(const cdf_property_info_t *info, size_t count) 1280 cdf_property_info_t *info;
|
/PHP-5.4/ext/fileinfo/ |
H A D | libmagic.patch | 1009 cdf_summary_info_header_t *ssi, cdf_property_info_t **info, size_t *count) 1051 cdf_dump_property_info(const cdf_property_info_t *info, size_t count)
|
Completed in 20 milliseconds