Postfix3.3.1
|
#include <sys_defs.h>
#include <ctype.h>
#include <string.h>
#include <msg.h>
#include <mymalloc.h>
#include <vstring.h>
#include <hex_code.h>
マクロ定義 | |
#define | UCHAR_PTR(x) ((const unsigned char *)(x)) |
関数 | |
VSTRING * | hex_encode (VSTRING *result, const char *in, ssize_t len) |
VSTRING * | hex_decode (VSTRING *result, const char *in, ssize_t len) |
#define UCHAR_PTR | ( | x | ) | ((const unsigned char *)(x)) |
hex_code.c の 58 行目に定義があります。
hex_code.c の 80 行目に定義があります。
hex_code.c の 62 行目に定義があります。