Postfix3.3.1
関数
token.c ファイル
#include <sys_defs.h>
#include <unistd.h>
#include <string.h>
#include <msg.h>
#include <vstring.h>
#include <vstream.h>
#include <htable.h>
#include <readlline.h>
#include <mymalloc.h>
#include <vstring_vstream.h>
#include <stringops.h>
#include <tok822.h>
#include <mail_params.h>
#include <bounce.h>
#include <defer.h>
#include "local.h"

[ソースコード]

関数

int deliver_token (LOCAL_STATE state, USER_ATTR usr_attr, TOK822 *addr)
 
int deliver_token_string (LOCAL_STATE state, USER_ATTR usr_attr, char *string, int *addr_count)
 
int deliver_token_stream (LOCAL_STATE state, USER_ATTR usr_attr, VSTREAM *fp, int *addr_count)
 

関数詳解

int deliver_token ( LOCAL_STATE  state,
USER_ATTR  usr_attr,
TOK822 addr 
)

token.c138 行目に定義があります。

int deliver_token_stream ( LOCAL_STATE  state,
USER_ATTR  usr_attr,
VSTREAM fp,
int addr_count 
)

token.c198 行目に定義があります。

int deliver_token_string ( LOCAL_STATE  state,
USER_ATTR  usr_attr,
char *  string,
int addr_count 
)

token.c174 行目に定義があります。