Searched refs:LOG_CURSOR_INIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/nvi/common/
H A Dlog.h13 #define LOG_CURSOR_INIT 1 macro
H A Dlog.c35 * LOG_CURSOR_INIT MARK
51 * roll-back, is simple. Each set of changes has a LOG_CURSOR_INIT record,
56 * first LOG_CURSOR_INIT record before a change. Roll-forward is done in a
211 type == LOG_CURSOR_INIT ? "log_cursor_init" : "log_cursor_end",
252 if (log_cursor1(sp, LOG_CURSOR_INIT))
343 if (log_cursor1(sp, LOG_CURSOR_INIT))
412 case LOG_CURSOR_INIT:
511 case LOG_CURSOR_INIT:
608 case LOG_CURSOR_INIT:
688 case LOG_CURSOR_INIT
[all...]

Completed in 52 milliseconds