Searched refs:xmlLinkDeallocator (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | list.c | 59 xmlLinkDeallocator(xmlListPtr l, xmlLinkPtr lk) in xmlLinkDeallocator() function 362 xmlLinkDeallocator(l, lk); in xmlListRemoveFirst() 387 xmlLinkDeallocator(l, lk); in xmlListRemoveLast() 432 xmlLinkDeallocator(l, lk); in xmlListClear() 516 xmlLinkDeallocator(l, l->sentinel->next); in xmlListPopFront() 529 xmlLinkDeallocator(l, l->sentinel->prev); in xmlListPopBack()
|
/external/chromium_org/third_party/libxml/src/ |
D | list.c | 59 xmlLinkDeallocator(xmlListPtr l, xmlLinkPtr lk) in xmlLinkDeallocator() function 362 xmlLinkDeallocator(l, lk); in xmlListRemoveFirst() 387 xmlLinkDeallocator(l, lk); in xmlListRemoveLast() 432 xmlLinkDeallocator(l, lk); in xmlListClear() 516 xmlLinkDeallocator(l, l->sentinel->next); in xmlListPopFront() 529 xmlLinkDeallocator(l, l->sentinel->prev); in xmlListPopBack()
|