Apache2
|
Go to the source code of this file.
Macros | |
#define | ENCIO_INPUT 0x01 |
#define | ENCIO_OUTPUT 0x02 |
#define | ENCIO_INPUT_CHECKS 0x04 |
#define | ENCIO (ENCIO_INPUT|ENCIO_OUTPUT|ENCIO_INPUT_CHECKS) |
#define | ENCIO_SKIPTO 0x10 |
#define | XML2ENC_DECLARE(type) type |
#define | XML2ENC_DECLARE_NONSTD(type) type |
#define | XML2ENC_DECLARE_DATA |
Functions | |
apr_status_t | xml2enc_charset (request_rec *r, xmlCharEncoding *enc, const char **cenc) |
apr_status_t | xml2enc_filter (request_rec *r, const char *enc, unsigned int mode) |
int | xml2enc_hook_preprocess (ap_filter_t *f, char **bufp, apr_size_t *bytesp) |
#define ENCIO (ENCIO_INPUT|ENCIO_OUTPUT|ENCIO_INPUT_CHECKS) |
#define ENCIO_INPUT 0x01 |
#define ENCIO_INPUT_CHECKS 0x04 |
#define ENCIO_OUTPUT 0x02 |
#define ENCIO_SKIPTO 0x10 |
#define XML2ENC_DECLARE | ( | type | ) | type |
#define XML2ENC_DECLARE_DATA |
#define XML2ENC_DECLARE_NONSTD | ( | type | ) | type |
apr_status_t xml2enc_charset | ( | request_rec * | r, |
xmlCharEncoding * | enc, | ||
const char ** | cenc | ||
) |
apr_status_t xml2enc_filter | ( | request_rec * | r, |
const char * | enc, | ||
unsigned int | mode | ||
) |
int xml2enc_hook_preprocess | ( | ap_filter_t * | f, |
char ** | bufp, | ||
apr_size_t * | bytesp | ||
) |