40 #if defined(__LCLINT__)
69 while (b && b->
key && ht->
eq(b->
key, key))
78 const char *k1 = (
const char *)key1;
79 const char *k2 = (
const char *)key2;
80 return strcmp(k1, k2);
85 const char *key = (
const char *) data;
126 for (; size >= 8; size -= 8) {
143 case 1: h = ((h << 5) + h) + (
rpmuint32_t)*key++;
break;
158 while (b && b->
key && ht->
eq(b->
key, key))
185 if (!(b =
findEntry(ht, key)))
return 0;
else return 1;
189 int * dataCount,
const void * tableKey)
197 *(
const void ***)data = (
const void **) b->
data;
201 *(
const void **)tableKey = b->
key;
208 const void ** keys = (
const void **)
210 const void ** keypointer = keys;
224 }
while ((b = n) != NULL);
253 }
while ((b = n) != NULL);
269 if (_htPool == NULL) {