Home
last modified time | relevance | path

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

/php-src/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.c1094 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - in compare_opcodes()
H A Dpcre2_compile.c5692 BOOL xclass; in compile_branch() local
6006 xclass = FALSE; in compile_branch()
6361 xclass = TRUE; in compile_branch()
6407 if (xclass && ( in compile_branch()
H A Dpcre2_match.c2222 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2245 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2268 if (!PRIV(xclass)(fc, Lxclass_data, utf)) break; in match()
H A Dpcre2_dfa_match.c2692 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf); in internal_dfa_match()

Completed in 48 milliseconds