Searched refs:OPT_EXACT_MAXLEN (Results 1 – 2 of 2) sorted by relevance
3981 #define OPT_EXACT_MAXLEN 24 macro4008 UChar s[OPT_EXACT_MAXLEN];4237 return (ex->len >= OPT_EXACT_MAXLEN ? 1 : 0); in is_full_opt_exact_info()4274 if (i + len > OPT_EXACT_MAXLEN) break; in concat_opt_exact_info()4294 for (i = to->len, p = s; p < end && i < OPT_EXACT_MAXLEN; ) { in concat_opt_exact_info_str()4296 if (i + len > OPT_EXACT_MAXLEN) break; in concat_opt_exact_info_str()
1446 OptExactInfo length should not over OPT_EXACT_MAXLEN.
Completed in 29 milliseconds