|
FFmpeg
|
#include "checkasm.h"#include "libavutil/base64.h"#include "libavutil/base64_internal.h"#include "libavutil/mem_internal.h"#include <string.h>Go to the source code of this file.
Macros | |
| #define | BUF_SIZE (1024) |
Functions | |
| static void | check_base64_encode (void) |
| void | checkasm_check_base64 (void) |
Variables | |
| static char *(*)(char *, const uint8_t *, int, const char *) | base64_encode_get_fn (void) |
|
static |
Definition at line 43 of file base64.c.
Referenced by checkasm_check_base64().
|
static |
Definition at line 33 of file base64.c.
Referenced by check_base64_encode().