Searched defs:fcfg (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/loggers/
H A Dmod_log_forensic.c42 typedef struct fcfg { struct
45 } fcfg; typedef in typeref:struct:fcfg
51 fcfg *cfg = apr_pcalloc(p, sizeof *cfg);
61 fcfg *cfg = apr_pcalloc(p, sizeof *cfg);
62 fcfg *pc = parent;
63 fcfg *nc = new;
73 fcfg *cfg = ap_get_module_config(s->module_config, &log_forensic_module);
184 fcfg *cfg = ap_get_module_config(r->server->module_config,
233 fcfg *cfg = ap_get_module_config(r->server->module_config,
255 fcfg *cf
[all...]

Completed in 1083 milliseconds