Home
last modified time | relevance | path

Searched refs:cdf_property_info_t (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/file/src/
H A Dcdf.h192 } cdf_property_info_t; typedef
315 cdf_property_info_t **, size_t *, size_t *);
328 cdf_summary_info_header_t *, cdf_property_info_t **, size_t *);
347 void cdf_dump_property_info(const cdf_property_info_t *, size_t);
H A Dcdf.c897 #define CDF_PROP_LIMIT (UINT32_MAX / (64 * sizeof(cdf_property_info_t)))
936 static cdf_property_info_t *
937 cdf_grow_info(cdf_property_info_t **info, size_t *maxcount, size_t incr) in cdf_grow_info()
939 cdf_property_info_t *inp; in cdf_grow_info()
947 inp = CAST(cdf_property_info_t *, in cdf_grow_info()
963 cdf_copy_info(cdf_property_info_t *inp, const void *p, const void *e, in cdf_copy_info()
992 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) in cdf_read_property_info()
998 cdf_property_info_t *inp; in cdf_read_property_info()
1149 cdf_summary_info_header_t *ssi, cdf_property_info_t **info, size_t *count) in cdf_unpack_summary_info()
1483 cdf_dump_property_info(const cdf_property_info_t *info, size_t count) in cdf_dump_property_info()
[all …]
H A Dreadcdf.c148 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, in cdf_file_property_info()
301 cdf_property_info_t *info; in cdf_file_summary_info()