Searched refs:OP_ALLANY (Results 1 - 5 of 5) sorted by relevance

/external/pcre/dist/
H A Dpcre_study.c274 case OP_ALLANY:
293 non-UTF-8 mode \C will actually be turned into OP_ALLANY, so won't ever
813 case OP_ALLANY:
1188 case OP_ALLANY:
H A Dpcre_compile.c1882 case OP_ALLANY:
1888 otherwise \C is coded as OP_ALLANY. */
2535 case OP_ALLANY:
2926 case OP_ALLANY:
4716 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY;
4804 [^] must match any character, so generate OP_ALLANY. */
4809 *code++ = negate_class? OP_ALLANY : OP_FAIL;
7862 /* In non-UTF-8 mode, we turn \C into OP_ALLANY instead of OP_ANYBYTE
7867 *code++ = (!utf && escape == ESC_C)? OP_ALLANY : escape;
8427 /* .* is not anchored unless DOTALL is set (which generates OP_ALLANY) an
[all...]
H A Dpcre_exec.c2314 case OP_ALLANY:
4399 case OP_ALLANY:
4651 case OP_ALLANY:
5161 case OP_ALLANY:
5286 case OP_ALLANY:
5717 case OP_ALLANY:
5958 case OP_ALLANY:
H A Dpcre_dfa_exec.c267 0, 0 /* OP_ANY, OP_ALLANY */
275 1, 1 /* OP_ANY, OP_ALLANY */
922 case OP_ALLANY:
1160 OP_ANY, OP_ALLANY, OP_DIGIT, OP_NOT_DIGIT, OP_WHITESPACE, OP_NOT_SPACE,
H A Dpcre_jit_compile.c605 case OP_ALLANY:
1346 case OP_ALLANY:
3362 case OP_ALLANY:
5330 case OP_ALLANY:
7874 case OP_ALLANY:
8249 case OP_ALLANY:

Completed in 176 milliseconds