Home
last modified time | relevance | path

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

/external/libxml2/
Dlist.c41 void (*linkDeallocator)(xmlLinkPtr ); member
63 if(l->linkDeallocator) in xmlLinkDeallocator()
64 l->linkDeallocator(lk); in xmlLinkDeallocator()
212 l->linkDeallocator = deallocator; in xmlListCreate()