Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtchdb.c1190 char hbuf[HDBHEADSIZ]; in tchdbtranabort()
1194 } else if(!tcread(hdb->fd, hbuf, HDBHEADSIZ)){ in tchdbtranabort()
1328 char hbuf[HDBHEADSIZ]; in tchdbmemsync()
1990 memset(hbuf, 0, HDBHEADSIZ); in tchdbdumpmeta()
3200 if(walsiz >= sizeof(walsiz) + HDBHEADSIZ){ in tchdbwalrestore()
3369 char hbuf[HDBHEADSIZ]; in tchdbopenimpl()
3382 if(!tcwrite(fd, hbuf, HDBHEADSIZ)) err = true; in tchdbopenimpl()
3385 uint64_t psiz = hdb->fsiz - HDBHEADSIZ; in tchdbopenimpl()
3407 if(!tcread(fd, hbuf, HDBHEADSIZ)){ in tchdbopenimpl()
3420 if(!tcread(fd, hbuf, HDBHEADSIZ)){ in tchdbopenimpl()
[all …]