Defines | |
| #define | APR_DEFAULT_CHARSET (const char *)0 |
| #define | APR_LOCALE_CHARSET (const char *)1 |
Typedefs | |
| typedef apr_xlate_t | apr_xlate_t |
Functions | |
| APU_DECLARE (apr_status_t) apr_xlate_open(apr_xlate_t **convset | |
| APU_DECLARE (apr_int32_t) apr_xlate_conv_byte(apr_xlate_t *convset | |
Variables | |
| const char * | topage |
| const char const char * | frompage |
| const char const char apr_pool_t * | pool |
| int * | onoff |
| const char * | inbuf |
| const char apr_size_t * | inbytes_left |
| const char apr_size_t char * | outbuf |
| const char apr_size_t char apr_size_t * | outbytes_left |
| unsigned char | inchar |
|
|
This is to indicate the charset of the sourcecode at compile time names to indicate the charset of the source code at compile time. This is useful if there are literal strings in the source code which must be translated according to the charset of the source code. Definition at line 78 of file apr_xlate.h. Referenced by htdbm_init(), and main(). |
|
|
To indicate charset names of the current locale Definition at line 82 of file apr_xlate.h. |
|
|
Opaque translation buffer Definition at line 39 of file apr_xlate.h. |
|
|
Convert a single-byte character from one charset to another.
|
|
|
Set up for converting text from one charset to another.
Definition at line 37 of file apr_brigade.c. |
|
|
Definition at line 67 of file apr_xlate.h. |
|
|
Definition at line 113 of file apr_xlate.h. |
|
|
Definition at line 113 of file apr_xlate.h. Referenced by AP_DECLARE(), read_connection(), read_table(), test(), and test_conversion(). |
|
|
Definition at line 142 of file apr_xlate.h. |
|
|
Definition at line 96 of file apr_xlate.h. |
|
|
Definition at line 113 of file apr_xlate.h. Referenced by mod_auth_ldap_build_filter(). |
|
|
Definition at line 113 of file apr_xlate.h. Referenced by AP_DECLARE(), read_connection(), read_table(), test(), and test_conversion(). |
|
|
Definition at line 67 of file apr_xlate.h. |
|
|
Definition at line 67 of file apr_xlate.h. |