Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c270 case OP_CIRC: in find_minlength()
1071 case OP_CIRC: in set_start_bits()
1072 tcode += PRIV(OP_lengths)[OP_CIRC]; in set_start_bits()
Dpcre2_internal.h1378 OP_CIRC, /* 27 Start of line - not multiline */ enumerator
Dpcre2_compile.c5483 else *code++ = OP_CIRC; in compile_branch()
8339 else if (op != OP_SOD && op != OP_SOM && op != OP_CIRC) return FALSE; in is_anchored()
8470 else if (op != OP_CIRC && op != OP_CIRCM) return FALSE; in is_startline()
Dpcre2_jit_compile.c895 case OP_CIRC: in next_opcode()
1271 case OP_CIRC: in detect_early_fail()
2059 case OP_CIRC: in get_framesize()
5411 case OP_CIRC: in scan_prefix()
8197 case OP_CIRC: in compile_simple_assertion_matchingpath()
9607 case OP_CIRC: in assert_needs_str_ptr_saving()
11885 case OP_CIRC: in compile_matchingpath()
Dpcre2_dfa_match.c952 case OP_CIRC: in internal_dfa_match()
Dpcre2_match.c5705 case OP_CIRC: /* Start of line, unless PCRE2_NOTBOL is set. */ in match()
/external/pcre/dist2/
DHACKING397 OP_CIRC ^ (start of data)