Lines Matching refs:GET
116 PCRE2_SPTR nextbranch = code + GET(code, 1); in find_minlength()
158 cs = cc + GET(cc, 1); in find_minlength()
190 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
212 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
239 nextbranch = cc + GET(cc, 1); in find_minlength()
253 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
280 cc += GET(cc, 1 + 2*LINK_SIZE); in find_minlength()
290 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
420 cc += GET(cc, 1); in find_minlength()
498 do ce += GET(ce, 1); while (*ce == OP_ALT); in find_minlength()
559 do ce += GET(ce, 1); while (*ce == OP_ALT); in find_minlength()
643 cs = ce = (PCRE2_UCHAR *)startcode + GET(cc, 1); in find_minlength()
651 do ce += GET(ce, 1); while (*ce == OP_ALT); in find_minlength()
1131 do tcode += GET(tcode, 1); while (*tcode == OP_ALT); in set_start_bits()
1162 tcode += GET(tcode, 1 + 2*LINK_SIZE); in set_start_bits()
1171 do tcode += GET(tcode, 1); while (*tcode == OP_ALT); in set_start_bits()
1182 do tcode += GET(tcode,1); while (*tcode == OP_ALT); in set_start_bits()
1190 do tcode += GET(tcode,1); while (*tcode == OP_ALT); in set_start_bits()
1519 tcode += GET(tcode, 1); in set_start_bits()
1576 if (*tcode == OP_XCLASS) tcode += GET(tcode, 1); else in set_start_bits()
1646 code += GET(code, 1); /* Advance to next branch */ in set_start_bits()