Searched refs:HASH_ADD (Results 1 – 2 of 2) sorted by relevance
| /components/utilities/libadt/uthash/ |
| A D | rt_uthash.h | 52 HASH_ADD(hh, head, key_member, keylen_in, value)
|
| A D | uthash.h | 430 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ macro 491 HASH_ADD(hh, head, strfield[0], _uthash_hastr_keylen, add); \ 501 HASH_ADD(hh,head,intfield,sizeof(int),add) 507 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)
|
Completed in 6 milliseconds