Searched refs:PROP_LEN_LIMIT (Results 1 – 2 of 2) sorted by relevance
250 #define PROP_LEN_LIMIT 1024 macro
7879 if (n <= (PROP_LEN_LIMIT / sizeof (int32_t))) { in add_property()7891 if (n <= (PROP_LEN_LIMIT / sizeof (int64_t))) { in add_property()7904 if (n <= PROP_LEN_LIMIT) { in add_property()7925 if (len <= PROP_LEN_LIMIT) { in add_property()