Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 uid=1(daemon) gid=1(daemon) grupos=1(daemon) Safe-mode: OFF (not secure) /opt/lampp/share/gtk-doc/html/libxml2/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
dictdict - string dictionary dictionary of reusable strings, just used to avoid allocation and freeing operations. Author(s): Daniel Veillard Synopsistypedef struct _xmlDict xmlDict; typedef xmlDict * xmlDictPtr; size_t xmlDictGetUsage (xmlDictPtr dict); int xmlDictReference (xmlDictPtr dict); void xmlDictCleanup (void); int xmlDictSize (xmlDictPtr dict); const xmlChar * xmlDictExists (xmlDictPtr dict, DescriptionDetailsStructure xmlDictstruct _xmlDict {
The content of this structure is not made public by the API.
} xmlDict;
xmlDictCleanup ()void xmlDictCleanup (void) Free the dictionary mutex. Do not call unless sure the library is not in use anymore ! xmlDictCreate ()xmlDictPtr xmlDictCreate (void) Create a new dictionary
xmlDictCreateSub ()xmlDictPtr xmlDictCreateSub (xmlDictPtr sub) 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.
xmlDictExists ()const xmlChar * xmlDictExists (xmlDictPtr dict, Check if the @name exists in the dictionary @dict.
xmlDictFree ()void xmlDictFree (xmlDictPtr dict) Free the hash @dict and its contents. The userdata is deallocated with @f if provided.
xmlDictGetUsage ()size_t xmlDictGetUsage (xmlDictPtr dict) Get how much memory is used by a dictionary for strings Added in 2.9.0
xmlDictLookup ()const xmlChar * xmlDictLookup (xmlDictPtr dict, Add the @name to the dictionary @dict if not present.
xmlDictOwns ()int xmlDictOwns (xmlDictPtr dict, check if a string is owned by the disctionary
xmlDictQLookup ()const xmlChar * xmlDictQLookup (xmlDictPtr dict, Add the QName @prefix:@name to the hash @dict if not present.
xmlDictReference ()int xmlDictReference (xmlDictPtr dict) Increment the reference counter of a dictionary
xmlDictSetLimit ()size_t xmlDictSetLimit (xmlDictPtr dict, Set a size limit for the dictionary Added in 2.9.0
xmlDictSize ()int xmlDictSize (xmlDictPtr dict) Query the number of elements installed in the hash @dict.
xmlInitializeDict ()int xmlInitializeDict (void) Do the dictionary mutex initialization. this function is deprecated
|
:: Command execute :: | |
--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.5295 ]-- |