Postfix3.3.1
|
#include <vstream.h>
型定義 | |
typedef struct CLNT_STREAM | CLNT_STREAM |
関数 | |
CLNT_STREAM * | clnt_stream_create (const char *, const char *, int, int) |
VSTREAM * | clnt_stream_access (CLNT_STREAM *) |
void | clnt_stream_recover (CLNT_STREAM *) |
void | clnt_stream_free (CLNT_STREAM *) |
typedef struct CLNT_STREAM CLNT_STREAM |
clnt_stream.h の 22 行目に定義があります。
VSTREAM* clnt_stream_access | ( | CLNT_STREAM * | ) |
clnt_stream.c の 206 行目に定義があります。
CLNT_STREAM* clnt_stream_create | ( | const char * | , |
const char * | , | ||
int | , | ||
int | |||
) |
clnt_stream.c の 228 行目に定義があります。
void clnt_stream_free | ( | CLNT_STREAM * | ) |
clnt_stream.c の 247 行目に定義があります。
void clnt_stream_recover | ( | CLNT_STREAM * | ) |
clnt_stream.c の 194 行目に定義があります。