Home
last modified time | relevance | path

Searched refs:HASH_ADD (Results 1 - 7 of 7) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_resource_internal.h122 HASH_ADD(hh, (r), uri_path->s[0], (obj)->uri_path->length, (obj))
H A Dcoap_uthash_internal.h428 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ macro
480 /* convenience forms of HASH_FIND/HASH_ADD/HASH_DEL */
489 HASH_ADD(hh, head, strfield[0], _uthash_hastr_keylen, add); \
499 HASH_ADD(hh,head,intfield,sizeof(int),add)
505 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)
H A Dcoap_session_internal.h530 HASH_ADD(hh, (e), addr_hash, sizeof((obj)->addr_hash), (obj))
/third_party/libcoap/include/oscore/
H A Doscore_context.h128 HASH_ADD(hh, (r), token->s[0], (obj)->token->length, (obj))
/third_party/libdrm/intel/
H A Duthash.h317 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ macro
373 /* convenience forms of HASH_FIND/HASH_ADD/HASH_DEL */
377 HASH_ADD(hh,head,strfield[0],(unsigned)uthash_strlen(add->strfield),add)
383 HASH_ADD(hh,head,intfield,sizeof(int),add)
389 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)
H A Dintel_bufmgr_gem.c774 HASH_ADD(handle_hh, bufmgr_gem->handle_table, in drm_intel_gem_bo_alloc_internal()
947 HASH_ADD(handle_hh, bufmgr_gem->handle_table, in drm_intel_gem_bo_alloc_userptr()
1126 HASH_ADD(handle_hh, bufmgr_gem->handle_table, in drm_intel_bo_gem_create_from_name()
1128 HASH_ADD(name_hh, bufmgr_gem->name_table, in drm_intel_bo_gem_create_from_name()
2623 HASH_ADD(handle_hh, bufmgr_gem->handle_table, in drm_intel_bo_gem_create_from_prime()
2685 HASH_ADD(name_hh, bufmgr_gem->name_table, in drm_intel_gem_bo_flink()
/third_party/libcoap/src/
H A Dcoap_cache.c190 HASH_ADD(hh, session->context->cache, cache_key[0], sizeof(coap_cache_key_t), entry); in coap_new_cache_entry()

Completed in 14 milliseconds