Searched refs:HASH_DELETE (Results 1 - 8 of 8) sorted by relevance
/third_party/libcoap/include/coap3/ |
H A D | coap_resource_internal.h | 125 HASH_DELETE(hh, (r), (obj))
|
H A D | coap_uthash_internal.h | 250 HASH_DELETE(hh, head, replaced); \ 260 HASH_DELETE(hh, head, replaced); \ 441 * HASH_DELETE(hh,users,users); 448 #define HASH_DELETE(hh,head,delptr) \ macro 509 HASH_DELETE(hh,head,delptr)
|
H A D | coap_session_internal.h | 533 HASH_DELETE(hh, (e), (obj))
|
/third_party/libcoap/include/oscore/ |
H A D | oscore_context.h | 130 #define OSCORE_ASSOCIATIONS_DELETE(r, obj) HASH_DELETE(hh, (r), (obj))
|
/third_party/libdrm/intel/ |
H A D | uthash.h | 196 HASH_DELETE(hh, head, replaced); \ 206 HASH_DELETE(hh, head, replaced); \ 330 * HASH_DELETE(hh,users,users); 337 #define HASH_DELETE(hh,head,delptr) \ macro 393 HASH_DELETE(hh,head,delptr)
|
H A D | intel_bufmgr_gem.c | 1174 HASH_DELETE(name_hh, bufmgr_gem->name_table, bo_gem); in drm_intel_gem_bo_free() 1175 HASH_DELETE(handle_hh, bufmgr_gem->handle_table, bo_gem); in drm_intel_gem_bo_free()
|
/third_party/libcoap/src/ |
H A D | coap_cache.c | 234 HASH_DELETE(hh, ctx->cache, cache_entry); in coap_delete_cache_entry()
|
H A D | coap_resource.c | 589 HASH_DELETE(hh, context->resources, res);
|
Completed in 14 milliseconds