Lines Matching defs:maxcount
937 cdf_grow_info(cdf_property_info_t **info, size_t *maxcount, size_t incr)
940 size_t newcount = *maxcount + incr;
953 *maxcount = newcount;
957 *maxcount = 0;
992 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount)
1022 inp = cdf_grow_info(info, maxcount, sh.sh_properties);
1089 inp = cdf_grow_info(info, maxcount, nelements);
1142 *maxcount = 0;
1151 size_t maxcount;
1169 maxcount = 0;
1172 count, &maxcount) == -1)