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

/dovecot/src/lib/
H A Diostream-proxy.c12 struct iostream_proxy { struct
23 iostream_proxy_completion(struct iostream_proxy *proxy,
47 struct iostream_proxy *proxy)
54 struct iostream_proxy *proxy)
59 struct iostream_proxy *
69 struct iostream_proxy *proxy = i_new(struct iostream_proxy, 1);
82 void iostream_proxy_start(struct iostream_proxy *proxy)
91 void iostream_proxy_set_completion_callback(struct iostream_proxy *proxy,
101 struct istream *iostream_proxy_get_istream(struct iostream_proxy *prox
[all...]
/dovecot/src/login-common/
H A Dlogin-proxy.c48 struct iostream_proxy *iostream_proxy; member in struct:login_proxy
120 if (iostream_proxy_is_waiting_output(proxy->iostream_proxy,
123 if (iostream_proxy_is_waiting_output(proxy->iostream_proxy,
389 iostream_proxy_unref(&proxy->iostream_proxy);
651 proxy->iostream_proxy =
654 iostream_proxy_set_completion_callback(proxy->iostream_proxy,
656 iostream_proxy_start(proxy->iostream_proxy);

Completed in 17 milliseconds