VirtualBox

source: vbox/trunk/src/libs/libxml2-2.13.2/include/private/error.h@ 107935

Last change on this file since 107935 was 105420, checked in by vboxsync, 8 months ago

libxml2-2.12.6: Applied and adjusted our libxml2 changes to 2.12.6. bugref:10730

File size: 1.3 KB
Line 
1#ifndef XML_ERROR_H_PRIVATE__
2#define XML_ERROR_H_PRIVATE__
3
4#include <libxml/xmlerror.h>
5#include <libxml/xmlversion.h>
6
7#define MAX_ERR_MSG_SIZE 64000
8
9struct _xmlNode;
10
11XML_HIDDEN void
12xmlRaiseMemoryError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel,
13 void *data, int domain, xmlError *error);
14XML_HIDDEN int
15xmlVRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel,
16 void *data, void *ctx, struct _xmlNode *node,
17 int domain, int code, xmlErrorLevel level,
18 const char *file, int line, const char *str1,
19 const char *str2, const char *str3, int int1, int col,
20 const char *msg, va_list ap);
21XML_HIDDEN int
22__xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel,
23 void *data, void *ctx, struct _xmlNode *node,
24 int domain, int code, xmlErrorLevel level,
25 const char *file, int line, const char *str1,
26 const char *str2, const char *str3, int int1, int col,
27 const char *msg, ...) LIBXML_ATTR_FORMAT(16,17);
28XML_HIDDEN void
29xmlGenericErrorDefaultFunc(void *ctx, const char *msg,
30 ...) LIBXML_ATTR_FORMAT(2,3);
31XML_HIDDEN const char *
32xmlErrString(xmlParserErrors code);
33
34#endif /* XML_ERROR_H_PRIVATE__ */
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette