Postfix3.3.1
全て データ構造 ファイル 関数 変数 型定義 マクロ定義
データ構造 | 関数
mbox_open.h ファイル
#include <vstream.h>
#include <vstring.h>
#include <safe_open.h>
#include <dsn_buf.h>

[ソースコード]

データ構造

struct  MBOX
 

関数

MBOXmbox_open (const char *, int, mode_t, struct stat *, uid_t, gid_t, int, const char *, DSN_BUF *)
 
void mbox_release (MBOX *)
 
const char * mbox_dsn (int, const char *)
 

関数詳解

const char* mbox_dsn ( int  ,
const char *   
)

mbox_open.c243 行目に定義があります。

MBOX* mbox_open ( const char *  ,
int  ,
mode_t  ,
struct stat ,
uid_t  ,
gid_t  ,
int  ,
const char *  ,
DSN_BUF  
)

mbox_open.c105 行目に定義があります。

void mbox_release ( MBOX )

mbox_open.c224 行目に定義があります。