|
Postfix3.3.1
|
#include "sys_defs.h"#include <ctype.h>#include <string.h>#include <limits.h>#include <msg.h>#include <mymalloc.h>#include <vstring.h>#include <base64_code.h>マクロ定義 | |
| #define | UCHAR_MAX 0xff |
| #define | UNSIG_CHAR_PTR(x) ((unsigned char *)(x)) |
| #define | CHARS_PER_BYTE (UCHAR_MAX + 1) |
| #define | INVALID 0xff |
関数 | |
| VSTRING * | base64_encode (VSTRING *, const char *, ssize_t) |
| VSTRING * | base64_encode_opt (VSTRING *result, const char *in, ssize_t len, int flags) |
| VSTRING * | base64_decode (VSTRING *, const char *, ssize_t) |
| VSTRING * | base64_decode_opt (VSTRING *result, const char *in, ssize_t len, int flags) |
| #define CHARS_PER_BYTE (UCHAR_MAX + 1) |
| #define INVALID 0xff |
| #define UCHAR_MAX 0xff |
base64_code.c の 67 行目に定義があります。
| #define UNSIG_CHAR_PTR | ( | x | ) | ((unsigned char *)(x)) |
base64_code.c の 82 行目に定義があります。
base64_code.c の 135 行目に定義があります。
base64_code.c の 140 行目に定義があります。
base64_code.c の 90 行目に定義があります。
base64_code.c の 95 行目に定義があります。
1.8.9.1