Searched refs:TNF_STRING_LIMIT (Results 1 – 2 of 2) sorted by relevance
65 #define TNF_STRING_LIMIT 255 /* excludes terminating NUL */ macro
740 if (string_size > TNF_STRING_LIMIT) in tnf_string_1()741 string_size = TNF_STRING_LIMIT; in tnf_string_1()