Home
last modified time | relevance | path

Searched refs:HASH_FIND (Results 1 - 8 of 8) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_resource_internal.h132 HASH_FIND(hh, (r), (k)->s, (k)->length, (res)); \
H A Dcoap_uthash_internal.h166 #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 Dcoap_session_internal.h542 HASH_FIND(hh, (e), &(k), sizeof(k), (res)); \
/third_party/libcoap/include/oscore/
H A Doscore_context.h140 { HASH_FIND(hh, (r), (k)->s, (k)->length, (res)); }
/third_party/libdrm/intel/
H A Duthash.h131 #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 Dintel_bufmgr_gem.c1078 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 Dcoap_cache.c200 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 Dcoap-rd.c181 HASH_FIND(hh, resources, resource->uri_path.s, resource->uri_path.length, rd); in hnd_put_resource()

Completed in 16 milliseconds