GET 1679 ext/pcre/pcrelib/pcre_compile.c do code += GET(code, 1); while (*code == OP_ALT); GET 1769 ext/pcre/pcrelib/pcre_compile.c do cc += GET(cc, 1); while (*cc == OP_ALT); GET 1797 ext/pcre/pcrelib/pcre_compile.c cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1); /* Start subpattern */ GET 1798 ext/pcre/pcrelib/pcre_compile.c do ce += GET(ce, 1); while (*ce == OP_ALT); /* End subpattern */ GET 1820 ext/pcre/pcrelib/pcre_compile.c do cc += GET(cc, 1); while (*cc == OP_ALT); GET 1932 ext/pcre/pcrelib/pcre_compile.c cc += GET(cc, 1); GET 2092 ext/pcre/pcrelib/pcre_compile.c if (c == OP_XCLASS) code += GET(code, 1); GET 2255 ext/pcre/pcrelib/pcre_compile.c if (c == OP_XCLASS) code += GET(code, 1); GET 2415 ext/pcre/pcrelib/pcre_compile.c do code += GET(code, 1); while (*code == OP_ALT); GET 2429 ext/pcre/pcrelib/pcre_compile.c const pcre_uchar *scode = cd->start_code + GET(code, 1); GET 2441 ext/pcre/pcrelib/pcre_compile.c if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE; GET 2442 ext/pcre/pcrelib/pcre_compile.c if (GET(scode, 1) == 0) return TRUE; /* Unclosed */ GET 2450 ext/pcre/pcrelib/pcre_compile.c do endgroup += GET(endgroup, 1); while (*endgroup == OP_ALT); GET 2474 ext/pcre/pcrelib/pcre_compile.c scode += GET(scode, 1); GET 2488 ext/pcre/pcrelib/pcre_compile.c do code += GET(code, 1); while (*code == OP_ALT); GET 2499 ext/pcre/pcrelib/pcre_compile.c do code += GET(code, 1); while (*code == OP_ALT); GET 2512 ext/pcre/pcrelib/pcre_compile.c if (GET(code, 1) == 0) return TRUE; /* Hit unclosed bracket */ GET 2518 ext/pcre/pcrelib/pcre_compile.c if (c == OP_COND && code[GET(code, 1)] != OP_ALT) GET 2519 ext/pcre/pcrelib/pcre_compile.c code += GET(code, 1); GET 2527 ext/pcre/pcrelib/pcre_compile.c code += GET(code, 1); GET 2549 ext/pcre/pcrelib/pcre_compile.c ccode = code += GET(code, 1); GET 3065 ext/pcre/pcrelib/pcre_compile.c end = code + GET(code, 0) - 1; GET 3163 ext/pcre/pcrelib/pcre_compile.c do code += GET(code, 1); while (*code == OP_ALT); GET 3184 ext/pcre/pcrelib/pcre_compile.c switch(*(code - GET(code, 1))) GET 3206 ext/pcre/pcrelib/pcre_compile.c next_code = code + GET(code, 1); GET 3214 ext/pcre/pcrelib/pcre_compile.c next_code += GET(next_code, 1); GET 3227 ext/pcre/pcrelib/pcre_compile.c do next_code += GET(next_code, 1); while (*next_code == OP_ALT); GET 3730 ext/pcre/pcrelib/pcre_compile.c repeat_opcode = code + GET(code, 1); GET 3800 ext/pcre/pcrelib/pcre_compile.c code += GET(code, 1); GET 4032 ext/pcre/pcrelib/pcre_compile.c offset = (int)GET(hc, 0); GET 4041 ext/pcre/pcrelib/pcre_compile.c offset = (int)GET(ptr, 1); GET 4053 ext/pcre/pcrelib/pcre_compile.c offset = (int)GET(hc, 0); GET 4106 ext/pcre/pcrelib/pcre_compile.c int length = (int)(ptr - cd->start_pattern - GET(previous_callout, 2)); GET 5715 ext/pcre/pcrelib/pcre_compile.c int offset = GET(cd->hwm, -LINK_SIZE); GET 6132 ext/pcre/pcrelib/pcre_compile.c PUT(cd->hwm, 0, GET(hc, 0) + len); GET 6213 ext/pcre/pcrelib/pcre_compile.c PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1)); GET 6228 ext/pcre/pcrelib/pcre_compile.c oldlinkoffset = GET(bra, 1); GET 6264 ext/pcre/pcrelib/pcre_compile.c pcre_uchar *bracode = ketcode - GET(ketcode, 1); GET 6294 ext/pcre/pcrelib/pcre_compile.c scode += GET(scode, 1); GET 6302 ext/pcre/pcrelib/pcre_compile.c if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) GET 6422 ext/pcre/pcrelib/pcre_compile.c tempcode += GET(tempcode, 1); GET 7529 ext/pcre/pcrelib/pcre_compile.c else if (GET(called, 1) == 0 && cond_depth <= 0 && GET 7743 ext/pcre/pcrelib/pcre_compile.c tc += GET(tc,1); GET 8462 ext/pcre/pcrelib/pcre_compile.c int prev_length = GET(last_branch, 1); GET 8654 ext/pcre/pcrelib/pcre_compile.c code += GET(code, 1); GET 8716 ext/pcre/pcrelib/pcre_compile.c do scode += GET(scode, 1); while (*scode == OP_ALT); GET 8778 ext/pcre/pcrelib/pcre_compile.c code += GET(code, 1); GET 8871 ext/pcre/pcrelib/pcre_compile.c code += GET(code, 1); GET 9465 ext/pcre/pcrelib/pcre_compile.c offset = GET(cd->hwm, 0); GET 9476 ext/pcre/pcrelib/pcre_compile.c recno = GET(codestart, offset); GET 9533 ext/pcre/pcrelib/pcre_compile.c if (GET(cc, 1) == 0) GET 9536 ext/pcre/pcrelib/pcre_compile.c pcre_uchar *be = cc - 1 - LINK_SIZE + GET(cc, -LINK_SIZE); GET 9719 ext/pcre/pcrelib/pcre_compile.c codestart += GET(codestart, 1); GET 887 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); GET 894 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode,1); GET 906 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode, 1); while (*ecode == OP_ALT); GET 1000 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); GET 1010 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); GET 1070 ext/pcre/pcrelib/pcre_exec.c else if (!md->hasthen && ecode[GET(ecode, 1)] != OP_ALT) GET 1088 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); GET 1101 ext/pcre/pcrelib/pcre_exec.c while (*scode == OP_ALT) scode += GET(scode, 1); GET 1102 ext/pcre/pcrelib/pcre_exec.c scode -= GET(scode, 1); GET 1108 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); GET 1176 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode, 1); while (*ecode == OP_ALT); GET 1188 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); GET 1196 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); GET 1242 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode, 1); while (*ecode == OP_ALT); GET 1254 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); GET 1261 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); GET 1288 ext/pcre/pcrelib/pcre_exec.c codelink = GET(ecode, 1); /* Offset to the second branch */ GET 1312 ext/pcre/pcrelib/pcre_exec.c cb.pattern_position = GET(ecode, 2); GET 1313 ext/pcre/pcrelib/pcre_exec.c cb.next_item_length = GET(ecode, 2 + LINK_SIZE); GET 1401 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); GET 1402 ext/pcre/pcrelib/pcre_exec.c while (*ecode == OP_ALT) ecode += GET(ecode, 1); GET 1561 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); GET 1574 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); GET 1590 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode,1); while (*ecode == OP_ALT); GET 1628 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); GET 1646 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode,1); while (*ecode == OP_ALT); GET 1657 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode,1); GET 1677 ext/pcre/pcrelib/pcre_exec.c i = GET(ecode, 1); GET 1691 ext/pcre/pcrelib/pcre_exec.c eptr -= GET(ecode, 1); GET 1722 ext/pcre/pcrelib/pcre_exec.c cb.pattern_position = GET(ecode, 2); GET 1723 ext/pcre/pcrelib/pcre_exec.c cb.next_item_length = GET(ecode, 2 + LINK_SIZE); GET 1758 ext/pcre/pcrelib/pcre_exec.c callpat = md->start_code + GET(ecode, 1); GET 1849 ext/pcre/pcrelib/pcre_exec.c callpat += GET(callpat, 1); GET 1867 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode,1); while (*ecode == OP_ALT); GET 1880 ext/pcre/pcrelib/pcre_exec.c do next += GET(next, 1); while (*next == OP_ALT); GET 1886 ext/pcre/pcrelib/pcre_exec.c do next += GET(next, 1); while (*next == OP_ALT); GET 1894 ext/pcre/pcrelib/pcre_exec.c do next += GET(next,1); while (*next == OP_ALT); GET 1913 ext/pcre/pcrelib/pcre_exec.c prev = ecode - GET(ecode, 1); GET 3109 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); /* Advance past the item */ GET 547 ext/pcre/pcrelib/pcre_jit_compile.c do cc += GET(cc, 1); while (*cc == OP_ALT); GET 559 ext/pcre/pcrelib/pcre_jit_compile.c cc += GET(cc, 1); GET 763 ext/pcre/pcrelib/pcre_jit_compile.c return cc + GET(cc, 1); GET 991 ext/pcre/pcrelib/pcre_jit_compile.c max_end -= (1 + LINK_SIZE) + GET(max_end, -LINK_SIZE); GET 1125 ext/pcre/pcrelib/pcre_jit_compile.c alternative = cc + GET(cc, 1); GET 1195 ext/pcre/pcrelib/pcre_jit_compile.c size = GET(cc, 1); GET 1597 ext/pcre/pcrelib/pcre_jit_compile.c alternative = cc + GET(cc, 1); GET 1652 ext/pcre/pcrelib/pcre_jit_compile.c size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(pcre_uchar); GET 1784 ext/pcre/pcrelib/pcre_jit_compile.c alternative = cc + GET(cc, 1); GET 1865 ext/pcre/pcrelib/pcre_jit_compile.c size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(pcre_uchar); GET 1996 ext/pcre/pcrelib/pcre_jit_compile.c BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT; GET 3334 ext/pcre/pcrelib/pcre_jit_compile.c cc += GET(cc, 1); GET 3343 ext/pcre/pcrelib/pcre_jit_compile.c alternative = cc + GET(cc, 1); GET 3349 ext/pcre/pcrelib/pcre_jit_compile.c alternative += GET(alternative, 1); GET 3379 ext/pcre/pcrelib/pcre_jit_compile.c cc += GET(cc, 1); GET 5826 ext/pcre/pcrelib/pcre_jit_compile.c return cc + GET(cc, 0) - 1; GET 5830 ext/pcre/pcrelib/pcre_jit_compile.c length = GET(cc, 0); GET 6296 ext/pcre/pcrelib/pcre_jit_compile.c sljit_sw start = GET(cc, 1); GET 6432 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV_SI, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(pattern_position), SLJIT_IMM, GET(cc, 2)); GET 6433 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV_SI, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(next_item_length), SLJIT_IMM, GET(cc, 2 + LINK_SIZE)); GET 6502 ext/pcre/pcrelib/pcre_jit_compile.c cc += GET(cc, 1); GET 6668 ext/pcre/pcrelib/pcre_jit_compile.c cc += GET(cc, 1); GET 7040 ext/pcre/pcrelib/pcre_jit_compile.c cc += GET(cc, 1); GET 7353 ext/pcre/pcrelib/pcre_jit_compile.c cc += GET(cc, 1); GET 7513 ext/pcre/pcrelib/pcre_jit_compile.c cc += GET(cc, 1); GET 7678 ext/pcre/pcrelib/pcre_jit_compile.c cc += GET(cc, 1); GET 7844 ext/pcre/pcrelib/pcre_jit_compile.c class_len = (*type < OP_XCLASS) ? (int)(1 + (32 / sizeof(pcre_uchar))) : GET(cc, 0); GET 8425 ext/pcre/pcrelib/pcre_jit_compile.c if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) GET 8905 ext/pcre/pcrelib/pcre_jit_compile.c cc += GET(cc, 1); GET 9099 ext/pcre/pcrelib/pcre_jit_compile.c cc += GET(cc, 1); GET 9248 ext/pcre/pcrelib/pcre_jit_compile.c cc = ccbegin + GET(ccbegin, 1); GET 9684 ext/pcre/pcrelib/pcre_jit_compile.c alternativesize = *(cc + GET(cc, 1)) == OP_ALT ? 1 : 0; GET 9710 ext/pcre/pcrelib/pcre_jit_compile.c cc += GET(cc, 1); GET 9734 ext/pcre/pcrelib/pcre_jit_compile.c cc += GET(cc, 1); GET 118 ext/pcre/pcrelib/pcre_study.c cs = cc + GET(cc, 1); GET 141 ext/pcre/pcrelib/pcre_study.c do cc += GET(cc, 1); while (*cc == OP_ALT); GET 177 ext/pcre/pcrelib/pcre_study.c do cc += GET(cc, 1); while (*cc == OP_ALT); GET 209 ext/pcre/pcrelib/pcre_study.c do cc += GET(cc, 1); while (*cc == OP_ALT); GET 339 ext/pcre/pcrelib/pcre_study.c cc += GET(cc, 1); GET 400 ext/pcre/pcrelib/pcre_study.c do ce += GET(ce, 1); while (*ce == OP_ALT); GET 440 ext/pcre/pcrelib/pcre_study.c do ce += GET(ce, 1); while (*ce == OP_ALT); GET 508 ext/pcre/pcrelib/pcre_study.c cs = ce = (pcre_uchar *)startcode + GET(cc, 1); GET 509 ext/pcre/pcrelib/pcre_study.c do ce += GET(ce, 1); while (*ce == OP_ALT); GET 977 ext/pcre/pcrelib/pcre_study.c do tcode += GET(tcode, 1); while (*tcode == OP_ALT); GET 1011 ext/pcre/pcrelib/pcre_study.c do tcode += GET(tcode, 1); while (*tcode == OP_ALT); GET 1027 ext/pcre/pcrelib/pcre_study.c do tcode += GET(tcode,1); while (*tcode == OP_ALT); GET 1035 ext/pcre/pcrelib/pcre_study.c do tcode += GET(tcode,1); while (*tcode == OP_ALT); GET 1348 ext/pcre/pcrelib/pcre_study.c tcode += GET(tcode, 1); GET 1421 ext/pcre/pcrelib/pcre_study.c code += GET(code, 1); /* Advance to next branch */ GET 225 ext/standard/md5.c STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) GET 226 ext/standard/md5.c STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) GET 227 ext/standard/md5.c STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) GET 228 ext/standard/md5.c STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) GET 229 ext/standard/md5.c STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) GET 230 ext/standard/md5.c STEP(G, d, a, b, c, GET(10), 0x02441453, 9) GET 231 ext/standard/md5.c STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) GET 232 ext/standard/md5.c STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) GET 233 ext/standard/md5.c STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) GET 234 ext/standard/md5.c STEP(G, d, a, b, c, GET(14), 0xc33707d6, 9) GET 235 ext/standard/md5.c STEP(G, c, d, a, b, GET(3), 0xf4d50d87, 14) GET 236 ext/standard/md5.c STEP(G, b, c, d, a, GET(8), 0x455a14ed, 20) GET 237 ext/standard/md5.c STEP(G, a, b, c, d, GET(13), 0xa9e3e905, 5) GET 238 ext/standard/md5.c STEP(G, d, a, b, c, GET(2), 0xfcefa3f8, 9) GET 239 ext/standard/md5.c STEP(G, c, d, a, b, GET(7), 0x676f02d9, 14) GET 240 ext/standard/md5.c STEP(G, b, c, d, a, GET(12), 0x8d2a4c8a, 20) GET 243 ext/standard/md5.c STEP(H, a, b, c, d, GET(5), 0xfffa3942, 4) GET 244 ext/standard/md5.c STEP(H, d, a, b, c, GET(8), 0x8771f681, 11) GET 245 ext/standard/md5.c STEP(H, c, d, a, b, GET(11), 0x6d9d6122, 16) GET 246 ext/standard/md5.c STEP(H, b, c, d, a, GET(14), 0xfde5380c, 23) GET 247 ext/standard/md5.c STEP(H, a, b, c, d, GET(1), 0xa4beea44, 4) GET 248 ext/standard/md5.c STEP(H, d, a, b, c, GET(4), 0x4bdecfa9, 11) GET 249 ext/standard/md5.c STEP(H, c, d, a, b, GET(7), 0xf6bb4b60, 16) GET 250 ext/standard/md5.c STEP(H, b, c, d, a, GET(10), 0xbebfbc70, 23) GET 251 ext/standard/md5.c STEP(H, a, b, c, d, GET(13), 0x289b7ec6, 4) GET 252 ext/standard/md5.c STEP(H, d, a, b, c, GET(0), 0xeaa127fa, 11) GET 253 ext/standard/md5.c STEP(H, c, d, a, b, GET(3), 0xd4ef3085, 16) GET 254 ext/standard/md5.c STEP(H, b, c, d, a, GET(6), 0x04881d05, 23) GET 255 ext/standard/md5.c STEP(H, a, b, c, d, GET(9), 0xd9d4d039, 4) GET 256 ext/standard/md5.c STEP(H, d, a, b, c, GET(12), 0xe6db99e5, 11) GET 257 ext/standard/md5.c STEP(H, c, d, a, b, GET(15), 0x1fa27cf8, 16) GET 258 ext/standard/md5.c STEP(H, b, c, d, a, GET(2), 0xc4ac5665, 23) GET 261 ext/standard/md5.c STEP(I, a, b, c, d, GET(0), 0xf4292244, 6) GET 262 ext/standard/md5.c STEP(I, d, a, b, c, GET(7), 0x432aff97, 10) GET 263 ext/standard/md5.c STEP(I, c, d, a, b, GET(14), 0xab9423a7, 15) GET 264 ext/standard/md5.c STEP(I, b, c, d, a, GET(5), 0xfc93a039, 21) GET 265 ext/standard/md5.c STEP(I, a, b, c, d, GET(12), 0x655b59c3, 6) GET 266 ext/standard/md5.c STEP(I, d, a, b, c, GET(3), 0x8f0ccc92, 10) GET 267 ext/standard/md5.c STEP(I, c, d, a, b, GET(10), 0xffeff47d, 15) GET 268 ext/standard/md5.c STEP(I, b, c, d, a, GET(1), 0x85845dd1, 21) GET 269 ext/standard/md5.c STEP(I, a, b, c, d, GET(8), 0x6fa87e4f, 6) GET 270 ext/standard/md5.c STEP(I, d, a, b, c, GET(15), 0xfe2ce6e0, 10) GET 271 ext/standard/md5.c STEP(I, c, d, a, b, GET(6), 0xa3014314, 15) GET 272 ext/standard/md5.c STEP(I, b, c, d, a, GET(13), 0x4e0811a1, 21) GET 273 ext/standard/md5.c STEP(I, a, b, c, d, GET(4), 0xf7537e82, 6) GET 274 ext/standard/md5.c STEP(I, d, a, b, c, GET(11), 0xbd3af235, 10) GET 275 ext/standard/md5.c STEP(I, c, d, a, b, GET(2), 0x2ad7d2bb, 15) GET 276 ext/standard/md5.c STEP(I, b, c, d, a, GET(9), 0xeb86d391, 21)