Searched refs:textlimit (Results 1 – 1 of 1) sorted by relevance
2169 int textlimit = FLAGS_cld_textlimit << 10; // in KB in DetectLanguageSummaryV25() local2170 if (textlimit == 0) {textlimit = 0x7fffffff;} in DetectLanguageSummaryV25()2173 int advance_limit = textlimit >> 3; // For first 1/8 of max document in DetectLanguageSummaryV25()2336 if (total_text_bytes > textlimit) { in DetectLanguageSummaryV25()2340 total_text_bytes, textlimit); in DetectLanguageSummaryV25()