Searched refs:xmlLinkDeallocator (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | list.c | 59 xmlLinkDeallocator(xmlListPtr l, xmlLinkPtr lk) in xmlLinkDeallocator() function 353 xmlLinkDeallocator(l, lk); in xmlListRemoveFirst() 378 xmlLinkDeallocator(l, lk); in xmlListRemoveLast() 423 xmlLinkDeallocator(l, lk); in xmlListClear() 507 xmlLinkDeallocator(l, l->sentinel->next); in xmlListPopFront() 520 xmlLinkDeallocator(l, l->sentinel->prev); in xmlListPopBack()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | list.c | 59 xmlLinkDeallocator(xmlListPtr l, xmlLinkPtr lk) in xmlLinkDeallocator() function 351 xmlLinkDeallocator(l, lk); in xmlListRemoveFirst() 376 xmlLinkDeallocator(l, lk); in xmlListRemoveLast() 421 xmlLinkDeallocator(l, lk); in xmlListClear() 505 xmlLinkDeallocator(l, l->sentinel->next); in xmlListPopFront() 518 xmlLinkDeallocator(l, l->sentinel->prev); in xmlListPopBack()
|