Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c451 BOOL unset_backref; member
6755 if (backtracks != NULL && !common->unset_backref) in compile_dnref_search()
6775 if (withchecks && !common->unset_backref) in compile_ref_matchingpath()
10901 common->unset_backref = (re->overall_options & PCRE2_MATCH_UNSET_BACKREF) != 0; in jit_compile()