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

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c93 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE;
128 case OP_SCBRAPOS:
794 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE;
927 case OP_SCBRAPOS:
H A Dpcre_printint.c394 case OP_SCBRAPOS:
H A Dpcre_compile.c2002 case OP_SCBRAPOS:
2079 c == OP_CBRAPOS || c == OP_SCBRAPOS)
2448 c == OP_SCBRA || c == OP_SCBRAPOS)
8096 e.g. OP_SCBRAPOS, happens later, after the group has been compiled. */
8409 op == OP_SCBRA || op == OP_SCBRAPOS)
8527 op == OP_SCBRA || op == OP_SCBRAPOS)
8611 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0;
8626 case OP_SCBRAPOS:
H A Dpcre_dfa_exec.c458 *this_start_code == OP_CBRAPOS || *this_start_code == OP_SCBRAPOS)
557 *this_start_code == OP_CBRAPOS || *this_start_code == OP_SCBRAPOS)
2872 case OP_SCBRAPOS:
H A Dpcre_jit_compile.c660 case OP_SCBRAPOS:
816 case OP_SCBRAPOS:
1127 case OP_SCBRAPOS:
1260 if (!recursive && (*cc == OP_CBRAPOS || *cc == OP_SCBRAPOS))
1322 case OP_SCBRAPOS:
1432 if (recursive || (*cc != OP_CBRAPOS && *cc != OP_SCBRAPOS))
1504 case OP_SCBRAPOS:
1576 case OP_SCBRAPOS:
1758 case OP_SCBRAPOS:
7504 case OP_SCBRAPOS
[all...]
H A Dpcre_exec.c1125 case OP_SCBRAPOS:
1897 if (op == OP_CBRAPOS || op == OP_SCBRAPOS) goto POSSESSIVE_CAPTURE;
1942 *prev == OP_CBRAPOS || *prev == OP_SCBRAPOS)

Completed in 3027 milliseconds