Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtchdb.h114 HDBFFATAL = 1 << 1 /* whether with fatal error */ enumerator
H A Dtcbdb.h83 BDBFFATAL = HDBFFATAL /* whether with fatal error */
H A Dtctdb.h65 TDBFFATAL = HDBFFATAL /* whether with fatal error */
H A Dtchmgr.c555 if(flags & HDBFFATAL) printf(" fatal"); in procinform()
H A Dtcadb.c2197 if(flags & HDBFFATAL) tclistprintf(rv, "fatal"); in tcadbmisc()
H A Dtchdb.c1275 if(hdb->fd >= 0 && (hdb->omode & HDBOWRITER)) tchdbsetflag(hdb, HDBFFATAL, true); in tchdbsetecode()