Searched refs:delptr (Results 1 - 3 of 3) sorted by relevance
/third_party/libdrm/intel/ |
H A D | uthash.h | 325 /* delete "delptr" from the hash table. 328 * These used to be expressed using (delptr) but that led to a bug 337 #define HASH_DELETE(hh,head,delptr) \ 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) [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_downstream_queue.cc | 127 auto delptr = std::unique_ptr<Downstream>(downstream); in remove_and_get_blocked() local
|
/third_party/libcoap/include/coap3/ |
H A D | coap_uthash_internal.h | 436 /* delete "delptr" from the hash table. 439 * These used to be expressed using (delptr) but that led to a bug 448 #define HASH_DELETE(hh,head,delptr) \ 449 HASH_DELETE_HH(hh, head, &(delptr)->hh) 508 #define HASH_DEL(head,delptr) \ 509 HASH_DELETE(hh,head,delptr)
|
Completed in 5 milliseconds