Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c348 case OP_ALLANY: in find_minlength()
955 case OP_ALLANY: in set_start_bits()
1346 case OP_ALLANY: in set_start_bits()
Dpcre2_match.c875 case OP_ALLANY: in match()
2792 case OP_ALLANY: in match()
3044 case OP_ALLANY: in match()
3555 case OP_ALLANY: in match()
3683 case OP_ALLANY: in match()
4126 case OP_ALLANY: in match()
4374 case OP_ALLANY: in match()
Dpcre2_auto_possess.c372 case OP_ALLANY: in get_chr_property_list()
Dpcre2_compile.c5411 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
5424 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()
7646 *code++ = OP_ALLANY; in compile_branch()
7673 *code++ = (meta_arg == ESC_C)? OP_ALLANY : meta_arg; in compile_branch()
7675 *code++ = (!utf && meta_arg == ESC_C)? OP_ALLANY : meta_arg; in compile_branch()
8202 if (scode[1] != OP_ALLANY || (bracket_map & cb->backref_map) != 0 || in is_anchored()
Dpcre2_internal.h1351 OP_ALLANY, /* 13 Match any character */ enumerator
Dpcre2_dfa_match.c1007 case OP_ALLANY: in internal_dfa_match()
Dpcre2_jit_compile.c859 case OP_ALLANY: in next_opcode()
1823 case OP_ALLANY: in get_framesize()
5206 case OP_ALLANY: in scan_prefix()
7658 compile_char1_matchingpath(common, OP_ALLANY, cc, backtracks, FALSE); in compile_xclass_matchingpath()
8682 case OP_ALLANY: in compile_char1_matchingpath()
11866 case OP_ALLANY: in compile_matchingpath()
/external/pcre/dist2/
DHACKING390 OP_ALLANY match any one character, including newline
428 OP_ALLANY is used for '.' when PCRE2_DOTALL is set. It is also used for \C in