ReactOS 0.4.16-dev-747-gbc52d5f
|
Go to the source code of this file.
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 512 of file threads.c.
Referenced by xmlCleanupGlobals().
xmlGlobalInitMutexLock
Makes sure that the global initialization mutex is initialized and locks it.
Definition at line 413 of file threads.c.
Referenced by xmlInitParser().
Definition at line 488 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 173 of file dict.c.
Referenced by __xmlRandom(), xmlDictCreate(), xmlDictFree(), and xmlDictReference().
Referenced by xmlNewInputFromFile().
Definition at line 195 of file dict.c.
Referenced by xmlDictCreate(), and xmlHashCreate().
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 1001 of file xmlstring.c.
|
extern |
Definition at line 50 of file tree.c.
Referenced by xmlDeregisterNodeDefault(), xmlRegisterNodeDefault(), xmlSAX2AttributeNs(), xmlSAX2StartElementNs(), xmlThrDefDeregisterNodeDefault(), and xmlThrDefRegisterNodeDefault().