Home | History | Annotate | Download | only in dist

Lines Matching refs:ecode

2539         const pcre_uchar *ecode;
2546 ecode = code + 1 + (32 / sizeof(pcre_uchar));
2560 ecode = code + GET(code, 1);
2564 /* At this point, isinclass is set for all kinds of class, and ecode
2568 next_state_offset = (int)(ecode - start_code);
2570 switch (*ecode)
2578 if (*ecode == OP_CRPOSSTAR)
2594 if (count > 0 && *ecode == OP_CRPOSPLUS)
2610 if (*ecode == OP_CRPOSQUERY)
2623 if (count >= (int)GET2(ecode, 1))
2627 int max = (int)GET2(ecode, 1 + IMM2_SIZE);
2628 if (*ecode == OP_CRPOSRANGE)