Searched refs:ptrfield (Results 1 – 2 of 2) sorted by relevance
/net-tools-3.5.0/libcoap/include/coap/ |
D | uthash.h | 275 #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-3.5.0/tinydtls-0.8.2/ |
D | uthash.h | 239 #define HASH_ADD_PTR(head,ptrfield,add) \ argument 240 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)
|