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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c188 case OP_CALLOUT:
1002 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 */
3054 case OP_CALLOUT:
3081 { ADD_ACTIVE(state_offset + PRIV(OP_lengths)[OP_CALLOUT], 0); }
H A Dpcre_printint.c626 case OP_CALLOUT:
H A Dpcre_compile.c826 question must be wrapped in ONCE brackets. The table is truncated at OP_CALLOUT
1691 case OP_CALLOUT:
1836 case OP_CALLOUT:
3158 if (c == OP_CALLOUT)
4081 *code++ = OP_CALLOUT;
6480 than OP_CALLOUT. A zero entry means there is no possessified version.
6483 if (repcode < OP_CALLOUT && opcode_possessify[repcode] > 0)
7086 *code++ = OP_CALLOUT;
8722 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT];
[all...]
H A Dpcre_exec.c1294 if (*ecode == OP_CALLOUT)
1327 ecode += PRIV(OP_lengths)[OP_CALLOUT];
1328 codelink -= PRIV(OP_lengths)[OP_CALLOUT];
1705 case OP_CALLOUT:

Completed in 176 milliseconds