• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /barrelfish-2018-10-04/lib/pcre/

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,
1232 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
1327 ecode += PRIV(OP_lengths)[OP_CALLOUT];
1328 codelink -= PRIV(OP_lengths)[OP_CALLOUT];
1403 ecode += 1 + LINK_SIZE - PRIV(OP_lengths)[condcode];
1419 ecode += condition? PRIV(OP_lengths)[condcode] : codelink;
1806 RMATCH(eptr, callpat + PRIV(OP_lengths)[*callpat], offset_top,
2574 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP))
2591 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2592 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
2610 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) ==
2617 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2618 PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
2624 cp = PRIV(ucd_caseless_sets) + ecode[2];
2670 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
3156 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH);
3180 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH);
3203 if (!PRIV(xclass)(c, data, utf)) break;
3419 oclength = PRIV(ord2utf)(othercase, occhars);
4310 cp = PRIV(ucd_caseless_sets) + prop_value;
4366 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
5066 cp = PRIV(ucd_caseless_sets) + prop_value;
5127 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
5573 cp = PRIV(ucd_caseless_sets) + prop_value;
5643 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
5691 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
6444 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset);
6483 rc = PRIV(jit_exec)(extra_data, (const pcre_uchar *)subject, length,
6541 if (tables == NULL) tables = PRIV(default_tables);