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/alt/libxml2/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; 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 will be made private. 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. 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 dictionary
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) DEPRECATED: This function will be made private. Call xmlInitParser to initialize the library. Do the dictionary mutex initialization.
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.004 ]-- |