Searched refs:ptrfield (Results 1 – 1 of 1) sorted by relevance
| /components/utilities/libadt/uthash/ |
| A D | uthash.h | 506 #define HASH_ADD_PTR(head,ptrfield,add) \ argument 507 HASH_ADD(hh,head,ptrfield,sizeof(void *),add) 508 #define HASH_REPLACE_PTR(head,ptrfield,add,replaced) \ argument 509 HASH_REPLACE(hh,head,ptrfield,sizeof(void *),add,replaced)
|
Completed in 6 milliseconds