Searched defs:close (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib/
H A Diostream-private.h19 void (*close)(struct iostream_private *streami, bool close_parent); member in struct:iostream_private
/dovecot/src/lib-index/
H A Dmail-index-view-private.h14 void (*close)(struct mail_index_view *view); member in struct:mail_index_view_vfuncs
/dovecot/src/lib-http/
H A Dhttp-server-response.c566 bool close = FALSE; local
597 /* connection close marks end of payload */
598 close = TRUE;
646 close = close || req->req.connection_close ||
648 if (close && resp->tunnel_callback == NULL)
649 str_append(rtext, "Connection: close\r\n");
793 hsostream->ostream.iostream.close = http_server_ostream_close;
H A Dhttp-server-request.c127 bool close)
130 req->connection_close = close;
197 /* close the connection */
347 "Client requested connection close");
126 http_server_request_connection_close(struct http_server_request *req, bool close) argument
/dovecot/src/lib-storage/
H A Dmail-storage-private.h217 void (*close)(struct mailbox *box); member in struct:mailbox_vfuncs
469 void (*close)(struct mail *mail); member in struct:mail_vfuncs

Completed in 77 milliseconds