Searched refs:tchdbbidx (Results 1 – 2 of 2) sorted by relevance
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/ |
H A D | tchdb.c | 411 uint64_t bidx = tchdbbidx(hdb, kbuf, ksiz, &hash); in tchdbput() 471 uint64_t bidx = tchdbbidx(hdb, kbuf, ksiz, &hash); in tchdbputkeep() 530 uint64_t bidx = tchdbbidx(hdb, kbuf, ksiz, &hash); in tchdbputcat() 607 uint64_t bidx = tchdbbidx(hdb, kbuf, ksiz, &hash); in tchdbputasync() 653 uint64_t bidx = tchdbbidx(hdb, kbuf, ksiz, &hash); in tchdbout() 688 uint64_t bidx = tchdbbidx(hdb, kbuf, ksiz, &hash); in tchdbget() 722 uint64_t bidx = tchdbbidx(hdb, kbuf, ksiz, &hash); in tchdbget3() 748 uint64_t bidx = tchdbbidx(hdb, kbuf, ksiz, &hash); in tchdbvsiz() 885 uint64_t bidx = tchdbbidx(hdb, kbuf, ksiz, &hash); in tchdbaddint() 952 uint64_t bidx = tchdbbidx(hdb, kbuf, ksiz, &hash); in tchdbadddouble() [all …]
|
H A D | ChangeLog | 663 * tchdb.c (tchdbbidx): performance was improved.
|