Searched refs:OP_ANY (Results 1 - 5 of 5) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_dfa_exec.c | 267 0, 0 /* OP_ANY, OP_ALLANY */ 275 1, 1 /* OP_ANY, OP_ALLANY */ 903 case OP_ANY: 1160 OP_ANY, OP_ALLANY, OP_DIGIT, OP_NOT_DIGIT, OP_WHITESPACE, OP_NOT_SPACE, 1170 if (d == OP_ANY && ptr + 1 >= md->end_subject && 1180 (d != OP_ANY || !IS_NEWLINE(ptr)) && 1201 if (d == OP_ANY && ptr + 1 >= md->end_subject && 1211 (d != OP_ANY || !IS_NEWLINE(ptr)) && 1231 if (d == OP_ANY && ptr + 1 >= md->end_subject && 1241 (d != OP_ANY || !IS_NEWLIN [all...] |
H A D | pcre_study.c | 273 case OP_ANY: 814 case OP_ANY: 1187 case OP_ANY:
|
H A D | pcre_exec.c | 2298 case OP_ANY: 4376 case OP_ANY: 4629 case OP_ANY: 5144 if (ctype == OP_ANY && IS_NEWLINE(eptr)) 5149 case OP_ANY: /* This is the non-NL case */ 5269 if (ctype == OP_ANY && IS_NEWLINE(eptr)) 5274 case OP_ANY: /* This is the non-NL case */ 5694 case OP_ANY: 5936 case OP_ANY:
|
H A D | pcre_compile.c | 1885 case OP_ANY: 2538 case OP_ANY: 2929 case OP_ANY: 4720 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY; 8556 if (scode[1] != OP_ANY || (bracket_map & cd->backref_map) != 0 ||
|
H A D | pcre_jit_compile.c | 604 case OP_ANY: 1345 case OP_ANY: 3361 case OP_ANY: 5309 case OP_ANY: 7873 case OP_ANY: 8248 case OP_ANY:
|
Completed in 164 milliseconds