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()
1199 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1200 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1217 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1223 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1224 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1229 cp = PRIV(ucd_caseless_sets) + code[2]; in internal_dfa_match()
1443 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match()
1457 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1458 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1475 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1481 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1482 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1487 cp = PRIV(ucd_caseless_sets) + code[3]; in internal_dfa_match()
1535 (void)PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match()
1684 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match()
1698 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1699 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1716 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1722 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1723 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1728 cp = PRIV(ucd_caseless_sets) + code[3]; in internal_dfa_match()
1786 (void)PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match()
1950 OK = PRIV(ucp_gentype)[prop->chartype] == code[1 + IMM2_SIZE + 2]; in internal_dfa_match()
1964 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1965 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1982 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1988 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1989 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1994 cp = PRIV(ucd_caseless_sets) + code[1 + IMM2_SIZE + 2]; in internal_dfa_match()
2047 nptr = PRIV(extuni)(c, ptr + clen, mb->start_subject, end_subject, utf, in internal_dfa_match()
2226 PCRE2_SPTR nptr = PRIV(extuni)(c, ptr + clen, mb->start_subject, in internal_dfa_match()
2588 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf); in internal_dfa_match()
3293 length = PRIV(strlen)(subject); in pcre2_dfa_match()
3391 mb->match_limit = PRIV(default_match_context).match_limit; in pcre2_dfa_match()
3392 mb->match_limit_depth = PRIV(default_match_context).depth_limit; in pcre2_dfa_match()
3393 mb->heap_limit = PRIV(default_match_context).heap_limit; in pcre2_dfa_match()
3510 match_data->rc = PRIV(valid_utf)(check_subject, in pcre2_dfa_match()