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:
listlist - lists interfaces this module implement the list support used in various place in the library. Author(s): Gary Pennington <Gary.Pennington@uk.sun.com> Synopsistypedef struct _xmlLink xmlLink; typedef xmlLink * xmlLinkPtr; typedef struct _xmlList xmlList; typedef xmlList * xmlListPtr; void * xmlLinkGetData (xmlLinkPtr lk); int xmlListAppend (xmlListPtr l, DescriptionDetailsStructure xmlLinkstruct _xmlLink { The content of this structure is not made public by the API. } xmlLink; Structure xmlListstruct _xmlList { The content of this structure is not made public by the API. } xmlList; Function type xmlListDataCompareint xmlListDataCompare (const void * data0, Callback function used to compare 2 data.
Function type xmlListDeallocatorvoid xmlListDeallocator (xmlLinkPtr lk) Callback function used to free data from a list.
Function type xmlListWalkerint xmlListWalker (const void * data, Callback function used when walking a list with xmlListWalk().
xmlLinkGetData ()void * xmlLinkGetData (xmlLinkPtr lk) See Returns.
xmlListAppend ()int xmlListAppend (xmlListPtr l, Insert data in the ordered list at the end for this value
xmlListCopy ()int xmlListCopy (xmlListPtr cur, Move all the element from the old list in the new list
xmlListCreate ()xmlListPtr xmlListCreate (xmlListDeallocator deallocator, Create a new list
xmlListDelete ()void xmlListDelete (xmlListPtr l) Deletes the list and its associated data
xmlListDup ()xmlListPtr xmlListDup (const xmlListPtr old) Duplicate the list
xmlListEmpty ()int xmlListEmpty (xmlListPtr l) Is the list empty ?
xmlListEnd ()xmlLinkPtr xmlListEnd (xmlListPtr l) Get the last element in the list
xmlListFront ()xmlLinkPtr xmlListFront (xmlListPtr l) Get the first element in the list
xmlListInsert ()int xmlListInsert (xmlListPtr l, Insert data in the ordered list at the beginning for this value
xmlListMerge ()void xmlListMerge (xmlListPtr l1, include all the elements of the second list in the first one and clear the second list
xmlListPopFront ()void xmlListPopFront (xmlListPtr l) Removes the first element in the list
xmlListPushBack ()int xmlListPushBack (xmlListPtr l, add the new data at the end of the list
xmlListPushFront ()int xmlListPushFront (xmlListPtr l, add the new data at the beginning of the list
xmlListRemoveAll ()int xmlListRemoveAll (xmlListPtr l, Remove the all instance associated to data in the list
xmlListRemoveFirst ()int xmlListRemoveFirst (xmlListPtr l, Remove the first instance associated to data in the list
xmlListRemoveLast ()int xmlListRemoveLast (xmlListPtr l, Remove the last instance associated to data in the list
xmlListReverse ()void xmlListReverse (xmlListPtr l) Reverse the order of the elements in the list
xmlListReverseSearch ()void * xmlListReverseSearch (xmlListPtr l, Search the list in reverse order for an existing value of @data
xmlListReverseWalk ()void xmlListReverseWalk (xmlListPtr l, Walk all the element of the list in reverse order and apply the walker function to it
xmlListSearch ()void * xmlListSearch (xmlListPtr l, Search the list for an existing value of @data
xmlListSize ()int xmlListSize (xmlListPtr l) Get the number of elements in the list
xmlListWalk ()void xmlListWalk (xmlListPtr l, Walk all the element of the first from first to last and apply the walker function to it
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0946 ]-- |