HomeSort by relevance Sort by last modified time
    Searched refs:xmlListDeallocator (Results 1 - 3 of 3) sorted by null

  /external/libxml2/include/libxml/
list.h 27 * xmlListDeallocator:
32 typedef void (*xmlListDeallocator) (xmlLinkPtr lk);
56 xmlListCreate (xmlListDeallocator deallocator,
  /external/libxml2/
list.c 188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare)
xmlwriter.c 193 ret->nodes = xmlListCreate((xmlListDeallocator)
204 ret->nsstack = xmlListCreate((xmlListDeallocator)
    [all...]

Completed in 86 milliseconds