Modules | |
Linked list macros | |
Defines | |
#define | MIN(a, b) ((a) < (b) ? (a) : (b)) |
Functions | |
void | HttpUrlUnescape (char *str) |
char * | HttpDecodeBase64 (char *str) |
char * | UriUnescape (char *path) |
char * | AllocConcatStrings (const char *str,...) |
char * | AllocConcatStringLen (const char *str1, const char *str2, int len2) |
$Id$
#define MIN | ( | a, | |
b | |||
) | ((a) < (b) ? (a) : (b)) |
void HttpUrlUnescape | ( | char * | str | ) |
$Id$
References strtol().
Referenced by HttpArgParseNext(), HttpArgReadNext(), and HttpSessionInfo().
char* HttpDecodeBase64 | ( | char * | str | ) |
Referenced by HttpAuthBasicValidate().
char* UriUnescape | ( | char * | path | ) |
Referenced by HttpParseHeader().
char* AllocConcatStrings | ( | const char * | str, |
... | |||
) |
char* AllocConcatStringLen | ( | const char * | str1, |
const char * | str2, | ||
int | len2 | ||
) |
References malloc(), strcpy(), strlen(), and strncpy().
Referenced by HttpSsiExecHandler(), and HttpSsiIncludeHandler().