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

/dovecot/src/plugins/imap-zlib/
H A Dimap-zlib-plugin.c68 struct zlib_client *zclient = IMAP_ZLIB_IMAP_CONTEXT(client); local
85 if (zclient->handler != NULL) {
88 t_str_ucase(zclient->handler->name)));
118 zclient->handler = handler;
126 struct zlib_client *zclient = IMAP_ZLIB_IMAP_CONTEXT(client); local
128 if (zclient->handler != NULL && internal) {
132 return zclient->next_state_export(client, internal, dest, error_r);
138 struct zlib_client *zclient; local
142 zclient = p_new(client->pool, struct zlib_client, 1);
143 MODULE_CONTEXT_SET(client, imap_zlib_imap_module, zclient);
[all...]

Completed in 11 milliseconds