Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c274 case OP_NOT_WORD_BOUNDARY: in find_minlength()
1103 case OP_NOT_WORD_BOUNDARY: in set_start_bits()
H A Dpcre2_dfa_match.c1102 case OP_NOT_WORD_BOUNDARY: in internal_dfa_match()
1154 if ((left_word == right_word) == (codevalue == OP_NOT_WORD_BOUNDARY)) in internal_dfa_match()
H A Dpcre2_internal.h1375 OP_NOT_WORD_BOUNDARY, /* 4 \B */ enumerator
H A Dpcre2_jit_compile.c880 case OP_NOT_WORD_BOUNDARY: in next_opcode()
1277 case OP_NOT_WORD_BOUNDARY: in detect_early_fail()
2042 case OP_NOT_WORD_BOUNDARY: in get_framesize()
5481 case OP_NOT_WORD_BOUNDARY: in scan_prefix()
8277 case OP_NOT_WORD_BOUNDARY: in compile_simple_assertion_matchingpath()
8283 …add_jump(compiler, backtracks, CMP((type == OP_NOT_WORD_BOUNDARY) ? SLJIT_NOT_EQUAL : SLJIT_SIG_LE… in compile_simple_assertion_matchingpath()
8288 add_jump(compiler, backtracks, JUMP(type == OP_NOT_WORD_BOUNDARY ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_simple_assertion_matchingpath()
9836 case OP_NOT_WORD_BOUNDARY: in assert_needs_str_ptr_saving()
12110 case OP_NOT_WORD_BOUNDARY: in compile_matchingpath()
H A Dpcre2_match.c6046 case OP_NOT_WORD_BOUNDARY: in match()
H A Dpcre2_compile.c4864 case OP_NOT_WORD_BOUNDARY: in first_significant_code()

Completed in 87 milliseconds