Home
last modified time | relevance | path

Searched refs:xclass (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c69 PRIV(xclass)(uint32_t c, PCRE2_SPTR data, BOOL utf) in PRIV() argument
H A Dpcre2_auto_possess.c1070 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - in compare_opcodes()
H A Dpcre2_compile.c5334 BOOL xclass; in compile_branch() local
5642 xclass = FALSE; in compile_branch()
5987 xclass = TRUE; in compile_branch()
6033 if (xclass && ( in compile_branch()
H A Dpcre2_match.c2154 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2177 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2200 if (!PRIV(xclass)(fc, Lxclass_data, utf)) break; in match()
H A Dpcre2_dfa_match.c2588 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf); in internal_dfa_match()

Completed in 102 milliseconds