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

/dovecot/src/plugins/imap-zlib/
H A Dimap-zlib-plugin.c135 static void imap_zlib_client_created(struct client **clientp) argument
137 struct client *client = *clientp;
145 zclient->next_state_export = (*clientp)->v.state_export;
146 (*clientp)->v.state_export = imap_zlib_state_export;
148 client_add_capability(*clientp, "COMPRESS=DEFLATE");
152 next_hook_client_created(clientp);
/dovecot/src/replication/replicator/
H A Ddoveadm-connection.c118 struct dsync_client *const *clientp; local
122 array_foreach(clients, clientp) {
123 username = dsync_client_get_username(*clientp);
127 switch (dsync_client_get_type(*clientp)) {
142 str_append_tabescaped(str, dsync_client_get_state(*clientp));

Completed in 679 milliseconds