Home
last modified time | relevance | path

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

/third_party/libxml2/
Dlist.c59 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/
Dlist.c70 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()