Lines Matching refs:maxcount
794 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) in cdf_read_property_info() argument
828 if (*maxcount) { in cdf_read_property_info()
829 if (*maxcount > CDF_PROP_LIMIT) in cdf_read_property_info()
831 *maxcount += sh.sh_properties; in cdf_read_property_info()
833 realloc(*info, *maxcount * sizeof(*inp))); in cdf_read_property_info()
835 *maxcount = sh.sh_properties; in cdf_read_property_info()
837 malloc(*maxcount * sizeof(*inp))); in cdf_read_property_info()
940 if (*maxcount > CDF_PROP_LIMIT in cdf_read_property_info()
943 *maxcount += nelements; in cdf_read_property_info()
945 realloc(*info, *maxcount * sizeof(*inp))); in cdf_read_property_info()
1000 size_t maxcount; in cdf_unpack_summary_info() local
1017 maxcount = 0; in cdf_unpack_summary_info()
1020 count, &maxcount) == -1) in cdf_unpack_summary_info()