|
ReactOS 0.4.16-dev-2208-g6350669
|


Go to the source code of this file.
Functions | |
| XML_HIDDEN void | xmlInitEncodingInternal (void) |
| XML_HIDDEN int | xmlEncInputChunk (xmlCharEncodingHandler *handler, unsigned char *out, int *outlen, const unsigned char *in, int *inlen) |
| XML_HIDDEN int | xmlCharEncInput (xmlParserInputBufferPtr input) |
| XML_HIDDEN int | xmlCharEncOutput (xmlOutputBufferPtr output, int init) |
| XML_HIDDEN int xmlCharEncInput | ( | xmlParserInputBufferPtr | input | ) |
Referenced by xmlSwitchInputEncoding().
| XML_HIDDEN int xmlCharEncOutput | ( | xmlOutputBufferPtr | output, |
| int | init | ||
| ) |
| XML_HIDDEN int xmlEncInputChunk | ( | xmlCharEncodingHandler * | handler, |
| unsigned char * | out, | ||
| int * | outlen, | ||
| const unsigned char * | in, | ||
| int * | inlen | ||
| ) |
Referenced by xmlDetectEBCDIC().
| XML_HIDDEN void xmlInitEncodingInternal | ( | void | ) |
xmlInitEncodingInternal:
Initialize the char encoding support.
Definition at line 1470 of file encoding.c.
Referenced by xmlInitParser().