Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c4481 BOOL reset_bracount; in compile_branch() local
6427 reset_bracount = FALSE; in compile_branch()
6577 reset_bracount = TRUE; in compile_branch()
7497 reset_bracount, /* True if (?| group */ in compile_branch()
7740 reset_bracount = FALSE; in compile_branch()
8036 int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, int skipbytes, in compile_regex() argument
8116 if (reset_bracount) cd->bracount = orig_bracount; in compile_regex()