Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/recno/
H A Drec_open.c69 if (openinfo->flags & ~(R_FIXEDLEN | R_NOKEY | R_SNAPSHOT)) in __rec_open()
199 if (openinfo && openinfo->flags & R_SNAPSHOT && in __rec_open()
/freebsd/include/
H A Ddb.h144 #define R_SNAPSHOT 0x04 /* snapshot the input */ macro
/freebsd/contrib/nvi/common/
H A Dexf.c245 oinfo.flags = F_ISSET(sp->gp, G_SNAPSHOT) ? R_SNAPSHOT : 0; in file_init()