|
Postfix3.3.1
|
#include <sys_defs.h>#include <sys/socket.h>#include <sys/time.h>#include <setjmp.h>#include <stdlib.h>#include <stdarg.h>#include <unistd.h>#include <string.h>#include <errno.h>#include <vstring.h>#include <vstream.h>#include <vstring_vstream.h>#include <msg.h>#include <iostuff.h>#include "smtp_stream.h"関数 | |
| void | smtp_stream_setup (VSTREAM *stream, int maxtime, int enable_deadline) |
| void | smtp_flush (VSTREAM *stream) |
| void | smtp_vprintf (VSTREAM *stream, const char *fmt, va_list ap) |
| void | smtp_printf (VSTREAM *stream, const char *fmt,...) |
| int | smtp_fgetc (VSTREAM *stream) |
| int | smtp_get (VSTRING *vp, VSTREAM *stream, ssize_t bound, int flags) |
| void | smtp_fputs (const char *cp, ssize_t todo, VSTREAM *stream) |
| void | smtp_fwrite (const char *cp, ssize_t todo, VSTREAM *stream) |
| void | smtp_fputc (int ch, VSTREAM *stream) |
smtp_stream.c の 283 行目に定義があります。
| void smtp_flush | ( | VSTREAM * | stream | ) |
smtp_stream.c の 228 行目に定義があります。
smtp_stream.c の 432 行目に定義があります。
| void smtp_fputs | ( | const char * | cp, |
| ssize_t | todo, | ||
| VSTREAM * | stream | ||
| ) |
smtp_stream.c の 383 行目に定義があります。
| void smtp_fwrite | ( | const char * | cp, |
| ssize_t | todo, | ||
| VSTREAM * | stream | ||
| ) |
smtp_stream.c の 408 行目に定義があります。
smtp_stream.c の 305 行目に定義があります。
| void smtp_printf | ( | VSTREAM * | stream, |
| const char * | fmt, | ||
| ... | |||
| ) |
smtp_stream.c の 272 行目に定義があります。
smtp_stream.c の 209 行目に定義があります。
| void smtp_vprintf | ( | VSTREAM * | stream, |
| const char * | fmt, | ||
| va_list | ap | ||
| ) |
smtp_stream.c の 249 行目に定義があります。
1.8.9.1