Lines Matching refs:PRIV

362   (PCRE2_SIZE)PRIV(OP_lengths)[OP_CALLOUT] :  in do_callout_dfa()
1123 int category = PRIV(ucp_gentype)[chartype]; in internal_dfa_match()
1148 int category = PRIV(ucp_gentype)[chartype]; in internal_dfa_match()
1193 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_match()
1206 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), code[2]) != 0); in internal_dfa_match()
1213 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1214 PRIV(ucp_gentype)[chartype] == ucp_N; in internal_dfa_match()
1231 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1238 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1239 PRIV(ucp_gentype)[chartype] == ucp_N || in internal_dfa_match()
1251 cp = PRIV(ucd_caseless_sets) + code[2]; in internal_dfa_match()
1270 OK = MAPBIT(PRIV(ucd_boolprop_sets) + in internal_dfa_match()
1475 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match()
1488 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), code[3]) != 0); in internal_dfa_match()
1495 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1496 PRIV(ucp_gentype)[chartype] == ucp_N; in internal_dfa_match()
1513 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1520 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1521 PRIV(ucp_gentype)[chartype] == ucp_N || in internal_dfa_match()
1533 cp = PRIV(ucd_caseless_sets) + code[3]; in internal_dfa_match()
1552 OK = MAPBIT(PRIV(ucd_boolprop_sets) + in internal_dfa_match()
1590 (void)PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match()
1740 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match()
1753 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), code[3]) != 0); in internal_dfa_match()
1760 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1761 PRIV(ucp_gentype)[chartype] == ucp_N; in internal_dfa_match()
1778 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1785 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1786 PRIV(ucp_gentype)[chartype] == ucp_N || in internal_dfa_match()
1798 cp = PRIV(ucd_caseless_sets) + code[3]; in internal_dfa_match()
1817 OK = MAPBIT(PRIV(ucd_boolprop_sets) + in internal_dfa_match()
1865 (void)PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match()
2030 OK = PRIV(ucp_gentype)[prop->chartype] == code[1 + IMM2_SIZE + 2]; in internal_dfa_match()
2043 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), in internal_dfa_match()
2051 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
2052 PRIV(ucp_gentype)[chartype] == ucp_N; in internal_dfa_match()
2069 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
2076 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
2077 PRIV(ucp_gentype)[chartype] == ucp_N || in internal_dfa_match()
2089 cp = PRIV(ucd_caseless_sets) + code[1 + IMM2_SIZE + 2]; in internal_dfa_match()
2108 OK = MAPBIT(PRIV(ucd_boolprop_sets) + in internal_dfa_match()
2151 nptr = PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match()
2330 PCRE2_SPTR nptr = PRIV(extuni)(c, ptr + clen, mb->start_subject, in internal_dfa_match()
2692 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf); in internal_dfa_match()
3409 length = PRIV(strlen)(subject); in pcre2_dfa_match()
3502 mb->match_limit = PRIV(default_match_context).match_limit; in pcre2_dfa_match()
3503 mb->match_limit_depth = PRIV(default_match_context).depth_limit; in pcre2_dfa_match()
3504 mb->heap_limit = PRIV(default_match_context).heap_limit; in pcre2_dfa_match()
3621 match_data->rc = PRIV(valid_utf)(check_subject, in pcre2_dfa_match()