Apache2
|
Variables | |
apr_xlate_t * | ap_hdrs_to_ascii |
apr_xlate_t * | ap_hdrs_from_ascii |
These are the translation handles used to translate between the network format of protocol headers and the local machine format.
For an EBCDIC machine, these are valid handles which are set up at initialization to translate between ISO-8859-1 and the code page of the source code.
For an ASCII machine, they are undefined.
apr_xlate_t* ap_hdrs_from_ascii |
On EBCDIC machine this is a translation handle used to translate the headers from ASCII to the local machine format after network transmission.
apr_xlate_t* ap_hdrs_to_ascii |
On EBCDIC machine this is a translation handle used to translate the headers from the local machine format to ASCII for network transmission.