|
Postfix3.3.1
|
#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_INFO * | delivered_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.c の 109 行目に定義があります。
| int delivered_hdr_find | ( | DELIVERED_HDR_INFO * | info, |
| const char * | address | ||
| ) |
delivered_hdr.c の 164 行目に定義があります。
| void delivered_hdr_free | ( | DELIVERED_HDR_INFO * | info | ) |
delivered_hdr.c の 182 行目に定義があります。
| DELIVERED_HDR_INFO* delivered_hdr_init | ( | VSTREAM * | fp, |
| off_t | offset, | ||
| int | flags | ||
| ) |
delivered_hdr.c の 113 行目に定義があります。
1.8.9.1