Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c347 case OP_ALLANY: in find_minlength()
954 case OP_ALLANY: in set_start_bits()
1344 case OP_ALLANY: in set_start_bits()
Dpcre2_match.c874 case OP_ALLANY: in match()
2791 case OP_ALLANY: in match()
3043 case OP_ALLANY: in match()
3554 case OP_ALLANY: in match()
3682 case OP_ALLANY: in match()
4125 case OP_ALLANY: in match()
4373 case OP_ALLANY: in match()
Dpcre2_auto_possess.c372 case OP_ALLANY: in get_chr_property_list()
Dpcre2_compile.c5127 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
5140 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()
7365 *code++ = (meta_arg == ESC_C)? OP_ALLANY : meta_arg; in compile_branch()
7367 *code++ = (!utf && meta_arg == ESC_C)? OP_ALLANY : meta_arg; in compile_branch()
7894 if (scode[1] != OP_ALLANY || (bracket_map & cb->backref_map) != 0 || in is_anchored()
Dpcre2_internal.h1317 OP_ALLANY, /* 13 Match any character */ enumerator
Dpcre2_jit_compile.c673 case OP_ALLANY: in next_opcode()
1627 case OP_ALLANY: in get_framesize()
4058 case OP_ALLANY: in scan_prefix()
6519 compile_char1_matchingpath(common, OP_ALLANY, cc, backtracks, FALSE); in compile_xclass_matchingpath()
7418 case OP_ALLANY: in compile_char1_matchingpath()
10461 case OP_ALLANY: in compile_matchingpath()
Dpcre2_dfa_match.c1000 case OP_ALLANY: in internal_dfa_match()
/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