From a136fc2e5a8893a02b0912862d26a575fcbd641a Mon Sep 17 00:00:00 2001 From: Xin Li Date: Tue, 26 Jul 2016 14:22:54 -0700 Subject: Merge remote-tracking branch 'goog/upstream-master' into mymerge BUG: 29834751 Change-Id: I88fc1d4f86bcbd0ac0fe9acdbe764f3d738c5f32 (cherry picked from commit e3d78e1fe0669e9c7083a4de19f1e06171849b28) --- doc/libxml2-api.xml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'doc/libxml2-api.xml') diff --git a/doc/libxml2-api.xml b/doc/libxml2-api.xml index 5573f0c5..a0a01178 100644 --- a/doc/libxml2-api.xml +++ b/doc/libxml2-api.xml @@ -367,7 +367,7 @@ - string dictionnary + string dictionary dictionary of reusable strings, just used to avoid allocation and freeing operations. Daniel Veillard @@ -5142,7 +5142,7 @@ crash if you try to modify the tree)'/> - + @@ -6410,7 +6410,7 @@ actually an xmlCharEncoding'/> - + Create a new dictionary - + - Create a new dictionary, inheriting strings from the read-only dictionnary @sub. On lookup, strings are first searched in the new dictionnary, then in @sub, and if not found are created in the new dictionnary. - - + Create a new dictionary, inheriting strings from the read-only dictionary @sub. On lookup, strings are first searched in the new dictionary, then in @sub, and if not found are created in the new dictionary. + + - Check if the @name exists in the dictionnary @dict. + Check if the @name exists in the dictionary @dict. - + Free the hash @dict and its contents. The userdata is deallocated with @f if provided. - + Get how much memory is used by a dictionary for strings Added in 2.9.0 - + - Add the @name to the dictionnary @dict if not present. + Add the @name to the dictionary @dict if not present. - + check if a string is owned by the disctionary - + Add the QName @prefix:@name to the hash @dict if not present. - + Increment the reference counter of a dictionary - + Set a size limit for the dictionary Added in 2.9.0 - + Query the number of elements installed in the hash @dict. - - + + @@ -9827,7 +9827,7 @@ Could we use @subtypes for this?'/> Creates a new context for manipulating expressions - + defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED) @@ -10985,7 +10985,7 @@ Could we use @subtypes for this?'/> a malloc() equivalent, with logging of the allocation info. - + @@ -14487,7 +14487,7 @@ Could we use @subtypes for this?'/> - + @@ -14502,7 +14502,7 @@ Could we use @subtypes for this?'/> - + -- cgit v1.2.3