Lines Matching refs:PRIV

276   PRIV(OP_lengths)[OP_CALLOUT] : GET(Fecode, 1 + 2*LINK_SIZE);  in do_callout()
421 const uint32_t *pp = PRIV(ucd_caseless_sets) + ur->caseset; in match_ref()
800 Fecode += PRIV(OP_lengths)[*Fecode]; in match()
1242 Loclength = PRIV(ord2utf)(othercase, Foccu); in match()
2171 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2194 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2217 if (!PRIV(xclass)(fc, Lxclass_data, utf)) break; in match()
2455 if ((Fecode[2] == PRIV(ucp_gentype)[prop->chartype]) == notmatch) in match()
2472 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), Fecode[2]) != 0); in match()
2480 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2481 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == notmatch) in match()
2499 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == notmatch) in match()
2506 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2507 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
2513 cp = PRIV(ucd_caseless_sets) + Fecode[2]; in match()
2537 BOOL ok = MAPBIT(PRIV(ucd_boolprop_sets) + in match()
2567 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, utf, in match()
2754 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), Lpropvalue) != 0); in match()
2832 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
2891 ok = MAPBIT(PRIV(ucd_boolprop_sets) + in match()
2920 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, in match()
3552 || MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), Lpropvalue) != 0); in match()
3643 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
3711 ok = MAPBIT(PRIV(ucd_boolprop_sets) + in match()
3742 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, in match()
4134 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), Lpropvalue) != 0); in match()
4220 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
4279 ok = MAPBIT(PRIV(ucd_boolprop_sets) + in match()
4323 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, in match()
4369 if ((PRIV(ucp_gbtable)[lgb] & (1u << rgb)) == 0) break; in match()
5198 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM8); in match()
5271 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM1); in match()
5278 Fecode += PRIV(OP_lengths)[*Fecode]; in match()
5307 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM2); in match()
5366 RMATCH(Lstart_branch + PRIV(OP_lengths)[*Lstart_branch], RM11); in match()
5417 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM3); in match()
5452 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM4); in match()
5606 RMATCH(Lstart_branch + PRIV(OP_lengths)[*Lstart_branch], RM5); in match()
5663 Fecode += condition? PRIV(OP_lengths)[*Fecode] : Flength; in match()
5830 if (!PRIV(script_run)(P->eptr, Feptr, utf)) RRETURN(MATCH_NOMATCH); in match()
6123 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM12); in match()
6133 PRIV(strcmp)(Fecode + 2, mb->verb_skip_ptr) == 0) in match()
6148 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM13); in match()
6155 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM36); in match()
6161 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM14); in match()
6168 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM15); in match()
6174 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM16); in match()
6192 Fecode += PRIV(OP_lengths)[*Fecode] + Fecode[1]; in match()
6195 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM17); in match()
6211 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM18); in match()
6219 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM19); in match()
6386 length = PRIV(strlen)(subject); in pcre2_match()
6536 match_data->rc = PRIV(valid_utf)(start_match, in pcre2_match()
6671 match_data->rc = PRIV(valid_utf)(mb->check_subject, in pcre2_match()
6716 mcontext = (pcre2_match_context *)(&PRIV(default_match_context)); in pcre2_match()
7445 rc = PRIV(valid_utf)(start_match, length - (start_match - subject), in pcre2_match()