#include "config.h"#include "defines.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <sys/types.h>#include "readline.h"#include "hashlib.h"#include "utils.h"#include "configparser.h"#include "cfcgi.h"#include "template.h"#include "clientlib.h"Go to the source code of this file.
Functions | |
| void | parse_query_string (t_cf_hash *head, int cl) |
| int | execute_filter (t_cf_hash *head, t_configuration *dc, t_configuration *vc, t_cl_thread *thread, int mode) |
| int | get_conf (t_configfile *cfile, t_conf_opt *opt, u_char **args, int argnum) |
Variables | |
| unsigned long long | saved_threads [256] |
| int | sclen = 0 |
| t_string | Cgi |
| int | ThreadsOpenByDefault = -1 |
| t_conf_opt | config [] |
| t_handler_config | handlers [] |
| t_module_config | flt_openclose |
Definition in file flt_openclose.c.
|
|
Initial value: {
{ "ThreadsOpenByDefault", get_conf, &ThreadsOpenByDefault },
{ NULL, NULL, NULL }
}
Definition at line 235 of file flt_openclose.c. |
|
|
Initial value: {
config,
handlers,
NULL,
NULL,
NULL,
NULL
}
Definition at line 245 of file flt_openclose.c. |
|
|
Initial value: {
{ VIEW_HANDLER, execute_filter },
{ 0, NULL }
}
Definition at line 240 of file flt_openclose.c. |
1.3.5