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"

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+/=="


Function Documentation

char* base64_encode void *  data,
size_t  size
 

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().

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

Definition at line 55 of file libstrfunc.c.


Variable Documentation

unsigned char _sf_uc_ib[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/==" [static]
 

Definition at line 10 of file libstrfunc.c.

Referenced by base64_encode().


Generated on Tue Aug 5 12:06:14 2008 for 'LibPst' by  doxygen 1.3.9.1