Searched refs:OPT_EXACT_MAXLEN (Results 1 – 1 of 1) sorted by relevance
3948 #define OPT_EXACT_MAXLEN 24 macro3975 UChar s[OPT_EXACT_MAXLEN];4201 return (ex->len >= OPT_EXACT_MAXLEN ? 1 : 0); in is_full_opt_exact_info()4238 if (i + len > OPT_EXACT_MAXLEN) break; in concat_opt_exact_info()4258 for (i = to->len, p = s; p < end && i < OPT_EXACT_MAXLEN; ) { in concat_opt_exact_info_str()4260 if (i + len > OPT_EXACT_MAXLEN) break; in concat_opt_exact_info_str()