Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c786 #define CDF_PROP_LIMIT (UINT32_MAX / (4 * sizeof(*inp))) in cdf_read_property_info() macro
787 if (sh.sh_properties > CDF_PROP_LIMIT) in cdf_read_property_info()
792 if (*maxcount > CDF_PROP_LIMIT) in cdf_read_property_info()
898 if (*maxcount > CDF_PROP_LIMIT in cdf_read_property_info()
899 || nelements > CDF_PROP_LIMIT) in cdf_read_property_info()

Completed in 8 milliseconds