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

/httpd/support/
H A Dhtdbm.c64 apr_xlate_t *to_ascii; member in struct:htdbm_t
121 rv = apr_xlate_open(&((*hdbm)->to_ascii), "ISO-8859-1", APR_DEFAULT_CHARSET, (*hdbm)->ctx.pool);
126 rv = apr_SHA1InitEBCDIC((*hdbm)->to_ascii);
131 rv = apr_MD5InitEBCDIC((*hdbm)->to_ascii);
H A Dhtdigest.c67 apr_xlate_t *to_ascii; variable
154 apr_md5_set_xlate(&context, to_ascii);
206 rv = apr_xlate_open(&to_ascii, "ISO-8859-1", APR_DEFAULT_CHARSET, cntxt);
H A Dhtpasswd.c291 apr_xlate_t *to_ascii; local
303 rv = apr_xlate_open(&to_ascii, "ISO-8859-1", APR_DEFAULT_CHARSET, pool);
308 rv = apr_SHA1InitEBCDIC(to_ascii);
313 rv = apr_MD5InitEBCDIC(to_ascii);
H A Dab.c364 apr_xlate_t *from_ascii, *to_ascii; variable
1772 status = apr_xlate_conv_buffer(to_ascii, request, &inbytes_left,
2149 status = apr_xlate_open(&to_ascii, "ISO-8859-1", APR_DEFAULT_CHARSET, cntxt);
2159 status = apr_base64init_ebcdic(to_ascii, from_ascii);

Completed in 1509 milliseconds