Searched refs:OP_NOTSTAR (Results 1 - 7 of 7) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_byte_order.c239 case OP_NOTSTAR:
H A Dpcre_dfa_exec.c2341 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
2388 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
2413 case OP_NOTSTAR:
2433 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
2470 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
2514 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
H A Dpcre_study.c510 case OP_NOTSTAR:
860 case OP_NOTSTAR:
H A Dpcre_compile.c1979 case OP_NOTSTAR:
2273 case OP_NOTSTAR:
2628 case OP_NOTSTAR:
2753 (c >= OP_NOTSTAR)? OP_NOTSTAR :
2905 case OP_NOTSTAR:
3789 case OP_NOTSTAR:
5639 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break;
6373 case OP_NOTSTAR: *tempcode = OP_NOTPOSSTAR; break;
H A Dpcre_printint.c563 case OP_NOTSTAR:
H A Dpcre_exec.c3753 case OP_NOTSTAR:
3765 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR);
H A Dpcre_jit_compile.c711 case OP_NOTSTAR:
1045 case OP_NOTSTAR: \
7762 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO)
7766 *opcode -= OP_NOTSTAR - OP_STAR;
8314 case OP_NOTSTAR:
9460 case OP_NOTSTAR:

Completed in 470 milliseconds