Home
last modified time | relevance | path

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

/PHP-7.0/ext/fileinfo/libmagic/
H A Dcdf.c828 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()
1000 size_t maxcount; in cdf_unpack_summary_info() local
1017 maxcount = 0; in cdf_unpack_summary_info()
[all …]

Completed in 9 milliseconds