Home
last modified time | relevance | path

Searched refs:maxlookbehind (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2test.c888 static uint32_t maxlookbehind; variable
4415 if (maxlookbehind > 0) in show_pattern_info()
4416 fprintf(outfile, "Max lookbehind = %d\n", maxlookbehind); in show_pattern_info()
5717 if (pattern_info(PCRE2_INFO_MAXLOOKBEHIND, &maxlookbehind, FALSE) != 0) in process_pattern()
7504 poffset = backchars(pp, ovector[0], maxlookbehind, utf); in process_data()