Lines Matching refs:PRIV

274   PRIV(OP_lengths)[OP_CALLOUT] : GET(Fecode, 1 + 2*LINK_SIZE);  in do_callout()
419 const uint32_t *pp = PRIV(ucd_caseless_sets) + ur->caseset; in match_ref()
786 Fecode += PRIV(OP_lengths)[*Fecode]; in match()
1225 Loclength = PRIV(ord2utf)(othercase, Foccu); in match()
2154 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2177 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2200 if (!PRIV(xclass)(fc, Lxclass_data, utf)) break; in match()
2437 if ((Fecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (Fop == OP_PROP)) in match()
2454 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2455 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (Fop == OP_NOTPROP)) in match()
2473 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()
2480 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2481 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
2487 cp = PRIV(ucd_caseless_sets) + Fecode[2]; in match()
2528 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, utf, in match()
2772 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
2827 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, in match()
3527 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
3587 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, in match()
4046 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
4114 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, in match()
4160 if ((PRIV(ucp_gbtable)[lgb] & (1u << rgb)) == 0) break; in match()
4989 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM8); in match()
5062 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM1); in match()
5069 Fecode += PRIV(OP_lengths)[*Fecode]; in match()
5098 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM2); in match()
5157 RMATCH(Lstart_branch + PRIV(OP_lengths)[*Lstart_branch], RM11); in match()
5208 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM3); in match()
5243 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM4); in match()
5397 RMATCH(Lstart_branch + PRIV(OP_lengths)[*Lstart_branch], RM5); in match()
5454 Fecode += condition? PRIV(OP_lengths)[*Fecode] : Flength; in match()
5621 if (!PRIV(script_run)(P->eptr, Feptr, utf)) RRETURN(MATCH_NOMATCH); in match()
5914 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM12); in match()
5924 PRIV(strcmp)(Fecode + 2, mb->verb_skip_ptr) == 0) in match()
5939 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM13); in match()
5946 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM36); in match()
5952 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM14); in match()
5959 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM15); in match()
5965 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM16); in match()
5983 Fecode += PRIV(OP_lengths)[*Fecode] + Fecode[1]; in match()
5986 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM17); in match()
6002 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM18); in match()
6010 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM19); in match()
6176 length = PRIV(strlen)(subject); in pcre2_match()
6331 match_data->rc = PRIV(valid_utf)(start_match, in pcre2_match()
6466 match_data->rc = PRIV(valid_utf)(mb->check_subject, in pcre2_match()
6510 mcontext = (pcre2_match_context *)(&PRIV(default_match_context)); in pcre2_match()
7207 rc = PRIV(valid_utf)(start_match, length - (start_match - subject), in pcre2_match()