Home
last modified time | relevance | path

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

/net-tools-3.5.0/libcoap/include/coap/
Duthash.h169 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ macro
179 HASH_ADD(hh,head,fieldname,keylen_in,add); \
264 HASH_ADD(hh,head,strfield[0],strlen(add->strfield),add)
270 HASH_ADD(hh,head,intfield,sizeof(int),add)
276 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)
Dresource.h371 HASH_ADD(hh, (r), key, sizeof(coap_key_t), (obj))
/net-tools-3.5.0/tinydtls-0.8.2/
Duthash.h147 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ macro
232 HASH_ADD(hh,head,strfield,strlen(add->strfield),add)
236 HASH_ADD(hh,head,intfield,sizeof(int),add)
240 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)
Ddtls.c68 HASH_ADD(hh,head,sess,sizeof(session_t),add)
/net-tools-3.5.0/libcoap/examples/
Detsi_iot_01.c104 HASH_ADD(hh, test_resources, resource_key, sizeof(coap_key_t), payload); in coap_add_payload()
108 HASH_ADD(hh, test_dynamic_uris, resource_key, sizeof(coap_key_t), uri); in coap_add_payload()
Dcoap-rd.c509 HASH_ADD(hh, resources, key, sizeof(coap_key_t), rd); in hnd_post_rd()
/net-tools-3.5.0/
Dcoap-client.c79 #undef HASH_ADD