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

/httpd/modules/generators/
H A Dmod_cgid.c79 module AP_MODULE_DECLARE_DATA cgid_module; variable
122 ap_get_module_config(r->request_config, &cgid_module);
440 ap_set_module_config(r->request_config, &cgid_module, (void *)&req->ugid);
990 &cgid_module);
1005 &cgid_module);
1015 &cgid_module);
1412 conf = ap_get_module_config(r->server->module_config, &cgid_module);
1413 dc = ap_get_module_config(r->per_dir_config, &cgid_module);
1810 &cgid_module);
1811 cgid_dirconf *dc = ap_get_module_config(r->per_dir_config, &cgid_module);
[all...]

Completed in 1450 milliseconds