Searched refs:deallocator (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dlist.h56 xmlListCreate (xmlListDeallocator deallocator,
/vbox/src/libs/libxml2-2.6.31/
H A Dlist.c180 * @deallocator: an optional deallocator function
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) argument
210 /* If there is a link deallocator, use it */
211 if (deallocator != NULL)
212 l->linkDeallocator = deallocator;

Completed in 36 milliseconds