OP_lengths       1678 ext/pcre/pcrelib/pcre_compile.c     code += PRIV(OP_lengths)[*code];
OP_lengths       1692 ext/pcre/pcrelib/pcre_compile.c     code += PRIV(OP_lengths)[*code];
OP_lengths       1828 ext/pcre/pcrelib/pcre_compile.c     cc += cc[1] + PRIV(OP_lengths)[*cc];
OP_lengths       1855 ext/pcre/pcrelib/pcre_compile.c     cc += PRIV(OP_lengths)[*cc];
OP_lengths       1932 ext/pcre/pcrelib/pcre_compile.c       cc += PRIV(OP_lengths)[OP_CLASS];
OP_lengths       1934 ext/pcre/pcrelib/pcre_compile.c     cc += PRIV(OP_lengths)[OP_CLASS];
OP_lengths       2097 ext/pcre/pcrelib/pcre_compile.c     code += PRIV(OP_lengths)[c];
OP_lengths       2107 ext/pcre/pcrelib/pcre_compile.c     code += PRIV(OP_lengths)[c];
OP_lengths       2149 ext/pcre/pcrelib/pcre_compile.c     code += PRIV(OP_lengths)[c];
OP_lengths       2294 ext/pcre/pcrelib/pcre_compile.c     code += PRIV(OP_lengths)[c];
OP_lengths       2400 ext/pcre/pcrelib/pcre_compile.c for (code = first_significant_code(code + PRIV(OP_lengths)[*code], TRUE);
OP_lengths       2402 ext/pcre/pcrelib/pcre_compile.c      code = first_significant_code(code + PRIV(OP_lengths)[c], TRUE))
OP_lengths       2485 ext/pcre/pcrelib/pcre_compile.c     code += PRIV(OP_lengths)[c];
OP_lengths       2553 ext/pcre/pcrelib/pcre_compile.c     ccode = code + PRIV(OP_lengths)[OP_CLASS];
OP_lengths       3155 ext/pcre/pcrelib/pcre_compile.c     code += PRIV(OP_lengths)[c];
OP_lengths       3197 ext/pcre/pcrelib/pcre_compile.c     code += PRIV(OP_lengths)[c];
OP_lengths       3205 ext/pcre/pcrelib/pcre_compile.c     code += PRIV(OP_lengths)[c];
OP_lengths       3233 ext/pcre/pcrelib/pcre_compile.c     code += PRIV(OP_lengths)[c];
OP_lengths       3812 ext/pcre/pcrelib/pcre_compile.c   code += PRIV(OP_lengths)[c];
OP_lengths       6388 ext/pcre/pcrelib/pcre_compile.c         tempcode += PRIV(OP_lengths)[*tempcode] +
OP_lengths       6403 ext/pcre/pcrelib/pcre_compile.c         tempcode += PRIV(OP_lengths)[*tempcode];
OP_lengths       8600 ext/pcre/pcrelib/pcre_compile.c      code + PRIV(OP_lengths)[*code], FALSE);
OP_lengths       8690 ext/pcre/pcrelib/pcre_compile.c      code + PRIV(OP_lengths)[*code], FALSE);
OP_lengths       8701 ext/pcre/pcrelib/pcre_compile.c      if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT];
OP_lengths        757 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md,
OP_lengths        781 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
OP_lengths        787 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
OP_lengths        795 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md,
OP_lengths        803 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
OP_lengths        821 ext/pcre/pcrelib/pcre_exec.c       ecode += PRIV(OP_lengths)[*ecode] + ecode[1];
OP_lengths        824 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md,
OP_lengths        841 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
OP_lengths        850 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top,
OP_lengths        981 ext/pcre/pcrelib/pcre_exec.c         RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
OP_lengths       1070 ext/pcre/pcrelib/pcre_exec.c         ecode += PRIV(OP_lengths)[*ecode];
OP_lengths       1078 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, eptrb,
OP_lengths       1163 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
OP_lengths       1230 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
OP_lengths       1325 ext/pcre/pcrelib/pcre_exec.c       ecode += PRIV(OP_lengths)[OP_CALLOUT];
OP_lengths       1326 ext/pcre/pcrelib/pcre_exec.c       codelink -= PRIV(OP_lengths)[OP_CALLOUT];
OP_lengths       1401 ext/pcre/pcrelib/pcre_exec.c         ecode += 1 + LINK_SIZE - PRIV(OP_lengths)[condcode];
OP_lengths       1417 ext/pcre/pcrelib/pcre_exec.c     ecode += condition? PRIV(OP_lengths)[condcode] : codelink;
OP_lengths       1804 ext/pcre/pcrelib/pcre_exec.c         RMATCH(eptr, callpat + PRIV(OP_lengths)[*callpat], offset_top,
OP_lengths       2673 ext/pcre/pcrelib/pcre_internal.h extern const pcre_uint8     PRIV(OP_lengths)[];
OP_lengths        675 ext/pcre/pcrelib/pcre_jit_compile.c   return cc + PRIV(OP_lengths)[*cc];
OP_lengths        733 ext/pcre/pcrelib/pcre_jit_compile.c   cc += PRIV(OP_lengths)[*cc];
OP_lengths        753 ext/pcre/pcrelib/pcre_jit_compile.c   return cc + PRIV(OP_lengths)[*cc] - 1;
OP_lengths        197 ext/pcre/pcrelib/pcre_study.c     cc += PRIV(OP_lengths)[*cc];
OP_lengths        206 ext/pcre/pcrelib/pcre_study.c     cc += PRIV(OP_lengths)[*cc];
OP_lengths        317 ext/pcre/pcrelib/pcre_study.c     cc += PRIV(OP_lengths)[op];
OP_lengths        325 ext/pcre/pcrelib/pcre_study.c     cc += PRIV(OP_lengths)[op];
OP_lengths        339 ext/pcre/pcrelib/pcre_study.c       cc += PRIV(OP_lengths)[OP_CLASS];
OP_lengths        341 ext/pcre/pcrelib/pcre_study.c     cc += PRIV(OP_lengths)[OP_CLASS];
OP_lengths        574 ext/pcre/pcrelib/pcre_study.c     cc += PRIV(OP_lengths)[op];
OP_lengths        586 ext/pcre/pcrelib/pcre_study.c     cc += PRIV(OP_lengths)[op] + cc[1];
OP_lengths        598 ext/pcre/pcrelib/pcre_study.c     cc += PRIV(OP_lengths)[op];
OP_lengths         57 ext/pcre/pcrelib/pcre_tables.c const pcre_uint8 PRIV(OP_lengths)[] = { OP_LENGTHS };