File nut/pro/dencode.c


Included Files


Local Variables

base64dtab
static prog_char base64dtab[96]
Used in: NutDecodeBase64()  

Global Function NutDecodeBase64()

char* NutDecodeBase64 ( u_char* str )
Prototyped in: nut/pro/dencode.h
Called by: NutHttpAuthValidate() nut/pro/auth.c
References Variables: base64dtab nut/pro/dencode.c

Global Function NutDecodeHex()

int NutDecodeHex ( char c )
Prototyped in: nut/pro/dencode.h
Called by: NutDecodePath() nut/pro/dencode.c

Global Function NutDecodePath()

char* NutDecodePath ( char* path )
Prototyped in: nut/pro/dencode.h
Calls: NutDecodeHex() nut/pro/dencode.c
Called by: NutHttpProcessRequest() nut/pro/httpd.c
  NutSsiProcessVirtual() nut/pro/ssi.c