Home
last modified time | relevance | path

Searched refs:strfield (Results 1 – 2 of 2) sorted by relevance

/net-tools-3.5.0/libcoap/include/coap/
Duthash.h263 #define HASH_ADD_STR(head,strfield,add) \ argument
264 HASH_ADD(hh,head,strfield[0],strlen(add->strfield),add)
265 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument
266 HASH_REPLACE(hh,head,strfield[0],(unsigned)strlen(add->strfield),add,replaced)
/net-tools-3.5.0/tinydtls-0.8.2/
Duthash.h231 #define HASH_ADD_STR(head,strfield,add) \ argument
232 HASH_ADD(hh,head,strfield,strlen(add->strfield),add)