Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c996 int bracount, int options, BOOL isclass) in check_escape() argument
1174 if (s > bracount) in check_escape()
1179 s = bracount - (s - 1); in check_escape()
1226 if (s < 8 || s <= bracount) /* Check for back reference */ in check_escape()
5045 escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options, in compile_branch()
5253 descape = check_escape(&ptr, &d, errorcodeptr, cd->bracount, options, TRUE); in compile_branch()
6731 cd->bracount - recno + 1 : recno + cd->bracount; in compile_branch()
6963 pcre_uint32 number = cd->bracount + 1; in compile_branch()
7269 recno = cd->bracount - recno + 1; in compile_branch()
7283 recno += cd->bracount; in compile_branch()
[all …]
Dpcre_internal.h2434 unsigned int bracount; /* Count of capturing parens as we compile */ member