40 #if defined(__LCLINT__)
63 while (b && b->
key && ht->
eq(b->
key, key))
72 const char *k1 = (
const char *)key1;
73 const char *k2 = (
const char *)key2;
74 return strcmp(k1, k2);
79 const char *key = data;
120 for (; size >= 8; size -= 8) {
137 case 1: h = ((h << 5) + h) + (
rpmuint32_t)*key++;
break;
152 while (b && b->
key && ht->
eq(b->
key, key))
178 if (!(b =
findEntry(ht, key)))
return 0;
else return 1;
182 int * dataCount,
const void * tableKey)
190 *(
const void ***)data = (
const void **) b->
data;
194 *(
const void **)tableKey = b->
key;
202 const void ** keypointer = keys;
216 }
while ((b = n) != NULL);
245 }
while ((b = n) != NULL);
261 if (_htPool == NULL) {