Home
last modified time | relevance | path

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

/PHP-7.3/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.c1051 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - in compare_opcodes()
H A Dpcre2_compile.c4962 BOOL xclass; in compile_branch() local
5232 xclass = FALSE; in compile_branch()
5577 xclass = TRUE; in compile_branch()
5623 if (xclass && ( in compile_branch()
H A Dpcre2_match.c2081 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2104 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2127 if (!PRIV(xclass)(fc, Lxclass_data, utf)) break; in match()
H A Dpcre2_dfa_match.c2574 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf); in internal_dfa_match()

Completed in 55 milliseconds