Lines Matching refs:PRIV

360   (PCRE2_SIZE)PRIV(OP_lengths)[OP_CALLOUT] :  in do_callout()
1185 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_match()
1198 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), code[2]) != 0); in internal_dfa_match()
1204 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1205 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1222 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1228 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1229 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1234 cp = PRIV(ucd_caseless_sets) + code[2]; in internal_dfa_match()
1253 OK = MAPBIT(PRIV(ucd_boolprop_sets) + in internal_dfa_match()
1457 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match()
1470 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), code[3]) != 0); in internal_dfa_match()
1476 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1477 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1494 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1500 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1501 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1506 cp = PRIV(ucd_caseless_sets) + code[3]; in internal_dfa_match()
1525 OK = MAPBIT(PRIV(ucd_boolprop_sets) + in internal_dfa_match()
1563 (void)PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match()
1712 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match()
1725 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), code[3]) != 0); in internal_dfa_match()
1731 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1732 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1749 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1755 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1756 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1761 cp = PRIV(ucd_caseless_sets) + code[3]; in internal_dfa_match()
1780 OK = MAPBIT(PRIV(ucd_boolprop_sets) + in internal_dfa_match()
1828 (void)PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match()
1992 OK = PRIV(ucp_gentype)[prop->chartype] == code[1 + IMM2_SIZE + 2]; in internal_dfa_match()
2005 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), in internal_dfa_match()
2012 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
2013 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
2030 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
2036 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
2037 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
2042 cp = PRIV(ucd_caseless_sets) + code[1 + IMM2_SIZE + 2]; in internal_dfa_match()
2061 OK = MAPBIT(PRIV(ucd_boolprop_sets) + in internal_dfa_match()
2104 nptr = PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match()
2283 PCRE2_SPTR nptr = PRIV(extuni)(c, ptr + clen, mb->start_subject, in internal_dfa_match()
2645 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf); in internal_dfa_match()
3357 length = PRIV(strlen)(subject); in pcre2_dfa_match()
3450 mb->match_limit = PRIV(default_match_context).match_limit; in pcre2_dfa_match()
3451 mb->match_limit_depth = PRIV(default_match_context).depth_limit; in pcre2_dfa_match()
3452 mb->heap_limit = PRIV(default_match_context).heap_limit; in pcre2_dfa_match()
3569 match_data->rc = PRIV(valid_utf)(check_subject, in pcre2_dfa_match()