Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtchdb.h192 bool tchdbtune(TCHDB *hdb, int64_t bnum, int8_t apow, int8_t fpow, uint8_t opts);
H A Dtchmttest.c643 if(!tchdbtune(hdb, bnum, apow, fpow, opts)){ in procwrite()
889 if(!tchdbtune(hdb, rnum / 50, 2, -1, opts)){ in procwicked()
1021 if(!tchdbtune(hdb, bnum, apow, fpow, opts)){ in proctypical()
1107 if(!tchdbtune(hdb, bnum, apow, fpow, opts)){ in procrace()
H A Dtchtest.c591 if(!tchdbtune(hdb, bnum, apow, fpow, opts)){ in procwrite()
807 if(!tchdbtune(hdb, bnum, apow, fpow, opts)){ in procrcat()
957 if(!tchdbtune(hdb, rnum / 50, 2, -1, opts)){ in procmisc()
1718 if(!tchdbtune(hdb, rnum / 50, 2, -1, opts)){ in procwicked()
H A Dtchmgr.c510 if(!tchdbtune(hdb, bnum, apow, fpow, opts)){ in proccreate()
H A Dtcatest.c1315 if(!tchdbtune(hdb, rnum / 2, -1, -1, hopts)){ in proccompare()
H A Dtctdb.c185 tchdbtune(tdb->hdb, TDBDEFBNUM, TDBDEFAPOW, TDBDEFFPOW, 0); in tctdbnew()
248 return tchdbtune(tdb->hdb, bnum, apow, fpow, hopts); in tctdbtune()
2318 tchdbtune(thdb, bnum, apow, fpow, hopts); in tctdboptimizeimpl()
H A Dtcbdb.c182 tchdbtune(bdb->hdb, BDBDEFBNUM, BDBDEFAPOW, BDBDEFFPOW, 0); in tcbdbnew()
268 return tchdbtune(bdb->hdb, bnum, apow, fpow, hopts); in tcbdbtune()
H A Dtchdb.c297 bool tchdbtune(TCHDB *hdb, int64_t bnum, int8_t apow, int8_t fpow, uint8_t opts){ in tchdbtune() function
4539 tchdbtune(thdb, bnum, apow, fpow, opts); in tchdboptimizeimpl()
H A Dtcadb.c243 tchdbtune(hdb, bnum, apow, fpow, opts); in tcadbopen()
/dports/textproc/tokyodystopia/tokyodystopia-0.9.15/
H A Ddystopia.c810 if(!tchdbtune(txdb, 1, 0, 0, 0)) return false; in tcidbopenimpl()
812 if(!tchdbtune(txdb, bnum, IDBTXAPOW, IDBTXFPOW, hopts)) return false; in tcidbopenimpl()
H A Dlaputa.c825 if(!tchdbtune(txdb, 1, 0, 0, 0)) return false; in tcjdbopenimpl()
827 if(!tchdbtune(txdb, bnum, JDBTXAPOW, JDBTXFPOW, hopts)) return false; in tcjdbopenimpl()
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/bros/
H A Dtctest.c336 tchdbtune(hdb, rnum * 3, 0, 0, 0); in dowrite()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dtokyocabinet.vapi543 [CCode (cname = "tchdbtune")]
/dports/databases/p5-TokyoCabinet/tokyocabinet-perl-1.34/
H A DTokyoCabinet.xs344 RETVAL = tchdbtune(hdb, bnum, apow, fpow, opts);