Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c189 case OP_CIRCM: in find_minlength()
817 case OP_CIRCM: in set_start_bits()
Dpcre_printint.c817 case OP_CIRCM: in pcre_printint()
Dpcre_internal.h1914 OP_CIRCM, /* 28 Start of line - multiline */ enumerator
Dpcre_compile.c1805 case OP_CIRCM: in find_fixedlength()
4696 *code++ = OP_CIRCM; in compile_branch()
8562 else if (op != OP_CIRC && op != OP_CIRCM) return FALSE; in is_startline()
DHACKING178 OP_CIRCM ^ multiline mode (start of data or after newline)
Dpcre_jit_compile.c617 case OP_CIRCM: in next_opcode()
1359 case OP_CIRCM: in get_framesize()
3223 case OP_CIRCM: in scan_prefix()
5534 case OP_CIRCM: in compile_char1_matchingpath()
8262 case OP_CIRCM: in compile_matchingpath()
Dpcre_dfa_exec.c869 case OP_CIRCM: in internal_dfa_exec()
Dpcre_exec.c2083 case OP_CIRCM: in match()