Searched refs:ap_hdrs_to_ascii (Results 1 - 7 of 7) sorted by relevance

/httpd/server/
H A Dutil_charset.c26 apr_xlate_t *ap_hdrs_to_ascii, *ap_hdrs_from_ascii; variable
H A Dutil_ebcdic.c35 rv = apr_xlate_open(&ap_hdrs_to_ascii, "ISO-8859-1", APR_DEFAULT_CHARSET, pool);
49 rv = apr_MD5InitEBCDIC(ap_hdrs_to_ascii);
56 rv = apr_base64init_ebcdic(ap_hdrs_to_ascii, ap_hdrs_from_ascii);
63 rv = apr_SHA1InitEBCDIC(ap_hdrs_to_ascii);
78 apr_xlate_conv_buffer(ap_hdrs_to_ascii, buffer, &inbytes_left,
H A Dutil_md5.c65 apr_md5_set_xlate(&my_md5, ap_hdrs_to_ascii);
H A Dapreq_util.c515 c = apr_xlate_conv_byte(ap_hdrs_to_ascii, (unsigned char)c);
H A Dutil.c1844 what = apr_xlate_conv_byte(ap_hdrs_to_ascii, (unsigned char)what);
/httpd/include/
H A Dutil_charset.h55 extern apr_xlate_t *ap_hdrs_to_ascii;
/httpd/modules/mappers/
H A Dmod_rewrite.c627 what = apr_xlate_conv_byte(ap_hdrs_to_ascii, (unsigned char)what);

Completed in 102 milliseconds