apr_status_t ap_init_ebcdic(apr_pool_t *pool);
- Setup all of the global translation handlers
- Parameters
pool pool to allocate out of
int ap_rvputs_proto_in_ascii(request_rec *r, ...);
- Convert protocol data from the implementation charater set to ASCII, then send it.
- Parameters
r the current request ... the strings to write, followed by a NULL pointer
void ap_xlate_proto_from_ascii(char *buffer, apr_size_t len);
- Convert protocol data to the implementation character set from ASCII.
- Parameters
buffer buffer to translate len number of bytes to translate
void ap_xlate_proto_to_ascii(char *buffer, apr_size_t len);
- Convert protocol data from the implementation character set to ASCII.
- Parameters
buffer buffer to translate len number of bytes to translate