Postfix3.3.1
|
#include <sys_defs.h>
#include <string.h>
#include <ctype.h>
#include <msg.h>
#include <vstring.h>
#include <lex_822.h>
#include <header_token.h>
マクロ定義 | |
#define | STR(x) vstring_str(x) |
#define | LEN(x) VSTRING_LEN(x) |
#define | CU_CHAR_PTR(x) ((const unsigned char *) (x)) |
関数 | |
ssize_t | header_token (HEADER_TOKEN *token, ssize_t token_len, VSTRING *token_buffer, const char **ptr, const char *user_specials, int user_terminator) |
#define CU_CHAR_PTR | ( | x | ) | ((const unsigned char *) (x)) |
header_token.c の 103 行目に定義があります。
#define LEN | ( | x | ) | VSTRING_LEN(x) |
header_token.c の 102 行目に定義があります。
#define STR | ( | x | ) | vstring_str(x) |
header_token.c の 101 行目に定義があります。
ssize_t header_token | ( | HEADER_TOKEN * | token, |
ssize_t | token_len, | ||
VSTRING * | token_buffer, | ||
const char ** | ptr, | ||
const char * | user_specials, | ||
int | user_terminator | ||
) |
header_token.c の 107 行目に定義があります。