Searched refs:delptr (Results 1 – 3 of 3) sorted by relevance
/third_party/libdrm/intel/ |
D | uthash.h | 337 #define HASH_DELETE(hh,head,delptr) \ argument 340 if ( ((delptr)->hh.prev == NULL) && ((delptr)->hh.next == NULL) ) { \ 348 _hd_hh_del = &((delptr)->hh); \ 349 if ((delptr) == ELMT_FROM_HH((head)->hh.tbl,(head)->hh.tbl->tail)) { \ 351 (UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \ 354 if ((delptr)->hh.prev != NULL) { \ 355 ((UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \ 356 (head)->hh.tbl->hho))->next = (delptr)->hh.next; \ 358 DECLTYPE_ASSIGN(head,(delptr)->hh.next); \ 392 #define HASH_DEL(head,delptr) \ argument [all …]
|
/third_party/nghttp2/src/ |
D | shrpx_downstream_queue.cc | 127 auto delptr = std::unique_ptr<Downstream>(downstream); in remove_and_get_blocked() local
|
/third_party/libcoap/include/coap3/ |
D | uthash.h | 448 #define HASH_DELETE(hh,head,delptr) \ argument 449 HASH_DELETE_HH(hh, head, &(delptr)->hh) 508 #define HASH_DEL(head,delptr) \ argument 509 HASH_DELETE(hh,head,delptr)
|