Postfix3.3.1
マクロ定義 | 関数
header_token.c ファイル
#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.c103 行目に定義があります。

#define LEN (   x)    VSTRING_LEN(x)

header_token.c102 行目に定義があります。

#define STR (   x)    vstring_str(x)

header_token.c101 行目に定義があります。

関数詳解

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.c107 行目に定義があります。