Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dlist.h32 typedef void (*xmlListDeallocator) (xmlLinkPtr lk); typedef
56 xmlListCreate (xmlListDeallocator deallocator,
/external/libxml2/
Dlist.c188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) in xmlListCreate()
Dxmlwriter.c185 ret->nodes = xmlListCreate((xmlListDeallocator) in xmlNewTextWriter()
196 ret->nsstack = xmlListCreate((xmlListDeallocator) in xmlNewTextWriter()