Lines Matching refs:PRIV

221         const pcre_uint32 *pp = PRIV(ucd_caseless_sets) + ur->caseset;
759 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md,
783 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
789 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
797 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md,
805 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
823 ecode += PRIV(OP_lengths)[*ecode] + ecode[1];
826 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md,
843 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
852 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top,
983 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
1072 ecode += PRIV(OP_lengths)[*ecode];
1080 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, eptrb,
1165 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
1244 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
1339 ecode += PRIV(OP_lengths)[OP_CALLOUT];
1340 codelink -= PRIV(OP_lengths)[OP_CALLOUT];
1411 ecode += 1 + LINK_SIZE - PRIV(OP_lengths)[condcode];
1427 ecode += condition? PRIV(OP_lengths)[condcode] : codelink;
1803 RMATCH(eptr, callpat + PRIV(OP_lengths)[*callpat], offset_top,
2567 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP))
2584 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2585 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
2603 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) ==
2610 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2611 PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
2617 cp = PRIV(ucd_caseless_sets) + ecode[2];
2663 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
3149 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH);
3173 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH);
3196 if (!PRIV(xclass)(c, data, utf)) break;
3412 oclength = PRIV(ord2utf)(othercase, occhars);
4303 cp = PRIV(ucd_caseless_sets) + prop_value;
4359 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
5059 cp = PRIV(ucd_caseless_sets) + prop_value;
5120 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
5566 cp = PRIV(ucd_caseless_sets) + prop_value;
5636 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
5679 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
6432 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset);
6471 rc = PRIV(jit_exec)(extra_data, (const pcre_uchar *)subject, length,
6529 if (tables == NULL) tables = PRIV(default_tables);