Searched refs:maxlookbehind (Results 1 – 1 of 1) sorted by relevance
802 static uint32_t maxlookbehind; variable3927 if (maxlookbehind > 0) in show_pattern_info()3928 fprintf(outfile, "Max lookbehind = %d\n", maxlookbehind); in show_pattern_info()4982 if (pattern_info(PCRE2_INFO_MAXLOOKBEHIND, &maxlookbehind, FALSE) != 0) in process_pattern()6616 poffset = backchars(pp, ovector[0], maxlookbehind, utf); in process_data()