Searched defs:maxcount (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | cdf.c | 754 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) 788 if (*maxcount) { 789 if (*maxcount > CDF_PROP_LIMIT) 791 *maxcount += sh.sh_properties; 793 realloc(*info, *maxcount * sizeof(*inp))); 795 *maxcount = sh.sh_properties; 797 malloc(*maxcount * sizeof(*inp))); 887 if (*maxcount > CDF_PROP_LIMIT 890 *maxcount += nelements; 892 realloc(*info, *maxcount * sizeo 753 cdf_read_property_info(const cdf_stream_t *sst, const cdf_header_t *h, uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) argument 945 size_t i, maxcount; local [all...] |
Completed in 24 milliseconds