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

gen_test_char.c File Reference

#include "apr.h"
#include "apr_lib.h"

Include dependency graph for gen_test_char.c:

Go to the source code of this file.

Defines

#define T_ESCAPE_SHELL_CMD   (0x01)
#define T_ESCAPE_PATH_SEGMENT   (0x02)
#define T_OS_ESCAPE_PATH   (0x04)
#define T_HTTP_TOKEN_STOP   (0x08)
#define T_ESCAPE_LOGITEM   (0x10)
#define T_ESCAPE_FORENSIC   (0x20)

Functions

int main (int argc, char *argv[])


Define Documentation

#define T_ESCAPE_FORENSIC   (0x20)
 

Definition at line 35 of file gen_test_char.c.

Referenced by count_string(), log_escape(), and main().

#define T_ESCAPE_LOGITEM   (0x10)
 

Definition at line 34 of file gen_test_char.c.

Referenced by AP_DECLARE(), and main().

#define T_ESCAPE_PATH_SEGMENT   (0x02)
 

Definition at line 31 of file gen_test_char.c.

Referenced by main().

#define T_ESCAPE_SHELL_CMD   (0x01)
 

Definition at line 30 of file gen_test_char.c.

Referenced by main().

#define T_HTTP_TOKEN_STOP   (0x08)
 

Definition at line 33 of file gen_test_char.c.

Referenced by main().

#define T_OS_ESCAPE_PATH   (0x04)
 

Definition at line 32 of file gen_test_char.c.

Referenced by main().


Function Documentation

int main int  argc,
char *  argv[]
 

Definition at line 37 of file gen_test_char.c.

References apr_isalnum, apr_iscntrl, apr_isprint, c, flags, T_ESCAPE_FORENSIC, T_ESCAPE_LOGITEM, T_ESCAPE_PATH_SEGMENT, T_ESCAPE_SHELL_CMD, T_HTTP_TOKEN_STOP, and T_OS_ESCAPE_PATH.

Referenced by wmain().