Go to the documentation of this file.
64 void htAddEntry(hashTable ht,
const void * key,
80 const void * tableKey)
109 #define htUnlink(_ht) \
110 ((hashTable)rpmioUnlinkPoolItem((rpmioItem)(_ht), __FUNCTION__, __FILE__, __LINE__))
118 hashTable
htLink ( hashTable ht)
120 #define htLink(_ht) \
121 ((hashTable)rpmioLinkPoolItem((rpmioItem)(_ht), __FUNCTION__, __FILE__, __LINE__))
129 hashTable
htFree( hashTable ht)
131 #define htFree(_ht) \
132 ((hashTable)rpmioFreePoolItem((rpmioItem)(_ht), __FUNCTION__, __FILE__, __LINE__))