matchingpath      242 ext/pcre/pcrelib/pcre_jit_compile.c   struct sljit_label *matchingpath;
matchingpath      277 ext/pcre/pcrelib/pcre_jit_compile.c   struct sljit_label *matchingpath;
matchingpath      283 ext/pcre/pcrelib/pcre_jit_compile.c   struct sljit_label *matchingpath;
matchingpath     6217 ext/pcre/pcrelib/pcre_jit_compile.c   BACKTRACK_AS(iterator_backtrack)->matchingpath = LABEL();
matchingpath     6263 ext/pcre/pcrelib/pcre_jit_compile.c BACKTRACK_AS(iterator_backtrack)->matchingpath = LABEL();
matchingpath     6277 ext/pcre/pcrelib/pcre_jit_compile.c   CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, min, BACKTRACK_AS(iterator_backtrack)->matchingpath);
matchingpath     6780 ext/pcre/pcrelib/pcre_jit_compile.c     backtrack->matchingpath = LABEL();
matchingpath     6781 ext/pcre/pcrelib/pcre_jit_compile.c     SET_LABEL(jump, backtrack->matchingpath);
matchingpath     6785 ext/pcre/pcrelib/pcre_jit_compile.c     JUMPTO(SLJIT_JUMP, backtrack->matchingpath);
matchingpath     6827 ext/pcre/pcrelib/pcre_jit_compile.c     backtrack->matchingpath = LABEL();
matchingpath     6830 ext/pcre/pcrelib/pcre_jit_compile.c     JUMPTO(SLJIT_JUMP, backtrack->matchingpath);
matchingpath     6992 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uchar *matchingpath;
matchingpath     7015 ext/pcre/pcrelib/pcre_jit_compile.c matchingpath = bracketend(cc) - 1 - LINK_SIZE;
matchingpath     7016 ext/pcre/pcrelib/pcre_jit_compile.c ket = *matchingpath;
matchingpath     7017 ext/pcre/pcrelib/pcre_jit_compile.c if (ket == OP_KET && PRIVATE_DATA(matchingpath) != 0)
matchingpath     7019 ext/pcre/pcrelib/pcre_jit_compile.c   repeat_ptr = PRIVATE_DATA(matchingpath);
matchingpath     7020 ext/pcre/pcrelib/pcre_jit_compile.c   repeat_length = PRIVATE_DATA(matchingpath + 1);
matchingpath     7021 ext/pcre/pcrelib/pcre_jit_compile.c   repeat_type = PRIVATE_DATA(matchingpath + 2);
matchingpath     7022 ext/pcre/pcrelib/pcre_jit_compile.c   repeat_count = PRIVATE_DATA(matchingpath + 3);
matchingpath     7034 ext/pcre/pcrelib/pcre_jit_compile.c   return matchingpath + 1 + LINK_SIZE + repeat_length;
matchingpath     7037 ext/pcre/pcrelib/pcre_jit_compile.c matchingpath = ccbegin + 1 + LINK_SIZE;
matchingpath     7044 ext/pcre/pcrelib/pcre_jit_compile.c   has_alternatives = (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL) ? FALSE : TRUE;
matchingpath     7066 ext/pcre/pcrelib/pcre_jit_compile.c   matchingpath += IMM2_SIZE;
matchingpath     7274 ext/pcre/pcrelib/pcre_jit_compile.c   if (*matchingpath == OP_CREF)
matchingpath     7278 ext/pcre/pcrelib/pcre_jit_compile.c       CMP(SLJIT_EQUAL, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(matchingpath, 1) << 1), SLJIT_MEM1(SLJIT_SP), OVECTOR(1)));
matchingpath     7279 ext/pcre/pcrelib/pcre_jit_compile.c     matchingpath += 1 + IMM2_SIZE;
matchingpath     7281 ext/pcre/pcrelib/pcre_jit_compile.c   else if (*matchingpath == OP_DNCREF)
matchingpath     7285 ext/pcre/pcrelib/pcre_jit_compile.c     i = GET2(matchingpath, 1 + IMM2_SIZE);
matchingpath     7286 ext/pcre/pcrelib/pcre_jit_compile.c     slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size;
matchingpath     7300 ext/pcre/pcrelib/pcre_jit_compile.c     matchingpath += 1 + 2 * IMM2_SIZE;
matchingpath     7302 ext/pcre/pcrelib/pcre_jit_compile.c   else if (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL)
matchingpath     7308 ext/pcre/pcrelib/pcre_jit_compile.c     if (*matchingpath == OP_FAIL)
matchingpath     7310 ext/pcre/pcrelib/pcre_jit_compile.c     if (*matchingpath == OP_RREF)
matchingpath     7312 ext/pcre/pcrelib/pcre_jit_compile.c       stacksize = GET2(matchingpath, 1);
matchingpath     7323 ext/pcre/pcrelib/pcre_jit_compile.c         matchingpath += 1 + IMM2_SIZE;
matchingpath     7331 ext/pcre/pcrelib/pcre_jit_compile.c         stacksize = GET2(matchingpath, 1 + IMM2_SIZE);
matchingpath     7332 ext/pcre/pcrelib/pcre_jit_compile.c         slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size;
matchingpath     7344 ext/pcre/pcrelib/pcre_jit_compile.c         matchingpath += 1 + 2 * IMM2_SIZE;
matchingpath     7352 ext/pcre/pcrelib/pcre_jit_compile.c           matchingpath = cc + 1 + LINK_SIZE;
matchingpath     7356 ext/pcre/pcrelib/pcre_jit_compile.c           matchingpath = cc;
matchingpath     7361 ext/pcre/pcrelib/pcre_jit_compile.c     SLJIT_ASSERT(has_alternatives && *matchingpath >= OP_ASSERT && *matchingpath <= OP_ASSERTBACK_NOT);
matchingpath     7367 ext/pcre/pcrelib/pcre_jit_compile.c     assert->common.cc = matchingpath;
matchingpath     7369 ext/pcre/pcrelib/pcre_jit_compile.c     matchingpath = compile_assert_matchingpath(common, matchingpath, assert, TRUE);
matchingpath     7373 ext/pcre/pcrelib/pcre_jit_compile.c compile_matchingpath(common, matchingpath, cc, backtrack);
matchingpath     7490 ext/pcre/pcrelib/pcre_jit_compile.c   JUMPTO(SLJIT_JUMP, ((braminzero_backtrack *)parent)->matchingpath);
matchingpath     8040 ext/pcre/pcrelib/pcre_jit_compile.c   BACKTRACK_AS(iterator_backtrack)->matchingpath = LABEL();
matchingpath     8050 ext/pcre/pcrelib/pcre_jit_compile.c   BACKTRACK_AS(iterator_backtrack)->matchingpath = LABEL();
matchingpath     8061 ext/pcre/pcrelib/pcre_jit_compile.c   BACKTRACK_AS(iterator_backtrack)->matchingpath = LABEL();
matchingpath     8071 ext/pcre/pcrelib/pcre_jit_compile.c   BACKTRACK_AS(iterator_backtrack)->matchingpath = LABEL();
matchingpath     8485 ext/pcre/pcrelib/pcre_jit_compile.c     BACKTRACK_AS(braminzero_backtrack)->matchingpath = LABEL();
matchingpath     8627 ext/pcre/pcrelib/pcre_jit_compile.c     CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(iterator_backtrack)->matchingpath);
matchingpath     8647 ext/pcre/pcrelib/pcre_jit_compile.c     JUMPTO(SLJIT_JUMP, CURRENT_AS(iterator_backtrack)->matchingpath);
matchingpath     8663 ext/pcre/pcrelib/pcre_jit_compile.c   JUMPTO(SLJIT_JUMP, CURRENT_AS(iterator_backtrack)->matchingpath);
matchingpath     8690 ext/pcre/pcrelib/pcre_jit_compile.c     JUMPTO(SLJIT_JUMP, CURRENT_AS(iterator_backtrack)->matchingpath);
matchingpath     8692 ext/pcre/pcrelib/pcre_jit_compile.c     CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, max + 2, CURRENT_AS(iterator_backtrack)->matchingpath);
matchingpath     8702 ext/pcre/pcrelib/pcre_jit_compile.c   CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(iterator_backtrack)->matchingpath);
matchingpath     8707 ext/pcre/pcrelib/pcre_jit_compile.c   JUMPTO(SLJIT_JUMP, CURRENT_AS(iterator_backtrack)->matchingpath);
matchingpath     8718 ext/pcre/pcrelib/pcre_jit_compile.c   JUMPTO(SLJIT_JUMP, CURRENT_AS(iterator_backtrack)->matchingpath);
matchingpath     8757 ext/pcre/pcrelib/pcre_jit_compile.c   CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(iterator_backtrack)->matchingpath);
matchingpath     8762 ext/pcre/pcrelib/pcre_jit_compile.c CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(iterator_backtrack)->matchingpath);
matchingpath     8820 ext/pcre/pcrelib/pcre_jit_compile.c     CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(assert_backtrack)->matchingpath);
matchingpath     8831 ext/pcre/pcrelib/pcre_jit_compile.c     CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(assert_backtrack)->matchingpath);
matchingpath     8855 ext/pcre/pcrelib/pcre_jit_compile.c   JUMPTO(SLJIT_JUMP, CURRENT_AS(assert_backtrack)->matchingpath);
matchingpath     9376 ext/pcre/pcrelib/pcre_jit_compile.c   backtrack.matchingpath = CURRENT_AS(braminzero_backtrack)->matchingpath;