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

  /external/chromium_org/third_party/libxml/src/
list.c 41 void (*linkDeallocator)(xmlLinkPtr );
63 if(l->linkDeallocator)
64 l->linkDeallocator(lk);
212 l->linkDeallocator = deallocator;
  /external/libxml2/
list.c 41 void (*linkDeallocator)(xmlLinkPtr );
63 if(l->linkDeallocator)
64 l->linkDeallocator(lk);
212 l->linkDeallocator = deallocator;

Completed in 1400 milliseconds