C | |
csrfp_actions | |
csrfp_config | |
csrfp_opf_ctx | |
F | |
Filter_Cookie_Length_State | |
Filter_Statae | |
Flag | |
G | |
getRuleNode |
typedef enum { forbidden, strip, redirect, message, internal_server_error } csrfp_actions
typedef enum { nmodified, // States Cookie Length not modified modified // States Cookie Length modified } Filter_Cookie_Length_State
typedef enum { CSRFP_TRUE, CSRFP_FALSE // Added CSRFP_ prefix to preven enum redeclaration error in OS X } Flag
typedef struct getRuleNode { ap_regex_t *pattern; const char *patternString; struct getRuleNode *next; }