Software: Apache. PHP/7.3.33 uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) Safe-mode: OFF (not secure) /usr/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.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0127 ]-- |