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

libstrfunc.c File Reference

#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include "libstrfunc.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 * base64_encode (void *data, size_t size)
char * base64_encode_multiple (void *data, size_t size, int *line_count)
void hexdump (char *hbuf, int start, int stop, int ascii)

Variables

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


Function Documentation

void base64_append char **  ou,
int *  line_count,
char  data
 

Definition at line 12 of file libstrfunc.c.

Referenced by base64_encode_multiple().

char* base64_encode void *  data,
size_t  size
 

Definition at line 23 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_inline_attachment(), and write_normal_email().

Here is the call graph for this function:

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

Definition at line 30 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:

void hexdump char *  hbuf,
int  start,
int  stop,
int  ascii
 

Definition at line 69 of file libstrfunc.c.


Variable Documentation

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

Definition at line 10 of file libstrfunc.c.

Referenced by base64_encode_multiple().


Generated on Thu Dec 11 11:59:03 2008 for 'LibPst' by  doxygen 1.3.9.1