Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c253 case OP_SOD: in find_minlength()
1019 case OP_SOD: in set_start_bits()
Dpcre2_internal.h1304 OP_SOD, /* 1 Start of data: \A */ enumerator
Dpcre2_jit_compile.c661 case OP_SOD: in next_opcode()
1059 case OP_SOD: in detect_fast_forward_skip()
1123 case OP_SOD: in detect_fast_fail()
3910 case OP_SOD: in scan_prefix()
7008 case OP_SOD: in compile_simple_assertion_matchingpath()
10440 case OP_SOD: in compile_matchingpath()
Dpcre2_dfa_match.c964 case OP_SOD: in internal_dfa_match()
Dpcre2_match.c5616 case OP_SOD: /* Unconditional start of subject */ in match()
Dpcre2_compile.c7902 else if (op != OP_SOD && op != OP_SOM && op != OP_CIRC) return FALSE; in is_anchored()
/external/pcre/dist2/
DHACKING392 OP_SOD match start of data: \A