Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c243 case OP_SOM: in find_minlength()
977 case OP_SOM: in set_start_bits()
Dpcre2_internal.h1351 OP_SOM, /* 2 Start of match (subject + offset): \G */ enumerator
Dpcre2_jit_compile.c621 case OP_SOM: in next_opcode()
1018 case OP_SOM: in detect_fast_forward_skip()
1082 case OP_SOM: in detect_fast_fail()
3519 case OP_SOM: in scan_prefix()
6045 case OP_SOM: in compile_simple_assertion_matchingpath()
9347 case OP_SOM: in compile_matchingpath()
Dpcre2_dfa_match.c828 case OP_SOM: in internal_dfa_match()
Dpcre2_compile.c1053 case OP_SOM: in find_fixedlength()
7997 else if (op != OP_SOD && op != OP_SOM && op != OP_CIRC) return FALSE; in is_anchored()
Dpcre2_match.c2175 case OP_SOM: in match()
/external/pcre/dist2/
DHACKING196 OP_SOM, start of match (subject + offset): \G