Postfix3.3.1
|
#include <sys_defs.h>
#include <msg.h>
#include <mymalloc.h>
#include <vstream.h>
#include <events.h>
#include <iostuff.h>
#include "mail_proto.h"
#include "mail_params.h"
#include "clnt_stream.h"
データ構造 | |
struct | CLNT_STREAM |
関数 | |
void | clnt_stream_recover (CLNT_STREAM *clnt_stream) |
VSTREAM * | clnt_stream_access (CLNT_STREAM *clnt_stream) |
CLNT_STREAM * | clnt_stream_create (const char *class, const char *service, int timeout, int ttl) |
void | clnt_stream_free (CLNT_STREAM *clnt_stream) |
VSTREAM* clnt_stream_access | ( | CLNT_STREAM * | clnt_stream | ) |
clnt_stream.c の 206 行目に定義があります。
CLNT_STREAM* clnt_stream_create | ( | const char * | class, |
const char * | service, | ||
int | timeout, | ||
int | ttl | ||
) |
clnt_stream.c の 228 行目に定義があります。
void clnt_stream_free | ( | CLNT_STREAM * | clnt_stream | ) |
clnt_stream.c の 247 行目に定義があります。
void clnt_stream_recover | ( | CLNT_STREAM * | clnt_stream | ) |
clnt_stream.c の 194 行目に定義があります。