Searched refs:HASH_FIND (Results 1 - 8 of 8) sorted by relevance
/third_party/libcoap/include/coap3/ |
H A D | coap_resource_internal.h | 132 HASH_FIND(hh, (r), (k)->s, (k)->length, (res)); \
|
H A D | coap_uthash_internal.h | 166 #define HASH_FIND(hh,head,keyptr,keylen,out) \ macro 480 /* convenience forms of HASH_FIND/HASH_ADD/HASH_DEL */ 484 HASH_FIND(hh, head, findstr, _uthash_hfstr_keylen, out); \ 497 HASH_FIND(hh,head,findint,sizeof(int),out) 503 HASH_FIND(hh,head,findptr,sizeof(void *),out)
|
H A D | coap_session_internal.h | 542 HASH_FIND(hh, (e), &(k), sizeof(k), (res)); \
|
/third_party/libcoap/include/oscore/ |
H A D | oscore_context.h | 140 { HASH_FIND(hh, (r), (k)->s, (k)->length, (res)); }
|
/third_party/libdrm/intel/ |
H A D | uthash.h | 131 #define HASH_FIND(hh,head,keyptr,keylen,out) \ macro 373 /* convenience forms of HASH_FIND/HASH_ADD/HASH_DEL */ 375 HASH_FIND(hh,head,findstr,(unsigned)uthash_strlen(findstr),out) 381 HASH_FIND(hh,head,findint,sizeof(int),out) 387 HASH_FIND(hh,head,findptr,sizeof(void *),out)
|
H A D | intel_bufmgr_gem.c | 1078 HASH_FIND(name_hh, bufmgr_gem->name_table, in drm_intel_bo_gem_create_from_name() 1100 HASH_FIND(handle_hh, bufmgr_gem->handle_table, in drm_intel_bo_gem_create_from_name() 2594 HASH_FIND(handle_hh, bufmgr_gem->handle_table, in drm_intel_bo_gem_create_from_prime()
|
/third_party/libcoap/src/ |
H A D | coap_cache.c | 200 HASH_FIND(hh, ctx->cache, cache_key, sizeof(coap_cache_key_t), cache_entry); in coap_cache_get_by_key()
|
/third_party/libcoap/examples/ |
H A D | coap-rd.c | 181 HASH_FIND(hh, resources, resource->uri_path.s, resource->uri_path.length, rd); in hnd_put_resource()
|
Completed in 21 milliseconds