Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcfdb.c1011 tcfdbsetecode(fdb, TCESEEK, __FILE__, __LINE__, __func__); in tcfdbtranabort()
1531 tcfdbsetecode(fdb, TCESEEK, __FILE__, __LINE__, __func__); in tcfdbwalinit()
1677 tcfdbsetecode(fdb, TCESEEK, __FILE__, __LINE__, __func__); in tcfdbwalrestore()
1791 tcfdbsetecode(fdb, TCESEEK, __FILE__, __LINE__, __func__); in tcfdbopenimpl()
1804 tcfdbsetecode(fdb, TCESEEK, __FILE__, __LINE__, __func__); in tcfdbopenimpl()
H A Dtchdb.c1192 tchdbsetecode(hdb, TCESEEK, __FILE__, __LINE__, __func__); in tchdbtranabort()
3116 tchdbsetecode(hdb, TCESEEK, __FILE__, __LINE__, __func__); in tchdbwalinit()
3267 tchdbsetecode(hdb, TCESEEK, __FILE__, __LINE__, __func__); in tchdbwalrestore()
3403 tchdbsetecode(hdb, TCESEEK, __FILE__, __LINE__, __func__); in tchdbopenimpl()
3416 tchdbsetecode(hdb, TCESEEK, __FILE__, __LINE__, __func__); in tchdbopenimpl()
H A Dtcutil.h3705 TCESEEK, /* seek error */ enumerator
H A Dtcutil.c9551 case TCESEEK: return "seek error"; in tcerrmsg()