Lines Matching refs:cdf_property_info_t
903 #define CDF_PROP_LIMIT (UINT32_MAX / (64 * sizeof(cdf_property_info_t)))
942 static cdf_property_info_t *
943 cdf_grow_info(cdf_property_info_t **info, size_t *maxcount, size_t incr) in cdf_grow_info()
945 cdf_property_info_t *inp; in cdf_grow_info()
953 inp = CAST(cdf_property_info_t *, in cdf_grow_info()
969 cdf_copy_info(cdf_property_info_t *inp, const void *p, const void *e, in cdf_copy_info()
998 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) in cdf_read_property_info()
1004 cdf_property_info_t *inp; in cdf_read_property_info()
1155 cdf_summary_info_header_t *ssi, cdf_property_info_t **info, size_t *count) in cdf_unpack_summary_info()
1489 cdf_dump_property_info(const cdf_property_info_t *info, size_t count) in cdf_dump_property_info()
1563 cdf_property_info_t *info; in cdf_dump_summary_info()