Home
last modified time | relevance | path

Searched refs:PT_CLIST (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c255 case PT_CLIST: in check_char_prop()
439 if (code[0] != PT_CLIST) in get_chr_property_list()
H A Dpcre2_study.c1086 if (tcode[1] != PT_CLIST) return SSB_FAIL; in set_start_bits()
1171 if (ncode[1] != PT_CLIST) break; in set_start_bits()
H A Dpcre2_printint.c304 if (code[1] != PT_CLIST) in print_prop()
H A Dpcre2_dfa_match.c1243 case PT_CLIST: in internal_dfa_match()
1525 case PT_CLIST: in internal_dfa_match()
1790 case PT_CLIST: in internal_dfa_match()
2081 case PT_CLIST: in internal_dfa_match()
H A Dpcre2_match.c2568 case PT_CLIST: in match()
2886 case PT_CLIST: in match()
3703 case PT_CLIST: in match()
4292 case PT_CLIST: in match()
H A Dpcre2_internal.h1303 #define PT_CLIST 10 /* Pseudo-property: match character list */ macro
H A Dpcre2_compile.c5937 *code++ = PT_CLIST; in compile_branch()
8245 *code++ = PT_CLIST; in compile_branch()
H A Dpcre2_jit_compile.c7723 if (*cc == PT_CLIST && cc[-1] == XCL_PROP) in compile_xclass_matchingpath()
7793 case PT_CLIST: in compile_xclass_matchingpath()
8268 case PT_CLIST: in compile_xclass_matchingpath()

Completed in 148 milliseconds