Searched defs:xml2enc (Results 1 - 1 of 1) 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...]

Completed in 2383 milliseconds