Searched refs:destroy (Results 1 - 25 of 75) sorted by relevance

123

/dovecot/src/lib-fts/
H A Dfts-filter-private.h12 The destroy function is called to destroy an instance of a filter.
23 void (*destroy)(struct fts_filter *filter); member in struct:fts_filter_vfuncs
H A Dfts-tokenizer-private.h11 void (*destroy)(struct fts_tokenizer *tok); member in struct:fts_tokenizer_vfuncs
H A Dfts-filter.c109 if (fp->v.destroy != NULL)
110 fp->v.destroy(fp);
112 /* default destroy implementation */
/dovecot/src/lib/
H A Diostream-private.h20 void (*destroy)(struct iostream_private *stream); member in struct:iostream_private
H A Diostream.c24 if (stream->destroy == NULL)
25 stream->destroy = io_stream_default_destroy;
45 stream->destroy(stream);
H A Dostream-failure-at.c103 fstream->ostream.iostream.destroy = o_stream_failure_at_destroy;
117 fstream->ostream.iostream.destroy = o_stream_failure_at_destroy;
H A Dconnection.c21 conn->list->v.destroy(conn);
27 conn->list->v.destroy(conn);
67 conn->list->v.destroy(conn);
211 conn->list->v.destroy(conn);
404 conn->list->v.destroy(conn);
414 conn->list->v.destroy(conn);
521 list->v.destroy(conn);
H A Dconnection.h30 void (*destroy)(struct connection *conn); member in struct:connection_vfuncs
36 initialized in that situation either. destroy() is called after
H A Distream-callback.c79 cstream->istream.iostream.destroy = i_stream_callback_destroy;
H A Distream-failure-at.c76 fstream->istream.iostream.destroy = i_stream_failure_at_destroy;
H A Dostream-escaped.c126 estream->ostream.iostream.destroy = o_stream_escaped_destroy;
H A Distream-limit.c118 lstream->istream.iostream.destroy = i_stream_limit_destroy;
H A Distream-rawlog.c109 rstream->istream.iostream.destroy = i_stream_rawlog_destroy;
/dovecot/src/lib-program-client/
H A Dprogram-client-private.h65 void (*destroy) (struct program_client * pclient); member in struct:program_client
/dovecot/src/lib-ssl-iostream/
H A Diostream-ssl-private.h23 void (*destroy)(struct ssl_iostream *ssl_io); member in struct:iostream_ssl_vfuncs
H A Distream-openssl.c116 sstream->istream.iostream.destroy = i_stream_ssl_destroy;
H A Diostream-ssl.c169 ssl_vfuncs->destroy(ssl_io);
H A Dostream-openssl.c234 sstream->ostream.iostream.destroy = o_stream_ssl_destroy;
/dovecot/src/imap-hibernate/
H A Dimap-master-connection.c114 .destroy = imap_master_client_destroy,
/dovecot/src/pop3/
H A Dpop3-client.h23 void (*destroy)(struct client *client, const char *reason); member in struct:pop3_client_vfuncs
/dovecot/src/master/
H A Dmaster-client.c145 .destroy = master_client_destroy,
/dovecot/src/lib-http/
H A Dhttp-server-private.h60 void (*destroy)(struct http_server_payload_handler *handler); member in struct:http_server_payload_handler
H A Dhttp-server-request.c587 hsristream->istream.iostream.destroy = http_server_istream_destroy;
625 /* don't destroy handler while in callback */
632 if (handler->destroy != NULL)
633 handler->destroy(handler);
762 phandler->handler.destroy = payload_handler_pump_destroy;
864 rhandler->handler.destroy = payload_handler_raw_destroy;
/dovecot/src/stats/
H A Dclient-reader.c131 .destroy = reader_client_destroy,
/dovecot/src/lib-test/
H A Dtest-ostream.c149 tstream->ostream.iostream.destroy = o_stream_test_destroy;

Completed in 60 milliseconds

123