#include "define.h"
Include dependency graph for libstrfunc.c:
Go to the source code of this file.
Functions | |
void | base64_append (char **ou, int *line_count, char data) |
char * | base64_encode (void *data, size_t size) |
char * | base64_encode_multiple (void *data, size_t size, int *line_count) |
Variables | |
char | base64_code_chars [] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/==" |
|
Definition at line 9 of file libstrfunc.c. Referenced by base64_encode_multiple(). |
|
Definition at line 20 of file libstrfunc.c. References base64_encode_multiple(). Referenced by print_ldif_single(), pst_attach_to_file_base64(), pst_ff_compile_ID(), pst_ff_getID2data(), write_body_part(), and write_inline_attachment(). |
Here is the call graph for this function:
|
Definition at line 27 of file libstrfunc.c. References base64_append(), and base64_code_chars. Referenced by base64_encode(), and pst_ff_compile_ID(). |
Here is the call graph for this function:
|
Definition at line 7 of file libstrfunc.c. Referenced by base64_encode_multiple(). |