Lines Matching refs:PRIV

275   PRIV(OP_lengths)[OP_CALLOUT] : GET(Fecode, 1 + 2*LINK_SIZE);  in do_callout()
420 const uint32_t *pp = PRIV(ucd_caseless_sets) + ur->caseset; in match_ref()
787 Fecode += PRIV(OP_lengths)[*Fecode]; in match()
1228 Loclength = PRIV(ord2utf)(othercase, Foccu); in match()
2157 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2180 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2203 if (!PRIV(xclass)(fc, Lxclass_data, utf)) break; in match()
2441 if ((Fecode[2] == PRIV(ucp_gentype)[prop->chartype]) == notmatch) in match()
2458 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), Fecode[2]) != 0); in match()
2466 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2467 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == notmatch) in match()
2485 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == notmatch) in match()
2492 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2493 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
2499 cp = PRIV(ucd_caseless_sets) + Fecode[2]; in match()
2523 BOOL ok = MAPBIT(PRIV(ucd_boolprop_sets) + in match()
2553 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, utf, in match()
2740 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), Lpropvalue) != 0); in match()
2818 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
2877 ok = MAPBIT(PRIV(ucd_boolprop_sets) + in match()
2906 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, in match()
3538 || MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), Lpropvalue) != 0); in match()
3629 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
3697 ok = MAPBIT(PRIV(ucd_boolprop_sets) + in match()
3728 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, in match()
4120 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), Lpropvalue) != 0); in match()
4206 cp = PRIV(ucd_caseless_sets) + Lpropvalue; in match()
4265 ok = MAPBIT(PRIV(ucd_boolprop_sets) + in match()
4309 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, in match()
4355 if ((PRIV(ucp_gbtable)[lgb] & (1u << rgb)) == 0) break; in match()
5184 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM8); in match()
5257 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM1); in match()
5264 Fecode += PRIV(OP_lengths)[*Fecode]; in match()
5293 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM2); in match()
5352 RMATCH(Lstart_branch + PRIV(OP_lengths)[*Lstart_branch], RM11); in match()
5403 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM3); in match()
5438 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM4); in match()
5592 RMATCH(Lstart_branch + PRIV(OP_lengths)[*Lstart_branch], RM5); in match()
5649 Fecode += condition? PRIV(OP_lengths)[*Fecode] : Flength; in match()
5816 if (!PRIV(script_run)(P->eptr, Feptr, utf)) RRETURN(MATCH_NOMATCH); in match()
6109 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM12); in match()
6119 PRIV(strcmp)(Fecode + 2, mb->verb_skip_ptr) == 0) in match()
6134 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM13); in match()
6141 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM36); in match()
6147 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM14); in match()
6154 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM15); in match()
6160 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM16); in match()
6178 Fecode += PRIV(OP_lengths)[*Fecode] + Fecode[1]; in match()
6181 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM17); in match()
6197 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM18); in match()
6205 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode] + Fecode[1], RM19); in match()
6380 length = PRIV(strlen)(subject); in pcre2_match()
6530 match_data->rc = PRIV(valid_utf)(start_match, in pcre2_match()
6665 match_data->rc = PRIV(valid_utf)(mb->check_subject, in pcre2_match()
6710 mcontext = (pcre2_match_context *)(&PRIV(default_match_context)); in pcre2_match()
7438 rc = PRIV(valid_utf)(start_match, length - (start_match - subject), in pcre2_match()