Software: Apache. PHP/5.6.40 uname -a: Linux cpanel06wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24 uid=851(cp949260) gid=853(cp949260) groups=853(cp949260) 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; 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.0129 ]-- |