Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c8054 unsigned int orig_bracount; in compile_regex() local
8110 orig_bracount = max_bracount = cd->bracount; in compile_regex()
8116 if (reset_bracount) cd->bracount = orig_bracount; in compile_regex()