Home
last modified time | relevance | path

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

/net-tools-2.7.6/libcoap/include/coap/
Duthash.h275 #define HASH_ADD_PTR(head,ptrfield,add) \ argument
276 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)
277 #define HASH_REPLACE_PTR(head,ptrfield,add,replaced) \ argument
278 HASH_REPLACE(hh,head,ptrfield,sizeof(void *),add,replaced)
/net-tools-2.7.6/tinydtls-0.8.2/
Duthash.h239 #define HASH_ADD_PTR(head,ptrfield,add) \ argument
240 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)