Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/common/
H A Dexf.h17 struct _exf { struct
19 int refcnt; /* Reference count. */
23 DB_ENV *env; /* The DB environment. */
24 char *env_path; /* DB environment directory. */
25 DB *db; /* File db structure. */
26 db_recno_t c_nlines; /* Cached lines in the file. */
28 DB *log; /* Log db structure. */
29 db_recno_t l_high; /* Log last + 1 record number. */
30 db_recno_t l_cur; /* Log current record number. */
32 DB_LSN lsn_first;
[all …]