Lines Matching defs:failed
31 bool failed:1;
78 ctx->failed = TRUE;
96 if (ctx->failed)
100 ctx->failed = TRUE;
180 "imapc: APPEND failed: %s", reply->text_full);
275 if (!ctx->failed) {
279 "write(%s) failed: %s", ctx->temp_path,
282 ctx->failed = TRUE;
286 if (!ctx->failed) {
288 ctx->failed = TRUE;
296 return ctx->failed ? -1 : 0;
303 ctx->failed = TRUE;
395 "imapc: COPY failed: %s", reply->text_full);