Apache2
|
Functions | |
apr_status_t | ap_init_ebcdic (apr_pool_t *pool) |
void | ap_xlate_proto_to_ascii (char *buffer, apr_size_t len) |
void | ap_xlate_proto_from_ascii (char *buffer, apr_size_t len) |
int | ap_rvputs_proto_in_ascii (request_rec *r,...) |
apr_status_t ap_init_ebcdic | ( | apr_pool_t * | pool | ) |
Setup all of the global translation handlers.
pool | The pool to allocate out of. |
int ap_rvputs_proto_in_ascii | ( | request_rec * | r, |
... | |||
) |
Convert protocol data from the implementation character set to ASCII, then send it.
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.
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.
buffer | Buffer to translate. |
len | Number of bytes to translate. |