Lines Matching refs:GET

1660     do code += GET(code, 1); while (*code == OP_ALT);  in first_significant_code()
1747 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_fixedlength()
1775 cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1); /* Start subpattern */ in find_fixedlength()
1776 do ce += GET(ce, 1); while (*ce == OP_ALT); /* End subpattern */ in find_fixedlength()
1790 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_fixedlength()
1902 cc += GET(cc, 1); in find_fixedlength()
2062 if (c == OP_XCLASS) code += GET(code, 1); in PRIV()
2197 if (c == OP_XCLASS) code += GET(code, 1); in find_recurse()
2362 do code += GET(code, 1); while (*code == OP_ALT); in could_be_empty_branch()
2376 const pcre_uchar *scode = cd->start_code + GET(code, 1); in could_be_empty_branch()
2388 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE; in could_be_empty_branch()
2389 if (GET(scode, 1) == 0) return TRUE; /* Unclosed */ in could_be_empty_branch()
2397 do endgroup += GET(endgroup, 1); while (*endgroup == OP_ALT); in could_be_empty_branch()
2421 scode += GET(scode, 1); in could_be_empty_branch()
2435 do code += GET(code, 1); while (*code == OP_ALT); in could_be_empty_branch()
2446 do code += GET(code, 1); while (*code == OP_ALT); in could_be_empty_branch()
2459 if (GET(code, 1) == 0) return TRUE; /* Hit unclosed bracket */ in could_be_empty_branch()
2465 if (c == OP_COND && code[GET(code, 1)] != OP_ALT) in could_be_empty_branch()
2466 code += GET(code, 1); in could_be_empty_branch()
2474 code += GET(code, 1); in could_be_empty_branch()
2496 ccode = code += GET(code, 1); in could_be_empty_branch()
3012 end = code + GET(code, 0) - 1; in get_chr_property_list()
3107 do code += GET(code, 1); while (*code == OP_ALT); in compare_opcodes()
3128 switch(*(code - GET(code, 1))) in compare_opcodes()
3150 next_code = code + GET(code, 1); in compare_opcodes()
3157 next_code += GET(next_code, 1); in compare_opcodes()
3170 do next_code += GET(next_code, 1); while (*next_code == OP_ALT); in compare_opcodes()
3663 repeat_opcode = code + GET(code, 1); in auto_possessify()
3732 code += GET(code, 1); in auto_possessify()
3971 offset = (int)GET(hc, 0); in adjust_recurse()
3984 offset = (int)GET(ptr, 1); in adjust_recurse()
4040 int length = (int)(ptr - cd->start_pattern - GET(previous_callout, 2)); in complete_callout()
5613 int offset = GET(cd->hwm, -LINK_SIZE); in compile_branch()
6030 PUT(cd->hwm, 0, GET(hc, 0) + len); in compile_branch()
6112 PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1)); in compile_branch()
6127 oldlinkoffset = GET(bra, 1); in compile_branch()
6163 pcre_uchar *bracode = ketcode - GET(ketcode, 1); in compile_branch()
6193 scode += GET(scode, 1); in compile_branch()
6315 tempcode += GET(tempcode, 1); in compile_branch()
7339 else if (GET(called, 1) == 0 && cond_depth <= 0 && in compile_branch()
7539 tc += GET(tc,1); in compile_branch()
8251 int prev_length = GET(last_branch, 1); in compile_regex()
8443 code += GET(code, 1); in is_anchored()
8504 do scode += GET(scode, 1); while (*scode == OP_ALT); in is_startline()
8566 code += GET(code, 1); in is_startline()
8659 code += GET(code, 1); in find_firstassertedchar()
9257 offset = GET(cd->hwm, 0); in pcre_compile2()
9258 recno = GET(codestart, offset); in pcre_compile2()
9315 if (GET(cc, 1) == 0) in pcre_compile2()
9318 pcre_uchar *be = cc - 1 - LINK_SIZE + GET(cc, -LINK_SIZE); in pcre_compile2()
9501 codestart += GET(codestart, 1); in pcre_compile2()