Searched refs:OP_REVERSE (Results 1 - 6 of 6) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c177 case OP_REVERSE:
871 case OP_REVERSE:
H A Dpcre_printint.c417 case OP_REVERSE:
H A Dpcre_compile.c1823 case OP_REVERSE:
2041 instance of OP_REVERSE for a lookbehind. The function is global in the C sense
2070 else if (c == OP_REVERSE)
8122 /* Set up dummy OP_REVERSE if lookbehind assertion */
8126 *code++ = OP_REVERSE;
8207 put the length into the OP_REVERSE item. Temporarily mark the end of the
9310 /* Loop, searching for OP_REVERSE items, and process those that do not have
H A Dpcre_dfa_exec.c466 If the first opcode in the first alternative is OP_REVERSE, we are dealing with
470 if (*first_op == OP_REVERSE)
H A Dpcre_exec.c1515 the assertion is true. Lookbehind assertions have an OP_REVERSE item at the
1670 case OP_REVERSE:
H A Dpcre_jit_compile.c645 case OP_REVERSE:
5777 case OP_REVERSE:
8267 case OP_REVERSE:

Completed in 79 milliseconds