Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c393 case OP_NOT_HSPACE: in get_chr_property_list()
1021 case OP_NOT_HSPACE: in compare_opcodes()
H A Dpcre2_study.c363 case OP_NOT_HSPACE: in find_minlength()
1049 case OP_NOT_HSPACE: in set_start_bits()
H A Dpcre2_match.c2361 case OP_NOT_HSPACE: in match()
3008 case OP_NOT_HSPACE: in match()
3263 case OP_NOT_HSPACE: in match()
3811 case OP_NOT_HSPACE: in match()
3939 case OP_NOT_HSPACE: in match()
4470 case OP_NOT_HSPACE: in match()
4487 if (gotspace == (Lctype == OP_NOT_HSPACE)) break; in match()
4693 case OP_NOT_HSPACE: in match()
H A Dpcre2_dfa_match.c823 case OP_NOT_HSPACE: in internal_dfa_match()
2360 case OP_NOT_HSPACE: in internal_dfa_match()
H A Dpcre2_internal.h1390 OP_NOT_HSPACE, /* 18 \H (not horizontal whitespace) */ enumerator
H A Dpcre2_jit_compile.c893 case OP_NOT_HSPACE: in next_opcode()
1298 case OP_NOT_HSPACE: in detect_early_fail()
2056 case OP_NOT_HSPACE: in get_framesize()
8885 case OP_NOT_HSPACE: in compile_char1_matchingpath()
8890 if (type == OP_NOT_HSPACE) in compile_char1_matchingpath()
8897 add_jump(compiler, backtracks, JUMP(type == OP_NOT_HSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
12134 case OP_NOT_HSPACE: in compile_matchingpath()

Completed in 63 milliseconds