GET 1682 ext/pcre/pcrelib/pcre_compile.c do code += GET(code, 1); while (*code == OP_ALT); GET 1770 ext/pcre/pcrelib/pcre_compile.c do cc += GET(cc, 1); while (*cc == OP_ALT); GET 1798 ext/pcre/pcrelib/pcre_compile.c cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1); /* Start subpattern */ GET 1799 ext/pcre/pcrelib/pcre_compile.c do ce += GET(ce, 1); while (*ce == OP_ALT); /* End subpattern */ GET 1813 ext/pcre/pcrelib/pcre_compile.c do cc += GET(cc, 1); while (*cc == OP_ALT); GET 1925 ext/pcre/pcrelib/pcre_compile.c cc += GET(cc, 1); GET 2080 ext/pcre/pcrelib/pcre_compile.c if (c == OP_XCLASS) code += GET(code, 1); GET 2218 ext/pcre/pcrelib/pcre_compile.c if (c == OP_XCLASS) code += GET(code, 1); GET 2378 ext/pcre/pcrelib/pcre_compile.c do code += GET(code, 1); while (*code == OP_ALT); GET 2398 ext/pcre/pcrelib/pcre_compile.c if ((int)GET(scode, 0) == (int)(code + 1 - cd->start_code)) return TRUE; GET 2403 ext/pcre/pcrelib/pcre_compile.c scode = cd->start_code + GET(code, 1); GET 2404 ext/pcre/pcrelib/pcre_compile.c if (GET(scode, 1) == 0) return TRUE; /* Unclosed */ GET 2415 ext/pcre/pcrelib/pcre_compile.c scode += GET(scode, 1); GET 2429 ext/pcre/pcrelib/pcre_compile.c do code += GET(code, 1); while (*code == OP_ALT); GET 2440 ext/pcre/pcrelib/pcre_compile.c do code += GET(code, 1); while (*code == OP_ALT); GET 2453 ext/pcre/pcrelib/pcre_compile.c if (GET(code, 1) == 0) return TRUE; /* Hit unclosed bracket */ GET 2459 ext/pcre/pcrelib/pcre_compile.c if (c == OP_COND && code[GET(code, 1)] != OP_ALT) GET 2460 ext/pcre/pcrelib/pcre_compile.c code += GET(code, 1); GET 2468 ext/pcre/pcrelib/pcre_compile.c code += GET(code, 1); GET 2490 ext/pcre/pcrelib/pcre_compile.c ccode = code += GET(code, 1); GET 2823 ext/pcre/pcrelib/pcre_compile.c offset = (int)GET(hc, 0); GET 2836 ext/pcre/pcrelib/pcre_compile.c offset = (int)GET(ptr, 1); GET 2892 ext/pcre/pcrelib/pcre_compile.c int length = (int)(ptr - cd->start_pattern - GET(previous_callout, 2)); GET 4802 ext/pcre/pcrelib/pcre_compile.c int offset = GET(cd->hwm, -LINK_SIZE); GET 5260 ext/pcre/pcrelib/pcre_compile.c PUT(cd->hwm, 0, GET(hc, 0) + len); GET 5342 ext/pcre/pcrelib/pcre_compile.c PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1)); GET 5357 ext/pcre/pcrelib/pcre_compile.c oldlinkoffset = GET(bra, 1); GET 5393 ext/pcre/pcrelib/pcre_compile.c pcre_uchar *bracode = ketcode - GET(ketcode, 1); GET 5423 ext/pcre/pcrelib/pcre_compile.c scode += GET(scode, 1); GET 6402 ext/pcre/pcrelib/pcre_compile.c else if (GET(called, 1) == 0 && cond_depth <= 0 && GET 6591 ext/pcre/pcrelib/pcre_compile.c tc += GET(tc,1); GET 7302 ext/pcre/pcrelib/pcre_compile.c int prev_length = GET(last_branch, 1); GET 7490 ext/pcre/pcrelib/pcre_compile.c code += GET(code, 1); GET 7551 ext/pcre/pcrelib/pcre_compile.c do scode += GET(scode, 1); while (*scode == OP_ALT); GET 7613 ext/pcre/pcrelib/pcre_compile.c code += GET(code, 1); GET 7706 ext/pcre/pcrelib/pcre_compile.c code += GET(code, 1); GET 8158 ext/pcre/pcrelib/pcre_compile.c offset = GET(cd->hwm, 0); GET 8159 ext/pcre/pcrelib/pcre_compile.c recno = GET(codestart, offset); GET 8201 ext/pcre/pcrelib/pcre_compile.c if (GET(cc, 1) == 0) GET 8204 ext/pcre/pcrelib/pcre_compile.c pcre_uchar *be = cc - 1 - LINK_SIZE + GET(cc, -LINK_SIZE); GET 877 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); GET 884 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode,1); GET 896 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode, 1); while (*ecode == OP_ALT); GET 990 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); GET 1000 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); GET 1060 ext/pcre/pcrelib/pcre_exec.c else if (!md->hasthen && ecode[GET(ecode, 1)] != OP_ALT) GET 1077 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); GET 1090 ext/pcre/pcrelib/pcre_exec.c while (*scode == OP_ALT) scode += GET(scode, 1); GET 1091 ext/pcre/pcrelib/pcre_exec.c scode -= GET(scode, 1); GET 1097 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); GET 1170 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); GET 1178 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); GET 1241 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); GET 1248 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); GET 1268 ext/pcre/pcrelib/pcre_exec.c codelink = GET(ecode, 1); GET 1291 ext/pcre/pcrelib/pcre_exec.c cb.pattern_position = GET(ecode, LINK_SIZE + 3); GET 1292 ext/pcre/pcrelib/pcre_exec.c cb.next_item_length = GET(ecode, 3 + 2*LINK_SIZE); GET 1312 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); GET 1372 ext/pcre/pcrelib/pcre_exec.c ecode += condition? 1 + IMM2_SIZE : GET(ecode, 1); GET 1440 ext/pcre/pcrelib/pcre_exec.c ecode += condition? 1 + IMM2_SIZE : GET(ecode, 1); GET 1446 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); GET 1462 ext/pcre/pcrelib/pcre_exec.c ecode += 1 + LINK_SIZE + GET(ecode, LINK_SIZE + 2); GET 1463 ext/pcre/pcrelib/pcre_exec.c while (*ecode == OP_ALT) ecode += GET(ecode, 1); GET 1606 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); GET 1619 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode,1); while (*ecode == OP_ALT); GET 1645 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode,1); while (*ecode == OP_ALT); GET 1653 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode,1); GET 1671 ext/pcre/pcrelib/pcre_exec.c i = GET(ecode, 1); GET 1685 ext/pcre/pcrelib/pcre_exec.c eptr -= GET(ecode, 1); GET 1716 ext/pcre/pcrelib/pcre_exec.c cb.pattern_position = GET(ecode, 2); GET 1717 ext/pcre/pcrelib/pcre_exec.c cb.next_item_length = GET(ecode, 2 + LINK_SIZE); GET 1750 ext/pcre/pcrelib/pcre_exec.c callpat = md->start_code + GET(ecode, 1); GET 1829 ext/pcre/pcrelib/pcre_exec.c callpat += GET(callpat, 1); GET 1847 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode,1); while (*ecode == OP_ALT); GET 1860 ext/pcre/pcrelib/pcre_exec.c do next += GET(next, 1); while (*next == OP_ALT); GET 1866 ext/pcre/pcrelib/pcre_exec.c do next += GET(next, 1); while (*next == OP_ALT); GET 1874 ext/pcre/pcrelib/pcre_exec.c do next += GET(next,1); while (*next == OP_ALT); GET 1893 ext/pcre/pcrelib/pcre_exec.c prev = ecode - GET(ecode, 1); GET 3032 ext/pcre/pcrelib/pcre_exec.c ecode += GET(ecode, 1); /* Advance past the item */ GET 112 ext/pcre/pcrelib/pcre_study.c cs = cc + GET(cc, 1); GET 135 ext/pcre/pcrelib/pcre_study.c do cc += GET(cc, 1); while (*cc == OP_ALT); GET 171 ext/pcre/pcrelib/pcre_study.c do cc += GET(cc, 1); while (*cc == OP_ALT); GET 203 ext/pcre/pcrelib/pcre_study.c do cc += GET(cc, 1); while (*cc == OP_ALT); GET 333 ext/pcre/pcrelib/pcre_study.c cc += GET(cc, 1); GET 384 ext/pcre/pcrelib/pcre_study.c do ce += GET(ce, 1); while (*ce == OP_ALT); GET 434 ext/pcre/pcrelib/pcre_study.c cs = ce = (pcre_uchar *)startcode + GET(cc, 1); GET 435 ext/pcre/pcrelib/pcre_study.c do ce += GET(ce, 1); while (*ce == OP_ALT); GET 870 ext/pcre/pcrelib/pcre_study.c do tcode += GET(tcode, 1); while (*tcode == OP_ALT); GET 904 ext/pcre/pcrelib/pcre_study.c do tcode += GET(tcode, 1); while (*tcode == OP_ALT); GET 920 ext/pcre/pcrelib/pcre_study.c do tcode += GET(tcode,1); while (*tcode == OP_ALT); GET 928 ext/pcre/pcrelib/pcre_study.c do tcode += GET(tcode,1); while (*tcode == OP_ALT); GET 1299 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)