Home
last modified time | relevance | path

Searched refs:OP_NOT_HSPACE (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c393 case OP_NOT_HSPACE: in get_chr_property_list()
1027 case OP_NOT_HSPACE: in compare_opcodes()
H A Dpcre2_study.c366 case OP_NOT_HSPACE: in find_minlength()
1053 case OP_NOT_HSPACE: in set_start_bits()
H A Dpcre2_match.c2412 case OP_NOT_HSPACE: in match()
3079 case OP_NOT_HSPACE: in match()
3334 case OP_NOT_HSPACE: in match()
3891 case OP_NOT_HSPACE: in match()
4019 case OP_NOT_HSPACE: in match()
4563 case OP_NOT_HSPACE: in match()
4580 if (gotspace == (Lctype == OP_NOT_HSPACE)) break; in match()
4786 case OP_NOT_HSPACE: in match()
H A Dpcre2_dfa_match.c825 case OP_NOT_HSPACE: in internal_dfa_match()
2407 case OP_NOT_HSPACE: in internal_dfa_match()
H A Dpcre2_internal.h1415 OP_NOT_HSPACE, /* 18 \H (not horizontal whitespace) */ enumerator
H A Dpcre2_jit_compile.c934 case OP_NOT_HSPACE: in next_opcode()
1347 case OP_NOT_HSPACE: in detect_early_fail()
2154 case OP_NOT_HSPACE: in get_framesize()
9086 case OP_NOT_HSPACE: in compile_char1_matchingpath()
9091 if (type == OP_NOT_HSPACE) in compile_char1_matchingpath()
9098 add_jump(compiler, backtracks, JUMP(type == OP_NOT_HSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
12523 case OP_NOT_HSPACE: in compile_matchingpath()

Completed in 73 milliseconds