Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c3949 BOOL reset_bracount; in compile_branch() local
6065 reset_bracount = FALSE; in compile_branch()
6084 reset_bracount = TRUE; in compile_branch()
7038 reset_bracount, /* True if (?| group */ in compile_branch()
7278 reset_bracount = FALSE; in compile_branch()
7591 int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, uint32_t skipunits, in compile_regex() argument
7672 if (reset_bracount) cb->bracount = orig_bracount; in compile_regex()