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

/freebsd-11-stable/contrib/file/src/
H A Dcdf.c877 #define CDF_PROP_LIMIT (UINT32_MAX / (64 * sizeof(cdf_property_info_t))) macro
922 if (newcount > CDF_PROP_LIMIT) {
924 SIZE_T_FORMAT "u\n", newcount, CDF_PROP_LIMIT));
1000 if (sh.sh_properties > CDF_PROP_LIMIT)

Completed in 105 milliseconds