Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c791 if (*maxcount) { in cdf_read_property_info()
792 if (*maxcount > CDF_PROP_LIMIT) in cdf_read_property_info()
794 *maxcount += sh.sh_properties; in cdf_read_property_info()
796 realloc(*info, *maxcount * sizeof(*inp))); in cdf_read_property_info()
798 *maxcount = sh.sh_properties; in cdf_read_property_info()
800 malloc(*maxcount * sizeof(*inp))); in cdf_read_property_info()
898 if (*maxcount > CDF_PROP_LIMIT in cdf_read_property_info()
901 *maxcount += nelements; in cdf_read_property_info()
958 size_t maxcount; in cdf_unpack_summary_info() local
975 maxcount = 0; in cdf_unpack_summary_info()
[all …]
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1011 - size_t i, maxcount;
1012 + size_t maxcount;
1023 maxcount = 0;
1032 - info, count, &maxcount) == -1) {
1034 + count, &maxcount) == -1)

Completed in 13 milliseconds