Lines Matching defs:failed
22 bool failed:1;
47 if (ctx->failed) {
49 /* failed in the middle of a literal.
52 client_disconnect(cmd->client, "URLFETCH failed");
113 i_error("read(%s) failed: %s (URLFETCH)",
116 client_disconnect(client, "URLFETCH failed");
142 ctx->failed = TRUE;
232 ctx->failed = TRUE;
265 ctx->failed = TRUE;
271 /* URL fetch failed */
395 ctx->failed = TRUE;
401 if ((ctx->failed || !imap_urlauth_fetch_is_pending(ctx->ufetch))