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

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

Completed in 144 milliseconds