Searched refs:xml2enc (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/filters/
H A Dmod_xml2enc.c59 xmlCharEncoding xml2enc; member in struct:__anon177
105 "xml2enc: bad mode %x", mode);
115 ap_add_output_filter("xml2enc", ctx, r, r->connection);
119 "xml2enc: Charset %s not supported.", enc) ;
186 ctx->xml2enc = xmlParseCharEncoding(ctx->encoding);
192 if (ctx->xml2enc == XML_CHAR_ENCODING_NONE) {
193 ctx->xml2enc = xmlDetectCharEncoding((const xmlChar*)ctx->buf,
195 if (HAVE_ENCODING(ctx->xml2enc)) {
198 ctx->encoding = xmlGetCharEncodingName(ctx->xml2enc);
219 ctx->xml2enc
619 AP_DECLARE_MODULE(xml2enc) = { variable
[all...]
H A Dmod_xml2enc.h52 APR_DECLARE_EXTERNAL_HOOK(xml2enc, XML2ENC, int, preprocess,
H A Dmod_proxy_html.c942 * xml2enc filter now that we've sniffed it
1271 "Enable proxy-html and xml2enc filters"),

Completed in 11 milliseconds