#include "libxml.h"
#include <string.h>
#include <stdarg.h>
#include <libxml/parser.h>
#include <libxml/xmlerror.h>
#include <libxml/xmlmemory.h>
#include <libxml/globals.h>
#include "elfgcchack.h"
Go to the source code of this file.
Defines |
| #define | IN_LIBXML |
| #define | XML_GET_VAR_STR(msg, str) |
| #define | bottom_error |
Functions |
| void XMLCDECL | xmlGenericErrorDefaultFunc (void *ctx ATTRIBUTE_UNUSED, const char *msg,...) |
| void | initGenericErrorDefaultFunc (xmlGenericErrorFunc *handler) |
| void | xmlSetGenericErrorFunc (void *ctx, xmlGenericErrorFunc handler) |
| void | xmlSetStructuredErrorFunc (void *ctx, xmlStructuredErrorFunc handler) |
| void | xmlParserPrintFileInfo (xmlParserInputPtr input) |
| static void | xmlParserPrintFileContextInternal (xmlParserInputPtr input, xmlGenericErrorFunc channel, void *data) |
| void | xmlParserPrintFileContext (xmlParserInputPtr input) |
| static void | xmlReportError (xmlErrorPtr err, xmlParserCtxtPtr ctxt, const char *str, xmlGenericErrorFunc channel, void *data) |