Searched refs:cdf_property_info_t (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | cdf.h | 194 } cdf_property_info_t; typedef 317 cdf_property_info_t **, size_t *, size_t *); 330 cdf_summary_info_header_t *, cdf_property_info_t **, size_t *); 349 void cdf_dump_property_info(const cdf_property_info_t *, size_t);
|
H A D | cdf.c | 861 #define CDF_PROP_LIMIT (UINT32_MAX / (8 * sizeof(cdf_property_info_t))) 900 static cdf_property_info_t * 901 cdf_grow_info(cdf_property_info_t **info, size_t *maxcount, size_t incr) in cdf_grow_info() 903 cdf_property_info_t *inp; in cdf_grow_info() 911 inp = CAST(cdf_property_info_t *, in cdf_grow_info() 927 cdf_copy_info(cdf_property_info_t *inp, const void *p, const void *e, in cdf_copy_info() 956 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) in cdf_read_property_info() 962 cdf_property_info_t *inp; in cdf_read_property_info() 1112 cdf_summary_info_header_t *ssi, cdf_property_info_t **info, size_t *count) in cdf_unpack_summary_info() 1445 cdf_dump_property_info(const cdf_property_info_t *info, size_t count) in cdf_dump_property_info() [all …]
|
H A D | readcdf.c | 135 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, in cdf_file_property_info() 293 cdf_property_info_t *info; in cdf_file_summary_info()
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 1057 cdf_dump_property_info(const cdf_property_info_t *info, size_t count)
|
Completed in 20 milliseconds