Handbook
Glossary
tcrdbext ( rdb name opts kbuf ksiz vbuf vsiz sp -- void* )
Vocabulary
tokyo
.
alien
.
tcrdb
Inputs
rdb
an
object
name
an
object
opts
an
object
kbuf
an
object
ksiz
an
object
vbuf
an
object
vsiz
an
object
sp
an
object
Outputs
void*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
tokyo.alien.tcrdb
LIBRARY:
tokyotyrant
FUNCTION:
void*
tcrdbext
( TCRDB* rdb,
c-string
name,
int
opts, void* kbuf,
int
ksiz,
void* vbuf,
int
vsiz, int* sp )