#include "libxml.h"
#include <string.h>
#include <stdlib.h>
#include <libxml/xmlmemory.h>
#include <libxml/hash.h>
#include <libxml/entities.h>
#include <libxml/parser.h>
#include <libxml/parserInternals.h>
#include <libxml/xmlerror.h>
#include <libxml/dict.h>
#include "private/entities.h"
#include "private/error.h"
Go to the source code of this file.
◆ growBufferReentrant
| #define growBufferReentrant |
( |
| ) |
|
Value: { \
if (tmp ==
NULL)
goto mem_error; \
}
xmlReallocFunc xmlRealloc
wchar_t const *const size_t const buffer_size
◆ IN_LIBXML
◆ xmlEntitiesErrMemory()
xmlEntitiesErrMemory: @extra: extra information
Handle an out of memory condition
Definition at line 78 of file entities.c.
79{
81}
XML_HIDDEN void XML_HIDDEN void __xmlSimpleError(int domain, int code, struct _xmlNode *node, const char *msg, const char *extra) LIBXML_ATTR_FORMAT(4
◆ xmlEntityAmp
Initial value:= {
}
@ XML_INTERNAL_PREDEFINED_ENTITY
Definition at line 49 of file entities.c.
◆ xmlEntityApos
◆ xmlEntityGt
◆ xmlEntityLt
◆ xmlEntityQuot