priv_OP_lengths   107 ext/pcre/pcrelib/pcre_printint.c static const pcre_uint8 priv_OP_lengths[] = { OP_LENGTHS };
priv_OP_lengths   358 ext/pcre/pcrelib/pcre_printint.c         (sizeof(priv_OP_lengths) == OP_TABLE_LENGTH)):
priv_OP_lengths   607 ext/pcre/pcrelib/pcre_printint.c     ccode = code + priv_OP_lengths[*code];
priv_OP_lengths   621 ext/pcre/pcrelib/pcre_printint.c     ccode = code + priv_OP_lengths[*code];
priv_OP_lengths   778 ext/pcre/pcrelib/pcre_printint.c         extra += priv_OP_lengths[*ccode];
priv_OP_lengths   790 ext/pcre/pcrelib/pcre_printint.c         extra += priv_OP_lengths[*ccode];
priv_OP_lengths   827 ext/pcre/pcrelib/pcre_printint.c   code += priv_OP_lengths[*code] + extra;