Home
last modified time | relevance | path

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

/PHP-7.0/ext/fileinfo/libmagic/
H A Dcdf.c805 size_t i, o, o4, nelements, j; in cdf_read_property_info() local
874 nelements = CDF_GETUINT32(q, 1); in cdf_read_property_info()
875 if (nelements == 0) { in cdf_read_property_info()
881 nelements = 1; in cdf_read_property_info()
938 if (nelements > 1) { in cdf_read_property_info()
941 || nelements > CDF_PROP_LIMIT) in cdf_read_property_info()
943 *maxcount += nelements; in cdf_read_property_info()
952 nelements)); in cdf_read_property_info()
953 for (j = 0; j < nelements && i < sh.sh_properties; in cdf_read_property_info()

Completed in 11 milliseconds