Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcumttest.c500 tcndbputkeep(ndb, buf, len, buf, len); in threadtypical()
H A Dtcutest.c752 tcndbputkeep(ndb, buf, len, buf, len); in procndb()
1683 tcndbputkeep(ndb, kbuf, ksiz, vbuf, vsiz); in procwicked()
H A Dtcutil.h1856 bool tcndbputkeep(TCNDB *ndb, const void *kbuf, int ksiz, const void *vbuf, int vsiz);
H A Dtcatest.c1488 tcndbputkeep(ndb, kbuf, ksiz, vbuf, vsiz); in proccompare()
H A Dtcadb.c500 if(tcndbputkeep(adb->ndb, kbuf, ksiz, vbuf, vsiz)){ in tcadbputkeep()
1779 if(!tcndbputkeep(adb->ndb, kbuf, ksiz, vbuf, vsiz)) err = true; in tcadbmisc()
H A Dtcutil.c4182 bool tcndbputkeep(TCNDB *ndb, const void *kbuf, int ksiz, const void *vbuf, int vsiz){ in tcndbputkeep() function
4194 return tcndbputkeep(ndb, kstr, strlen(kstr), vstr, strlen(vstr)); in tcndbputkeep2()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dtokyocabinet.vapi422 [CCode (cname = "tcndbputkeep")]