cdbw.c | 129 struct key_hash { struct 130 SLIST_ENTRY(key_hash) link; 137 SLIST_HEAD(key_hash_head, key_hash); 249 struct key_hash *key_hash; local in function:cdbw_put_key 259 SLIST_FOREACH(key_hash, head, link) { 260 if (key_hash->keylen != keylen) 262 if (key_hash->hashes[0] != hashes[0]) 264 if (key_hash->hashes[1] != hashes[1]) 266 if (key_hash->hashes[2] != hashes[2] 323 struct key_hash *key_hash; local in function:cdbw_close 425 struct key_hash *key_hash; local in function:build_graph [all...] |