Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtchdb.h551 bool tchdbtrancommit(TCHDB *hdb);
H A Dtchtest.c1507 if(!tchdbtrancommit(hdb)){ in procmisc()
1985 if(!tchdbtrancommit(hdb)){ in procwicked()
H A Dtcatest.c1637 if(!tchdbtrancommit(hdb)){ in proccompare()
H A Dtchmttest.c1484 if(!tchdbtrancommit(hdb)){ in threadwicked()
H A DChangeLog617 * tchdb.c (tchdbtranbegin, tchdbtrancommit, tchdbtranabort): new functions.
H A Dtcadb.c1368 if(!tchdbtrancommit(adb->hdb)) err = true; in tcadbtrancommit()
H A Dtcbdb.c865 } else if(!tchdbtrancommit(bdb->hdb)){ in tcbdbtrancommit()
H A Dtchdb.c1156 bool tchdbtrancommit(TCHDB *hdb){ in tchdbtrancommit() function
H A Dtctdb.c2522 if(!tchdbtrancommit(tdb->hdb)) err = true; in tctdbtrancommitimpl()
/dports/databases/p5-TokyoCabinet/tokyocabinet-perl-1.34/
H A DTokyoCabinet.xs654 RETVAL = tchdbtrancommit(hdb);