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

/httpd/modules/filters/
H A Dmod_proxy_html.c921 const char *cenc; local
933 (xml2enc_charset(f->r, &enc, &cenc) != APR_SUCCESS)) {
946 cenc = ctxt->cfg->charset_out;
947 xml2enc_filter(f->r, cenc, ENCIO_OUTPUT);
951 cenc, NULL));

Completed in 15 milliseconds