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

/httpd/modules/filters/
H A Dmod_proxy_html.c94 const char *charset_out; member in struct:__anon168
875 /* defer dealing with charset_out until after sniffing charset_in
941 /* if we wanted a non-default charset_out, insert the
944 if (ctxt->cfg->charset_out && xml2enc_filter) {
945 if (*ctxt->cfg->charset_out != '*')
946 cenc = ctxt->cfg->charset_out;
1020 conf->charset_out = (add->charset_out == NULL)
1021 ? base->charset_out : add->charset_out;
[all...]

Completed in 15 milliseconds