• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /barrelfish-2018-10-04/lib/pcre/

Lines Matching refs:GET

1682     do code += GET(code, 1); while (*code == OP_ALT);
1772 do cc += GET(cc, 1); while (*cc == OP_ALT);
1800 cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1); /* Start subpattern */
1801 do ce += GET(ce, 1); while (*ce == OP_ALT); /* End subpattern */
1823 do cc += GET(cc, 1); while (*cc == OP_ALT);
1935 cc += GET(cc, 1);
2095 if (c == OP_XCLASS) code += GET(code, 1);
2258 if (c == OP_XCLASS) code += GET(code, 1);
2418 do code += GET(code, 1); while (*code == OP_ALT);
2432 const pcre_uchar *scode = cd->start_code + GET(code, 1);
2444 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE;
2445 if (GET(scode, 1) == 0) return TRUE; /* Unclosed */
2453 do endgroup += GET(endgroup, 1); while (*endgroup == OP_ALT);
2477 scode += GET(scode, 1);
2491 do code += GET(code, 1); while (*code == OP_ALT);
2502 do code += GET(code, 1); while (*code == OP_ALT);
2515 if (GET(code, 1) == 0) return TRUE; /* Hit unclosed bracket */
2521 if (c == OP_COND && code[GET(code, 1)] != OP_ALT)
2522 code += GET(code, 1);
2530 code += GET(code, 1);
2552 ccode = code += GET(code, 1);
3068 end = code + GET(code, 0) - 1;
3166 do code += GET(code, 1); while (*code == OP_ALT);
3187 switch(*(code - GET(code, 1)))
3209 next_code = code + GET(code, 1);
3217 next_code += GET(next_code, 1);
3230 do next_code += GET(next_code, 1); while (*next_code == OP_ALT);
3733 repeat_opcode = code + GET(code, 1);
3803 code += GET(code, 1);
4035 offset = (int)GET(hc, 0);
4044 offset = (int)GET(ptr, 1);
4056 offset = (int)GET(hc, 0);
4109 int length = (int)(ptr - cd->start_pattern - GET(previous_callout, 2));
5756 int offset = GET(cd->hwm, -LINK_SIZE);
6173 PUT(cd->hwm, 0, GET(hc, 0) + len);
6254 PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1));
6269 oldlinkoffset = GET(bra, 1);
6305 pcre_uchar *bracode = ketcode - GET(ketcode, 1);
6335 scode += GET(scode, 1);
6343 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT)
6463 tempcode += GET(tempcode, 1);
7582 else if (GET(called, 1) == 0 && cond_depth <= 0 &&
7772 tc += GET(tc,1);
8481 int prev_length = GET(last_branch, 1);
8673 code += GET(code, 1);
8735 do scode += GET(scode, 1); while (*scode == OP_ALT);
8797 code += GET(code, 1);
8890 code += GET(code, 1);
9484 offset = GET(cd->hwm, 0);
9495 recno = GET(codestart, offset);
9552 if (GET(cc, 1) == 0)
9555 pcre_uchar *be = cc - 1 - LINK_SIZE + GET(cc, -LINK_SIZE);
9738 codestart += GET(codestart, 1);