Lines Matching refs:PRIV

219         const pcre_uint32 *pp = PRIV(ucd_caseless_sets) + ur->caseset;  in match_ref()
757 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, in match()
781 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
787 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
795 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, in match()
803 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
821 ecode += PRIV(OP_lengths)[*ecode] + ecode[1]; in match()
824 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, in match()
841 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
850 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, in match()
981 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
1070 ecode += PRIV(OP_lengths)[*ecode]; in match()
1078 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, eptrb, in match()
1163 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
1230 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
1325 ecode += PRIV(OP_lengths)[OP_CALLOUT]; in match()
1326 codelink -= PRIV(OP_lengths)[OP_CALLOUT]; in match()
1401 ecode += 1 + LINK_SIZE - PRIV(OP_lengths)[condcode]; in match()
1417 ecode += condition? PRIV(OP_lengths)[condcode] : codelink; in match()
1804 RMATCH(eptr, callpat + PRIV(OP_lengths)[*callpat], offset_top, in match()
2572 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()
2589 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2590 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()
2608 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()
2615 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2616 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
2622 cp = PRIV(ucd_caseless_sets) + ecode[2]; in match()
2668 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
3154 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match()
3178 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match()
3201 if (!PRIV(xclass)(c, data, utf)) break; in match()
3417 oclength = PRIV(ord2utf)(othercase, occhars); in match()
4308 cp = PRIV(ucd_caseless_sets) + prop_value; in match()
4364 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
5064 cp = PRIV(ucd_caseless_sets) + prop_value; in match()
5125 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
5571 cp = PRIV(ucd_caseless_sets) + prop_value; in match()
5641 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
5689 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
6442 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); in pcre_exec()
6481 rc = PRIV(jit_exec)(extra_data, (const pcre_uchar *)subject, length, in pcre_exec()
6539 if (tables == NULL) tables = PRIV(default_tables); in pcre_exec()