Lines Matching full:atend
1705 atend TRUE if called when the pattern is complete
1711 or -3 if an OP_RECURSE item was encountered and atend is FALSE
1716 find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd)
1744 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd);
1774 if (!atend) return -3;
1778 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd);