Postfix3.3.1
データ構造 | 関数
clnt_stream.c ファイル
#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)
 
VSTREAMclnt_stream_access (CLNT_STREAM *clnt_stream)
 
CLNT_STREAMclnt_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.c206 行目に定義があります。

CLNT_STREAM* clnt_stream_create ( const char *  class,
const char *  service,
int  timeout,
int  ttl 
)

clnt_stream.c228 行目に定義があります。

void clnt_stream_free ( CLNT_STREAM clnt_stream)

clnt_stream.c247 行目に定義があります。

void clnt_stream_recover ( CLNT_STREAM clnt_stream)

clnt_stream.c194 行目に定義があります。