Lines Matching refs:bracount

1006   int bracount, int options, BOOL isclass)  in check_escape()  argument
1184 if (s > bracount) in check_escape()
1189 s = bracount - (s - 1); in check_escape()
1236 if (s < 8 || s <= bracount) /* Check for back reference */ in check_escape()
5133 escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options, in compile_branch()
5344 descape = check_escape(&ptr, &d, errorcodeptr, cd->bracount, options, TRUE); in compile_branch()
6864 cd->bracount - recno + 1 : recno + cd->bracount; in compile_branch()
7103 pcre_uint32 number = cd->bracount + 1; in compile_branch()
7458 recno = cd->bracount - recno + 1; in compile_branch()
7472 recno += cd->bracount; in compile_branch()
7654 cd->bracount += 1; in compile_branch()
7655 PUT2(code, 1+LINK_SIZE, cd->bracount); in compile_branch()
7691 tempbracount = cd->bracount; /* Save value before bracket */ in compile_branch()
7721 if (bravalue == OP_ONCE && cd->bracount <= tempbracount) in compile_branch()
7892 escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options, FALSE); in compile_branch()
8321 orig_bracount = max_bracount = cd->bracount; in compile_regex()
8327 if (reset_bracount) cd->bracount = orig_bracount; in compile_regex()
8353 if (cd->bracount > max_bracount) max_bracount = cd->bracount; in compile_regex()
8503 cd->bracount = max_bracount; in compile_regex()
9288 cd->bracount = cd->final_bracount = 0; in pcre_compile2()
9384 cd->final_bracount = cd->bracount; /* Save for checking forward references */ in pcre_compile2()
9387 cd->bracount = 0; in pcre_compile2()
9423 re->top_bracket = cd->bracount; in pcre_compile2()