Searched refs:parens_depth (Results 1 - 1 of 1) sorted by relevance
/external/pcre/dist/ | ||
H A D | pcre_compile.c | 7662 if ((cd->parens_depth += 1) > PARENS_NEST_LIMIT) 7716 cd->parens_depth -= 1; 9305 cd->parens_depth = 0; 9385 cd->parens_depth = 0; |
Completed in 66 milliseconds