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

[ソースコード]

型定義

typedef struct AUTO_CLNT AUTO_CLNT
 

関数

AUTO_CLNTauto_clnt_create (const char *, int, int, int)
 
VSTREAMauto_clnt_access (AUTO_CLNT *)
 
void auto_clnt_recover (AUTO_CLNT *)
 
const char * auto_clnt_name (AUTO_CLNT *)
 
void auto_clnt_free (AUTO_CLNT *)
 

型定義詳解

typedef struct AUTO_CLNT AUTO_CLNT

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

関数詳解

VSTREAM* auto_clnt_access ( AUTO_CLNT )

auto_clnt.c251 行目に定義があります。

AUTO_CLNT* auto_clnt_create ( const char *  ,
int  ,
int  ,
int   
)

auto_clnt.c271 行目に定義があります。

void auto_clnt_free ( AUTO_CLNT )

auto_clnt.c316 行目に定義があります。

const char* auto_clnt_name ( AUTO_CLNT )

auto_clnt.c309 行目に定義があります。

void auto_clnt_recover ( AUTO_CLNT )

auto_clnt.c239 行目に定義があります。