Home
last modified time | relevance | path

Searched defs:walfd (Results 1 – 4 of 4) sorted by relevance

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcfdb.h69 int walfd; /* file descriptor of write ahead logging */ member
H A Dtchdb.h90 int walfd; /* file descriptor of write ahead logging */ member
H A Dtcfdb.c948 int walfd = open(tpath, O_RDWR | O_CREAT | O_TRUNC, FDBFILEMODE); in tcfdbtranbegin() local
1600 int walfd = open(tpath, O_RDONLY, FDBFILEMODE); in tcfdbwalrestore() local
H A Dtchdb.c1127 int walfd = open(tpath, O_RDWR | O_CREAT | O_TRUNC, HDBFILEMODE); in tchdbtranbegin() local
3188 int walfd = open(tpath, O_RDONLY, HDBFILEMODE); in tchdbwalrestore() local