Searched refs:convset (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/filters/
H A Dmod_xml2enc.c62 apr_xlate_t* convset; member in struct:__anon177
87 apr_xlate_t* convset; local
91 rv = apr_xlate_open(&convset, enc, "UTF-8", r->pool);
95 rv = apr_xlate_open(&convset, "UTF-8", enc, r->pool);
99 convset = NULL;
111 ctx->convset = convset;
253 if (apr_xlate_open(&ctx->convset, "UTF-8", ctx->encoding, r->pool)
384 if (!ctx->convset) {
471 rv = apr_xlate_conv_buffer(ctx->convset, bu
[all...]
/httpd/modules/aaa/
H A Dmod_authnz_ldap.c145 apr_xlate_t *convset; local
157 if (lang && (apr_xlate_open(&convset, to_charset, lang, r->pool) == APR_SUCCESS)) {
158 return convset;
169 apr_xlate_t *convset = NULL; local
174 if (charset_conversions && (convset = get_conv_set(r)) ) {
180 if (apr_xlate_conv_buffer(convset, sent_password, &inbytes, outbuf,
213 apr_xlate_t *convset = NULL; local
224 convset = get_conv_set(r);
227 if (convset) {
233 if (apr_xlate_conv_buffer(convset, use
[all...]

Completed in 14 milliseconds