#include "config.h"#include "defines.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.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_list (u_char *vips, t_cf_hash *hash) |
| int | execute_filter (t_cf_hash *head, t_configuration *dc, t_configuration *vc, t_message *msg, unsigned long long tid, int mode) |
| int | flt_cat_handle_command (t_configfile *cf, t_conf_opt *opt, u_char **args, int argnum) |
| void | flt_cat_finish (void) |
Variables | |
| t_cf_hash * | Cats = NULL |
| t_conf_opt | config [] |
| t_handler_config | handlers [] |
| t_module_config | flt_category |
Definition in file flt_category.c.
|
|
Initial value: {
{ "ShowCategories", flt_cat_handle_command, NULL },
{ NULL, NULL, NULL }
}
Definition at line 88 of file flt_category.c. |
|
|
Initial value: {
config,
handlers,
NULL,
NULL,
NULL,
flt_cat_finish
}
Definition at line 98 of file flt_category.c. |
|
|
Initial value: {
{ VIEW_LIST_HANDLER, execute_filter },
{ 0, NULL }
}
Definition at line 93 of file flt_category.c. |
1.3.5