Searched defs:aborted (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-master/
H A Dmaster-login-auth.c36 bool aborted:1; member in struct:master_login_auth_request
214 if (request->aborted) {
419 req->aborted = TRUE;
/dovecot/src/lib-auth/
H A Dauth-master.c48 bool aborted:1; member in struct:auth_master_connection
110 conn->aborted = TRUE;
422 if (conn->aborted) {
423 conn->aborted = FALSE;
722 if (ctx->finished || ctx->failed || ctx->conn->aborted)
/dovecot/src/lib-http/
H A Dhttp-client-connection.c159 /* drop request if not already aborted */
178 /* drop request if not already aborted */
189 /* drop request if not already aborted */
747 /* finish request if not already aborted */
982 bool aborted, early = FALSE; local
1031 "Request aborted before sending payload was complete.");
1069 aborted = (req->state == HTTP_REQUEST_STATE_ABORTED);
1072 i_assert(aborted);
1078 if (!aborted) {
1220 "Request aborted befor
[all...]

Completed in 1394 milliseconds