Postfix3.3.1
マクロ定義 | 関数
header_opts.c ファイル
#include <sys_defs.h>
#include <ctype.h>
#include <msg.h>
#include <htable.h>
#include <vstring.h>
#include <stringops.h>
#include <argv.h>
#include <mymalloc.h>
#include <mail_params.h>
#include <header_opts.h>

[ソースコード]

マクロ定義

#define HEADER_OPTS_SIZE   (sizeof(header_opts) / sizeof(header_opts[0]))
 

関数

const HEADER_OPTSheader_opts_find (const char *string)
 

マクロ定義詳解

#define HEADER_OPTS_SIZE   (sizeof(header_opts) / sizeof(header_opts[0]))

header_opts.c92 行目に定義があります。

関数詳解

const HEADER_OPTS* header_opts_find ( const char *  string)

header_opts.c156 行目に定義があります。