Handbook
Glossary
tcadbputkeep ( adb kbuf ksiz vbuf vsiz -- bool )
Vocabulary
tokyo
.
alien
.
tcadb
Inputs
adb
an
object
kbuf
an
object
ksiz
an
object
vbuf
an
object
vsiz
an
object
Outputs
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
tokyo.alien.tcadb
LIBRARY:
tokyocabinet
FUNCTION:
bool
tcadbputkeep
( TCADB* adb, void* kbuf,
int
ksiz, void* vbuf,
int
vsiz )