Home
last modified time | relevance | path

Searched refs:newcount (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf.c882 size_t newcount = *maxcount + incr; in cdf_grow_info() local
884 if (newcount > CDF_PROP_LIMIT) { in cdf_grow_info()
886 newcount, CDF_PROP_LIMIT)); in cdf_grow_info()
890 CDF_REALLOC(*info, newcount * sizeof(*inp))); in cdf_grow_info()
895 *maxcount = newcount; in cdf_grow_info()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1550 size_t newcount = *maxcount + incr;
1552 if (newcount > CDF_PROP_LIMIT) {
1555 newcount, CDF_PROP_LIMIT));
1559 *maxcount = newcount;

Completed in 12 milliseconds