Searched refs:HASH_FIND (Results 1 – 7 of 7) sorted by relevance
/net-tools-3.7.0/libcoap/include/coap/ |
D | uthash.h | 103 #define HASH_FIND(hh,head,keyptr,keylen,out) \ macro 175 HASH_FIND(hh,head,&((add)->fieldname),keylen_in,replaced); \ 262 HASH_FIND(hh,head,findstr,(unsigned)strlen(findstr),out) 268 HASH_FIND(hh,head,findint,sizeof(int),out) 274 HASH_FIND(hh,head,findptr,sizeof(void *),out)
|
D | resource.h | 381 HASH_FIND(hh, (r), (k), sizeof(coap_key_t), (res)); \
|
/net-tools-3.7.0/libcoap/examples/ |
D | coap-rd.c | 106 HASH_FIND(hh, resources, resource->key, sizeof(coap_key_t), rd); in hnd_get_resource() 145 HASH_FIND(hh, resources, resource->key, sizeof(coap_key_t), rd); in hnd_put_resource() 211 HASH_FIND(hh, resources, resource->key, sizeof(coap_key_t), rd); in hnd_delete_resource()
|
D | etsi_iot_01.c | 94 HASH_FIND(hh, test_resources, key, sizeof(coap_key_t), p); in coap_find_payload() 116 HASH_FIND(hh, test_dynamic_uris, in coap_delete_payload()
|
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | uthash.h | 82 #define HASH_FIND(hh,head,keyptr,keylen,out) \ macro 230 HASH_FIND(hh,head,findstr,strlen(findstr),out) 234 HASH_FIND(hh,head,findint,sizeof(int),out) 238 HASH_FIND(hh,head,findptr,sizeof(void *),out)
|
D | dtls.c | 66 HASH_FIND(hh,head,sess,sizeof(session_t),out)
|
/net-tools-3.7.0/ |
D | coap-client.c | 78 #undef HASH_FIND
|