Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

basex.c File Reference

#include "basex.h"

Go to the source code of this file.

Defines

#define b64_enc_char(c)   base64_enc_char(c)
#define b64_dec_char(c)   base64_dec_char(c)

Functions

int init_basex ()

Variables

unsigned char _bx_hexdig_hi [256]
unsigned char _bx_hexdig_low [256]
unsigned char _bx_unhexdig256 [256]
unsigned short _bx_b64_12 [4096]
unsigned char _bx_ub64 [256]


Define Documentation

#define b64_dec_char  )     base64_dec_char(c)
 

Definition at line 185 of file basex.c.

Referenced by init_basex().

#define b64_enc_char  )     base64_enc_char(c)
 

Definition at line 184 of file basex.c.

Referenced by init_basex().


Function Documentation

int init_basex  ) 
 

Definition at line 187 of file basex.c.

References _bx_b64_12, _bx_ub64, b64_dec_char, and b64_enc_char.

Referenced by main().


Variable Documentation

unsigned short _bx_b64_12[4096]
 

Definition at line 159 of file basex.c.

Referenced by base64_enc(), and init_basex().

unsigned char _bx_hexdig_hi[256]
 

Definition at line 35 of file basex.c.

unsigned char _bx_hexdig_low[256]
 

Definition at line 70 of file basex.c.

unsigned char _bx_ub64[256]
 

Definition at line 160 of file basex.c.

Referenced by init_basex().

unsigned char _bx_unhexdig256[256]
 

Initial value:

{
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x01, 
0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 
0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0a, 0x0b, 0x0c, 
0x0d, 0x0e, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 
0xff, 0xff, 0xff, 0xff, 0xff, 0xff }

Definition at line 105 of file basex.c.


Generated on Thu Jul 29 04:15:52 2010 for SIPExpressRouter by  doxygen 1.3.9.1