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

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c183 case OP_CALLOUT:
960 case OP_CALLOUT:
H A Dpcre_dfa_exec.c2699 if (code[LINK_SIZE+1] == OP_CALLOUT)
2727 code += PRIV(OP_lengths)[OP_CALLOUT]; /* Skip callout data */
3053 case OP_CALLOUT:
3080 { ADD_ACTIVE(state_offset + PRIV(OP_lengths)[OP_CALLOUT], 0); }
H A Dpcre_printint.c626 case OP_CALLOUT:
H A Dpcre_compile.c817 question must be wrapped in ONCE brackets. The table is truncated at OP_CALLOUT
1673 case OP_CALLOUT:
1807 case OP_CALLOUT:
3103 if (c == OP_CALLOUT)
4016 *code++ = OP_CALLOUT;
6336 than OP_CALLOUT. A zero entry means there is no possessified version.
6339 if (repcode < OP_CALLOUT && opcode_possessify[repcode] > 0)
6902 *code++ = OP_CALLOUT;
8496 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT];
[all...]
H A Dpcre_exec.c1306 if (*ecode == OP_CALLOUT)
1339 ecode += PRIV(OP_lengths)[OP_CALLOUT];
1340 codelink -= PRIV(OP_lengths)[OP_CALLOUT];
1702 case OP_CALLOUT:
H A Dpcre_jit_compile.c639 case OP_CALLOUT:
825 if (cc[1 + LINK_SIZE] == OP_CALLOUT)
858 case OP_CALLOUT:
8400 case OP_CALLOUT:
9583 case OP_CALLOUT:

Completed in 97 milliseconds