Home | History | Annotate | Download | only in src

Lines Matching refs:OP_CALLOUT

2613         if (code[LINK_SIZE + 1] == OP_CALLOUT
2616 PCRE2_SIZE callout_length = (code[LINK_SIZE + 1] == OP_CALLOUT)?
2617 (PCRE2_SIZE)PRIV(OP_lengths)[OP_CALLOUT] :
2636 if (code[LINK_SIZE + 1] == OP_CALLOUT)
2984 case OP_CALLOUT:
2987 unsigned int callout_length = (*code == OP_CALLOUT)
2988 ? PRIV(OP_lengths)[OP_CALLOUT] : GET(code, 1 + 2*LINK_SIZE);
3006 if (*code == OP_CALLOUT)