Lines Matching full:atend
1478 atend TRUE if called when the pattern is complete
1484 or -3 if an OP_RECURSE item was encountered and atend is FALSE
1488 find_fixedlength(uschar *code, int options, BOOL atend, compile_data *cd)
1509 d = find_fixedlength(cc + ((op == OP_CBRA)? 2:0), options, atend, cd);
1537 if (!atend) return -3;
1541 d = find_fixedlength(cs + 2, options, atend, cd);