Home
last modified time | relevance | path

Searched refs:HASH_FIND (Results 1 – 7 of 7) sorted by relevance

/net-tools-3.7.0/libcoap/include/coap/
Duthash.h103 #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)
Dresource.h381 HASH_FIND(hh, (r), (k), sizeof(coap_key_t), (res)); \
/net-tools-3.7.0/libcoap/examples/
Dcoap-rd.c106 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()
Detsi_iot_01.c94 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/
Duthash.h82 #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)
Ddtls.c66 HASH_FIND(hh,head,sess,sizeof(session_t),out)
/net-tools-3.7.0/
Dcoap-client.c78 #undef HASH_FIND