From d7372d053bbd1d58216fbb04d1771ffa4cc3e624 Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Fri, 25 May 2012 04:03:35 +0000 Subject: Imported Upstream version 2.8.0+dfsg1 --- doc/devhelp/libxml2-dict.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/devhelp/libxml2-dict.html') diff --git a/doc/devhelp/libxml2-dict.html b/doc/devhelp/libxml2-dict.html index 20501e3..818121d 100644 --- a/doc/devhelp/libxml2-dict.html +++ b/doc/devhelp/libxml2-dict.html @@ -51,6 +51,7 @@ int xmlDictSize (xmlChar * xmlDictExists (xmlDictPtr dict,
const xmlChar * name,
int len); int xmlDictOwns (xmlDictPtr dict,
const xmlChar * str); const xmlChar * xmlDictQLookup (xmlDictPtr dict,
const xmlChar * prefix,
const xmlChar * name); +int xmlInitializeDict (void); xmlDictPtr xmlDictCreateSub (xmlDictPtr sub); void xmlDictFree (xmlDictPtr dict); const xmlChar * xmlDictLookup (xmlDictPtr dict,
const xmlChar * name,
int len); @@ -74,7 +75,7 @@ The content of this structure is not made public by the API.

xmlDictCleanup ()

void	xmlDictCleanup			(void)
-

Free the dictionary mutex.

+

Free the dictionary mutex. Do not call unless sure the library is not in use anymore !


xmlDictCreate ()

xmlDictPtr	xmlDictCreate		(void)
@@ -113,6 +114,10 @@ The content of this structure is not made public by the API.

Query the number of elements installed in the hash @dict.

dict:the dictionnary
Returns:the number of elements in the dictionnary or -1 in case of error

+

xmlInitializeDict ()

int	xmlInitializeDict		(void)
+

Do the dictionary mutex initialization. this function is not thread safe, initialization should preferably be done once at startup

+
Returns:0 if initialization was already done, and 1 if that call led to the initialization
+
-- cgit v1.2.3