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

/httpd/modules/filters/
H A Dmod_xml2enc.c68 } xml2ctx; typedef in typeref:struct:__anon177
108 xml2ctx* ctx = apr_pcalloc(r->pool, sizeof(xml2ctx));
126 static void fix_skipto(request_rec* r, xml2ctx* ctx)
164 static void sniff_encoding(request_rec* r, xml2ctx* ctx)
287 xml2ctx* ctx;
291 f->ctx = ctx = apr_pcalloc(f->r->pool, sizeof(xml2ctx));
301 xml2ctx* ctx = f->ctx;
530 xml2ctx* ctx = ap_get_module_config(r->request_config, &xml2enc_module);

Completed in 11 milliseconds