Postfix3.3.1
型定義 | 関数
clnt_stream.h ファイル
#include <vstream.h>

[ソースコード]

型定義

typedef struct CLNT_STREAM CLNT_STREAM
 

関数

CLNT_STREAMclnt_stream_create (const char *, const char *, int, int)
 
VSTREAMclnt_stream_access (CLNT_STREAM *)
 
void clnt_stream_recover (CLNT_STREAM *)
 
void clnt_stream_free (CLNT_STREAM *)
 

型定義詳解

typedef struct CLNT_STREAM CLNT_STREAM

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

関数詳解

VSTREAM* clnt_stream_access ( CLNT_STREAM )

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

CLNT_STREAM* clnt_stream_create ( const char *  ,
const char *  ,
int  ,
int   
)

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

void clnt_stream_free ( CLNT_STREAM )

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

void clnt_stream_recover ( CLNT_STREAM )

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