Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c7608 unsigned int orig_bracount; in compile_regex() local
7665 orig_bracount = max_bracount = cb->bracount; in compile_regex()
7672 if (reset_bracount) cb->bracount = orig_bracount; in compile_regex()