Home
last modified time | relevance | path

Searched refs:OP_CIRCM (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_study.c247 case OP_CIRCM: in find_minlength()
915 case OP_CIRCM: in set_start_bits()
Dpcre2_printint.c815 case OP_CIRCM: in pcre2_printint()
Dpcre2_internal.h1381 OP_CIRCM, /* 28 Start of line - multiline */ enumerator
Dpcre2_jit_compile.c644 case OP_CIRCM: in next_opcode()
1025 case OP_CIRCM: in detect_fast_forward_skip()
1089 case OP_CIRCM: in detect_fast_fail()
1598 case OP_CIRCM: in get_framesize()
3526 case OP_CIRCM: in scan_prefix()
6189 case OP_CIRCM: in compile_simple_assertion_matchingpath()
7261 case OP_CIRCM: in assert_needs_str_ptr_saving()
9355 case OP_CIRCM: in compile_matchingpath()
Dpcre2_compile.c1033 case OP_CIRCM: in find_fixedlength()
4197 *code++ = OP_CIRCM; in compile_branch()
8124 else if (op != OP_CIRC && op != OP_CIRCM) return FALSE; in is_startline()
Dpcre2_dfa_match.c805 case OP_CIRCM: in internal_dfa_match()
Dpcre2_match.c2162 case OP_CIRCM: in match()
/external/pcre/dist2/
DHACKING199 OP_CIRCM ^ multiline mode (start of data or after newline)