Lines Matching refs:PRIV

221         const pcre_uint32 *pp = PRIV(ucd_caseless_sets) + ur->caseset;  in match_ref()
759 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, in match()
783 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
789 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
797 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, in match()
805 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
823 ecode += PRIV(OP_lengths)[*ecode] + ecode[1]; in match()
826 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, in match()
843 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
852 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, in match()
983 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
1072 ecode += PRIV(OP_lengths)[*ecode]; in match()
1080 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, eptrb, in match()
1165 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
1232 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
1327 ecode += PRIV(OP_lengths)[OP_CALLOUT]; in match()
1328 codelink -= PRIV(OP_lengths)[OP_CALLOUT]; in match()
1403 ecode += 1 + LINK_SIZE - PRIV(OP_lengths)[condcode]; in match()
1419 ecode += condition? PRIV(OP_lengths)[condcode] : codelink; in match()
1806 RMATCH(eptr, callpat + PRIV(OP_lengths)[*callpat], offset_top, in match()
2574 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()
2591 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2592 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()
2610 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()
2617 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2618 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
2624 cp = PRIV(ucd_caseless_sets) + ecode[2]; in match()
2670 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
3156 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match()
3180 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match()
3203 if (!PRIV(xclass)(c, data, utf)) break; in match()
3419 oclength = PRIV(ord2utf)(othercase, occhars); in match()
4310 cp = PRIV(ucd_caseless_sets) + prop_value; in match()
4366 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
5066 cp = PRIV(ucd_caseless_sets) + prop_value; in match()
5127 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
5573 cp = PRIV(ucd_caseless_sets) + prop_value; in match()
5643 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
5691 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
6444 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); in pcre_exec()
6483 rc = PRIV(jit_exec)(extra_data, (const pcre_uchar *)subject, length, in pcre_exec()
6541 if (tables == NULL) tables = PRIV(default_tables); in pcre_exec()