Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

libstrfunc.c File Reference

#include "define.h"

Include dependency graph for libstrfunc.c:

Include dependency graph

Go to the source code of this file.

Functions

void base64_append (char **ou, int *line_count, char data)
char * pst_base64_encode (void *data, size_t size)
char * pst_base64_encode_multiple (void *data, size_t size, int *line_count)

Variables

char base64_code_chars [] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=="


Function Documentation

void base64_append char **  ou,
int *  line_count,
char  data
[static]
 

Definition at line 10 of file libstrfunc.c.

Referenced by pst_base64_encode_multiple().

char* pst_base64_encode void *  data,
size_t  size
 

Definition at line 21 of file libstrfunc.c.

References data, pst_base64_encode_multiple(), and size.

Referenced by print_ldif_single(), and pst_attach_to_file_base64().

Here is the call graph for this function:

char* pst_base64_encode_multiple void *  data,
size_t  size,
int *  line_count
 

Definition at line 28 of file libstrfunc.c.

References base64_append(), base64_code_chars, data, size, and x.

Referenced by pst_base64_encode().

Here is the call graph for this function:


Variable Documentation

char base64_code_chars[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/==" [static]
 

Definition at line 7 of file libstrfunc.c.

Referenced by pst_base64_encode_multiple().


Generated on Wed Jul 7 16:16:34 2010 for 'LibPst' by  doxygen 1.3.9.1