Searched refs:OPT_EXACT_MAXLEN (Results 1 – 2 of 2) sorted by relevance
3927 #define OPT_EXACT_MAXLEN 24 macro3954 UChar s[OPT_EXACT_MAXLEN];4180 return (ex->len >= OPT_EXACT_MAXLEN ? 1 : 0); in is_full_opt_exact_info()4217 if (i + len > OPT_EXACT_MAXLEN) break; in concat_opt_exact_info()4237 for (i = to->len, p = s; p < end && i < OPT_EXACT_MAXLEN; ) { in concat_opt_exact_info_str()4239 if (i + len > OPT_EXACT_MAXLEN) break; in concat_opt_exact_info_str()
1358 OptExactInfo length should not over OPT_EXACT_MAXLEN.
Completed in 21 milliseconds