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

/dovecot/src/lib/
H A Dioloop.h79 struct io *io_add_istream(struct istream *input, const char *source_filename,
82 #define io_add_istream(input, callback, context) \ macro
83 io_add_istream(input, __FILE__, __LINE__ + \
H A Dioloop.c120 #undef io_add_istream macro
121 struct io *io_add_istream(struct istream *input, const char *source_filename, function

Completed in 11 milliseconds