Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c8275 unsigned int max_bracount; in compile_regex() local
8333 orig_bracount = max_bracount = cd->bracount; in compile_regex()
8365 if (cd->bracount > max_bracount) max_bracount = cd->bracount; in compile_regex()
8515 cd->bracount = max_bracount; in compile_regex()

Completed in 20 milliseconds