Searched refs:xmlListDeallocator (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dlist.h27 * xmlListDeallocator:
32 typedef void (*xmlListDeallocator) (xmlLinkPtr lk); typedef
56 xmlListCreate (xmlListDeallocator deallocator,
/vbox/src/libs/libxml2-2.6.31/
H A Dlist.c188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare)
H A Dxmlwriter.c185 ret->nodes = xmlListCreate((xmlListDeallocator)
196 ret->nsstack = xmlListCreate((xmlListDeallocator)

Completed in 42 milliseconds