ReactOS 0.4.15-dev-7907-g95bf896
enc.h
Go to the documentation of this file.
1/*
2 * Summary: Internal Interfaces for encoding in libxml2
3 * Description: this module describes a few interfaces which were
4 * added along with the API changes in 2.9.0
5 * those are private routines at this point
6 *
7 * Copy: See Copyright for the status of this software.
8 *
9 * Author: Daniel Veillard
10 */
11
12#ifndef __XML_ENC_H__
13#define __XML_ENC_H__
14
15#include <libxml/tree.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
22 xmlBufferPtr in, int len);
26
27#ifdef __cplusplus
28}
29#endif
30#endif /* __XML_ENC_H__ */
31
32
UINT(* handler)(MSIPACKAGE *)
Definition: action.c:7482
int xmlCharEncFirstLineInput(xmlParserInputBufferPtr input, int len)
Definition: encoding.c:2181
int xmlCharEncOutput(xmlOutputBufferPtr output, int init)
int xmlCharEncFirstLineInt(xmlCharEncodingHandler *handler, xmlBufferPtr out, xmlBufferPtr in, int len)
Definition: encoding.c:2074
int xmlCharEncInput(xmlParserInputBufferPtr input, int flush)
Definition: encoding.c:2288
GLuint in
Definition: glext.h:9616
GLenum GLsizei len
Definition: glext.h:6722
GLenum GLenum GLenum input
Definition: glext.h:9031
static FILE * out
Definition: regtests2xml.c:44
xmlOutputBuffer * xmlOutputBufferPtr
Definition: tree.h:32
static int init
Definition: wintirpc.c:33