Searched refs:OP_STAR (Results 1 - 8 of 8) sorted by relevance

/external/pcre/dist/
H A Dpcre_compile.c2001 case OP_STAR:
2140 case OP_STAR:
2267 case OP_STAR:
2622 case OP_STAR:
2751 OP_STAR;
2881 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO)
2884 c -= (base - OP_STAR);
2893 case OP_STAR:
3613 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO)
3615 c -= get_repeat_base(c) - OP_STAR;
[all...]
H A Dpcre_byte_order.c213 case OP_STAR:
H A Dpcre_dfa_exec.c2314 codevalue -= OP_STARI - OP_STAR;
2363 codevalue -= OP_STARI - OP_STAR;
2408 codevalue -= OP_STARI - OP_STAR;
2410 case OP_STAR:
2449 codevalue -= OP_STARI - OP_STAR;
2488 codevalue -= OP_STARI - OP_STAR;
H A Dpcre_study.c508 case OP_STAR:
999 case OP_STAR:
H A Dpcre_printint.c474 case OP_STAR:
H A Dpcre_jit_compile.c685 case OP_STAR:
1041 case OP_STAR: \
7751 if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO)
7760 *opcode -= OP_STARI - OP_STAR;
7766 *opcode -= OP_NOTSTAR - OP_STAR;
7772 *opcode -= OP_NOTSTARI - OP_STAR;
7777 *opcode -= OP_TYPESTAR - OP_STAR;
7789 *opcode -= OP_CRSTAR - OP_STAR;
7906 case OP_STAR:
7913 if (opcode == OP_STAR || opcod
[all...]
H A Dpcre_exec.c3359 case OP_STAR:
3371 c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI);
H A Dpcretest.c2573 case OP_STAR:

Completed in 111 milliseconds