Searched refs:ap_hdrs_to_ascii (Results 1 - 7 of 7) sorted by relevance
/httpd/server/ |
H A D | util_charset.c | 26 apr_xlate_t *ap_hdrs_to_ascii, *ap_hdrs_from_ascii; variable
|
H A D | util_ebcdic.c | 35 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 D | util_md5.c | 65 apr_md5_set_xlate(&my_md5, ap_hdrs_to_ascii);
|
H A D | apreq_util.c | 515 c = apr_xlate_conv_byte(ap_hdrs_to_ascii, (unsigned char)c);
|
H A D | util.c | 1844 what = apr_xlate_conv_byte(ap_hdrs_to_ascii, (unsigned char)what);
|
/httpd/include/ |
H A D | util_charset.h | 55 extern apr_xlate_t *ap_hdrs_to_ascii;
|
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 627 what = apr_xlate_conv_byte(ap_hdrs_to_ascii, (unsigned char)what);
|
Completed in 102 milliseconds