Lines Matching defs:stream
230 static void smtp_timeout_reset(VSTREAM *stream) in smtp_timeout_reset()
244 static NORETURN smtp_longjmp(VSTREAM *stream, int err, const char *context) in smtp_longjmp()
263 void smtp_stream_setup(VSTREAM *stream, int maxtime, int enable_deadline, in smtp_stream_setup()
284 void smtp_flush(VSTREAM *stream) in smtp_flush()
305 void smtp_vprintf(VSTREAM *stream, const char *fmt, va_list ap) in smtp_vprintf()
328 void smtp_printf(VSTREAM *stream, const char *fmt,...) in smtp_printf()
339 int smtp_fgetc(VSTREAM *stream) in smtp_fgetc()
361 int smtp_get(VSTRING *vp, VSTREAM *stream, ssize_t bound, int flags) in smtp_get()
384 int smtp_get_noexcept(VSTRING *vp, VSTREAM *stream, ssize_t bound, int flags) in smtp_get_noexcept()
461 void smtp_fputs(const char *cp, ssize_t todo, VSTREAM *stream) in smtp_fputs()
486 void smtp_fwrite(const char *cp, ssize_t todo, VSTREAM *stream) in smtp_fwrite()
510 void smtp_fread_buf(VSTRING *vp, ssize_t todo, VSTREAM *stream) in smtp_fread_buf()
539 void smtp_fputc(int ch, VSTREAM *stream) in smtp_fputc()