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

/httpd/support/
H A Dab.c364 apr_xlate_t *from_ascii, *to_ascii; variable
1490 status = apr_xlate_conv_buffer(from_ascii, buffer, &inbytes_left,
2154 status = apr_xlate_open(&from_ascii, APR_DEFAULT_CHARSET, "ISO-8859-1", cntxt);
2159 status = apr_base64init_ebcdic(to_ascii, from_ascii);

Completed in 2151 milliseconds