Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c271 case OP_CIRC: in find_minlength()
1076 case OP_CIRC: in set_start_bits()
1077 tcode += PRIV(OP_lengths)[OP_CIRC]; in set_start_bits()
H A Dpcre2_internal.h1427 OP_CIRC, /* 27 Start of line - not multiline */ enumerator
H A Dpcre2_compile.c5839 else *code++ = OP_CIRC; in compile_branch()
8762 else if (op != OP_SOD && op != OP_SOM && op != OP_CIRC) return FALSE; in is_anchored()
8893 else if (op != OP_CIRC && op != OP_CIRCM) return FALSE; in is_startline()
H A Dpcre2_jit_compile.c941 case OP_CIRC: in next_opcode()
1328 case OP_CIRC: in detect_early_fail()
2161 case OP_CIRC: in get_framesize()
5637 case OP_CIRC: in scan_prefix()
8635 case OP_CIRC: in compile_simple_assertion_matchingpath()
10142 case OP_CIRC: in assert_needs_str_ptr_saving()
12504 case OP_CIRC: in compile_matchingpath()
H A Dpcre2_dfa_match.c954 case OP_CIRC: in internal_dfa_match()
H A Dpcre2_match.c6133 case OP_CIRC: /* Start of line, unless PCRE2_NOTBOL is set. */ in match()

Completed in 88 milliseconds