ReactOS
0.4.15-dev-4863-gba0d16f
|
Go to the source code of this file.
Macros | |
#define | _LARGEFILE_SOURCE |
#define | _FILE_OFFSET_BITS 64 |
#define | XML_IGNORE_PEDANTIC_WARNINGS |
#define | XML_POP_WARNINGS |
#define | ATTRIBUTE_NO_SANITIZE(arg) |
#define | LIBXML_STATIC |
Functions | |
void | __xmlIOErr (int domain, int code, const char *extra) |
void | __xmlLoaderErr (void *ctx, const char *msg, const char *filename) LIBXML_ATTR_FORMAT(2 |
void void | __xmlGlobalInitMutexLock (void) |
void | __xmlGlobalInitMutexUnlock (void) |
void | __xmlGlobalInitMutexDestroy (void) |
int | __xmlInitializeDict (void) |
int | __xmlRandom (void) |
XMLPUBFUN xmlChar *XMLCALL | xmlEscapeFormatString (xmlChar **msg) |
int | xmlInputReadCallbackNop (void *context, char *buffer, int len) |
Variables | |
int | __xmlRegisterCallbacks |
xmlGlobalInitMutexDestroy
Makes sure that the global initialization mutex is destroyed before application termination.
Definition at line 526 of file threads.c.
Referenced by xmlCleanupGlobals().
xmlGlobalInitMutexLock
Makes sure that the global initialization mutex is initialized and locks it.
Definition at line 427 of file threads.c.
Referenced by xmlInitParser().
Definition at line 502 of file threads.c.
Referenced by xmlInitParser().
__xmlInitializeDict:
This function is not public Do the dictionary mutex initialization. this function is not thread safe, initialization should normally be done once at setup when called from xmlOnceInit() we may also land in this code if thread support is not compiled in
Returns 0 if initialization was already done, and 1 if that call led to the initialization
Definition at line 176 of file dict.c.
Referenced by __xmlRandom(), xmlDictCreate(), xmlDictFree(), and xmlDictReference().
Referenced by xmlNewInputFromFile().
xmlEscapeFormatString: @msg: a pointer to the string in which to escape '' characters. Must be a heap-allocated buffer created by libxml2 that may be returned, or that may be freed and replaced.
Replaces the string pointed to by 'msg' with an escaped string. Returns the same string with all '' characters escaped.
Definition at line 1004 of file xmlstring.c.
int __xmlRegisterCallbacks |
Definition at line 53 of file tree.c.
Referenced by xmlDeregisterNodeDefault(), xmlRegisterNodeDefault(), xmlSAX2AttributeNs(), xmlSAX2StartElementNs(), xmlThrDefDeregisterNodeDefault(), and xmlThrDefRegisterNodeDefault().