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

/dovecot/src/lmtp/
H A Dlmtp-proxy.c43 struct lmtp_proxy_connection *conn;
49 struct lmtp_proxy_connection { struct
69 ARRAY(struct lmtp_proxy_connection *) connections;
130 lmtp_proxy_connection_deinit(struct lmtp_proxy_connection *conn)
144 struct lmtp_proxy_connection *const *conns;
164 struct lmtp_proxy_connection *conn ATTR_UNUSED)
170 lmtp_proxy_connection_finish(struct lmtp_proxy_connection *conn)
176 static struct lmtp_proxy_connection *
183 struct lmtp_proxy_connection *const *conns, *conn;
199 conn = i_new(struct lmtp_proxy_connection,
[all...]

Completed in 802 milliseconds