Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c188 case OP_CIRC: in find_minlength()
816 case OP_CIRC: in set_start_bits()
Dpcre_compile.c1804 case OP_CIRC: in find_fixedlength()
4698 else *code++ = OP_CIRC; in compile_branch()
8441 else if (op != OP_SOD && op != OP_SOM && op != OP_CIRC) return FALSE; in is_anchored()
8562 else if (op != OP_CIRC && op != OP_CIRCM) return FALSE; in is_startline()
Dpcre_internal.h1913 OP_CIRC, /* 27 Start of line - not multiline */ enumerator
DHACKING177 OP_CIRC ^ (start of data)
Dpcre_jit_compile.c616 case OP_CIRC: in next_opcode()
1358 case OP_CIRC: in get_framesize()
3222 case OP_CIRC: in scan_prefix()
5526 case OP_CIRC: in compile_char1_matchingpath()
8261 case OP_CIRC: in compile_matchingpath()
Dpcre_dfa_exec.c863 case OP_CIRC: in internal_dfa_exec()
Dpcre_exec.c2071 case OP_CIRC: in match()