Home | History | Annotate | Download | only in src

Lines Matching full:callout_length

2616           PCRE2_SIZE callout_length = (code[LINK_SIZE + 1] == OP_CALLOUT)?
2649 callout_length - (1 + 4*LINK_SIZE) - 2;
2656 code += callout_length; /* Skip callout data */
2987 unsigned int callout_length = (*code == OP_CALLOUT)
3019 callout_length - (1 + 4*LINK_SIZE) - 2;
3026 { ADD_ACTIVE(state_offset + (int)callout_length, 0); }