Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_auto_possess.c381 case OP_EODN: in get_chr_property_list()
1029 case OP_EODN: in compare_opcodes()
Dpcre2_study.c269 case OP_EODN: in find_minlength()
1016 case OP_EODN: in set_start_bits()
Dpcre2_internal.h1371 OP_EODN, /* 23 End of data or \n at end of data (\Z) */ enumerator
Dpcre2_jit_compile.c893 case OP_EODN: in next_opcode()
1269 case OP_EODN: in detect_early_fail()
2057 case OP_EODN: in get_framesize()
5409 case OP_EODN: in scan_prefix()
8060 case OP_EODN: in compile_simple_assertion_matchingpath()
8147 compile_simple_assertion_matchingpath(common, OP_EODN, cc, backtracks); in compile_simple_assertion_matchingpath()
11881 case OP_EODN: in compile_matchingpath()
Dpcre2_dfa_match.c1018 case OP_EODN: in internal_dfa_match()
Dpcre2_match.c5738 case OP_EODN: in match()
Dpcre2_compile.c7386 if (op_previous >= OP_EODN) /* Not a character type - internal error */ in compile_branch()
/external/pcre/dist2/
DHACKING411 OP_EODN match end of data or newline at end: \Z