Home
last modified time | relevance | path

Searched refs:tdb_hash (Results 1 – 1 of 1) sorted by relevance

/external/qemu/qobject/
Dqdict.c59 static unsigned int tdb_hash(const char *name) in tdb_hash() function
137 bucket = tdb_hash(key) % QDICT_BUCKET_MAX; in qdict_put_obj()
161 entry = qdict_find(qdict, key, tdb_hash(key) % QDICT_BUCKET_MAX); in qdict_get()
172 unsigned int bucket = tdb_hash(key) % QDICT_BUCKET_MAX; in qdict_haskey()
396 unsigned int bucket = tdb_hash(entry->key) % QDICT_BUCKET_MAX; in qdict_next()
448 entry = qdict_find(qdict, key, tdb_hash(key) % QDICT_BUCKET_MAX); in qdict_del()