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

/httpd/modules/filters/
H A Dmod_xml2enc.c38 module AP_MODULE_DECLARE_DATA xml2enc_module; variable
129 xml2cfg* cfg = ap_get_module_config(r->per_dir_config, &xml2enc_module);
245 cfg = ap_get_module_config(r->per_dir_config, &xml2enc_module);
290 &xml2enc_module);
377 ap_set_module_config(f->r->request_config, &xml2enc_module, ctx);
530 xml2ctx* ctx = ap_get_module_config(r->request_config, &xml2enc_module);

Completed in 8 milliseconds