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.c379 case OP_EODN: in get_chr_property_list()
1010 case OP_EODN: in compare_opcodes()
Dpcre2_study.c256 case OP_EODN: in find_minlength()
973 case OP_EODN: in set_start_bits()
Dpcre2_internal.h1327 OP_EODN, /* 23 End of data or \n at end of data (\Z) */ enumerator
Dpcre2_jit_compile.c682 case OP_EODN: in next_opcode()
1064 case OP_EODN: in detect_fast_forward_skip()
1128 case OP_EODN: in detect_fast_fail()
1637 case OP_EODN: in get_framesize()
3915 case OP_EODN: in scan_prefix()
7027 case OP_EODN: in compile_simple_assertion_matchingpath()
7107 compile_simple_assertion_matchingpath(common, OP_EODN, cc, backtracks); in compile_simple_assertion_matchingpath()
10444 case OP_EODN: in compile_matchingpath()
Dpcre2_dfa_match.c1006 case OP_EODN: in internal_dfa_match()
Dpcre2_match.c5639 case OP_EODN: in match()
Dpcre2_compile.c6953 if (op_previous >= OP_EODN) /* Not a character type - internal error */ in compile_branch()
/external/pcre/dist2/
DHACKING409 OP_EODN match end of data or newline at end: \Z