Postfix3.3.1
データ構造 | マクロ定義 | 関数
delivered_hdr.c ファイル
#include <sys_defs.h>
#include <unistd.h>
#include <string.h>
#include <ctype.h>
#include <msg.h>
#include <mymalloc.h>
#include <htable.h>
#include <vstring.h>
#include <vstream.h>
#include <vstring_vstream.h>
#include <stringops.h>
#include <record.h>
#include <rec_type.h>
#include <is_header.h>
#include <quote_822_local.h>
#include <header_opts.h>
#include <delivered_hdr.h>
#include <fold_addr.h>

[ソースコード]

データ構造

struct  DELIVERED_HDR_INFO
 

マクロ定義

#define STR(x)   vstring_str(x)
 
#define DELIVERED_HDR_LIMIT   1000
 

関数

DELIVERED_HDR_INFOdelivered_hdr_init (VSTREAM *fp, off_t offset, int flags)
 
int delivered_hdr_find (DELIVERED_HDR_INFO *info, const char *address)
 
void delivered_hdr_free (DELIVERED_HDR_INFO *info)
 

マクロ定義詳解

#define DELIVERED_HDR_LIMIT   1000
#define STR (   x)    vstring_str(x)

delivered_hdr.c109 行目に定義があります。

関数詳解

int delivered_hdr_find ( DELIVERED_HDR_INFO info,
const char *  address 
)

delivered_hdr.c164 行目に定義があります。

void delivered_hdr_free ( DELIVERED_HDR_INFO info)

delivered_hdr.c182 行目に定義があります。

DELIVERED_HDR_INFO* delivered_hdr_init ( VSTREAM fp,
off_t  offset,
int  flags 
)

delivered_hdr.c113 行目に定義があります。