Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c246 case OP_CIRC: in find_minlength()
914 case OP_CIRC: in set_start_bits()
Dpcre2_internal.h1380 OP_CIRC, /* 27 Start of line - not multiline */ enumerator
Dpcre2_compile.c1032 case OP_CIRC: in find_fixedlength()
4199 else *code++ = OP_CIRC; in compile_branch()
7997 else if (op != OP_SOD && op != OP_SOM && op != OP_CIRC) return FALSE; in is_anchored()
8124 else if (op != OP_CIRC && op != OP_CIRCM) return FALSE; in is_startline()
Dpcre2_jit_compile.c643 case OP_CIRC: in next_opcode()
1024 case OP_CIRC: in detect_fast_forward_skip()
1088 case OP_CIRC: in detect_fast_fail()
1597 case OP_CIRC: in get_framesize()
3525 case OP_CIRC: in scan_prefix()
6181 case OP_CIRC: in compile_simple_assertion_matchingpath()
7260 case OP_CIRC: in assert_needs_str_ptr_saving()
9354 case OP_CIRC: in compile_matchingpath()
Dpcre2_dfa_match.c799 case OP_CIRC: in internal_dfa_match()
Dpcre2_match.c2148 case OP_CIRC: in match()
/external/pcre/dist2/
DHACKING198 OP_CIRC ^ (start of data)