#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include "libstrfunc.h"
Go to the source code of this file.
Functions | |
char * | base64_encode (void *data, size_t size) |
void | hexdump (char *hbuf, int start, int stop, int ascii) |
Variables | |
unsigned char | _sf_uc_ib [] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/==" |
|
Definition at line 12 of file libstrfunc.c. References _sf_uc_ib. Referenced by pst_attach_to_file_base64(), pst_ff_compile_ID(), pst_ff_getID2data(), write_inline_attachment(), and write_normal_email(). |
|
Definition at line 55 of file libstrfunc.c. |
|
Definition at line 10 of file libstrfunc.c. Referenced by base64_encode(). |