HomeSort by: relevance | last modified time | path
    Searched defs:key_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/cdb/
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...]
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...]

Completed in 22 milliseconds