Searched refs:xmlLinkDeallocator (Results 1 – 2 of 2) sorted by relevance
/third_party/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()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | list.c | 70 xmlLinkDeallocator(xmlListPtr l, xmlLinkPtr lk) in xmlLinkDeallocator() function 373 xmlLinkDeallocator(l, lk); in xmlListRemoveFirst() 398 xmlLinkDeallocator(l, lk); in xmlListRemoveLast() 443 xmlLinkDeallocator(l, lk); in xmlListClear() 527 xmlLinkDeallocator(l, l->sentinel->next); in xmlListPopFront() 540 xmlLinkDeallocator(l, l->sentinel->prev); in xmlListPopBack()
|