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

/dovecot/src/lib/
H A Diostream-pump.c13 struct iostream_pump { struct
29 void iostream_pump_copy(struct iostream_pump *pump)
80 int iostream_pump_flush(struct iostream_pump *pump)
101 struct iostream_pump *
112 struct iostream_pump *pump = i_new(struct iostream_pump, 1);
121 void iostream_pump_start(struct iostream_pump *pump)
136 struct istream *iostream_pump_get_input(struct iostream_pump *pump)
142 struct ostream *iostream_pump_get_output(struct iostream_pump *pump)
148 void iostream_pump_set_completion_callback(struct iostream_pump *pum
[all...]

Completed in 7 milliseconds