Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcumttest.c409 tcmdbput(mdb, buf, len, buf, len); in threadwrite()
495 tcmdbput(mdb, buf, len, buf, len); in threadtypical()
H A Dtcutest.c691 tcmdbput(mdb, buf, len, buf, len); in procmdb()
1672 tcmdbput(mdb, kbuf, ksiz, vbuf, vsiz); in procwicked()
H A Dtcutil.h1480 void tcmdbput(TCMDB *mdb, const void *kbuf, int ksiz, const void *vbuf, int vsiz);
H A Dtcadb.c423 tcmdbput(adb->mdb, kbuf, ksiz, vbuf, vsiz); in tcadbput()
1574 tcmdbput(adb->mdb, kbuf, ksiz, vbuf, vsiz); in tcadbmisc()
1626 tcmdbput(adb->mdb, kbuf, ksiz, vbuf, vsiz); in tcadbmisc()
H A Dtchdb.c4047 tcmdbput(hdb->recc, kbuf, ksiz, "*", 1); in tchdbgetimpl()
4146 tcmdbput(hdb->recc, kbuf, ksiz, "*", 1); in tchdbgetintobuf()
4422 tcmdbput(hdb->recc, kbuf, ksiz, "*", 1); in tchdbvsizimpl()
H A Dtcatest.c1472 tcmdbput(mdb, kbuf, ksiz, vbuf, vsiz); in proccompare()
H A DChangeLog1047 * tcutil.c (tcmdbnew, tcmdbput, tcmdbget): concurrency was improved.
H A Dtcutil.c3716 void tcmdbput(TCMDB *mdb, const void *kbuf, int ksiz, const void *vbuf, int vsiz){ in tcmdbput() function
3729 tcmdbput(mdb, kstr, strlen(kstr), vstr, strlen(vstr)); in tcmdbput2()
/dports/databases/tokyotyrant/tokyotyrant-1.1.41/
H A Dscrext.c1110 tcmdbput(serv->stash, kbuf, ksiz, vbuf, vsiz); in serv_stashput()