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

/netbsd-current/external/bsd/nvi/dist/common/
H A Dlog.h14 #define LOG_CURSOR_INIT 2 macro
H A Dlog4.c40 * LOG_CURSOR_INIT MARK
57 * roll-back, is simple. Each set of changes has a LOG_CURSOR_INIT record,
62 * first LOG_CURSOR_INIT record before a change. Roll-forward is done in a
207 if (type == LOG_CURSOR_INIT &&
212 if (type == LOG_CURSOR_INIT &&
231 type == LOG_CURSOR_INIT ? "log_cursor_init" : "log_cursor_end",
273 if (log_cursor1(sp, LOG_CURSOR_INIT))
344 if (log_cursor1(sp, LOG_CURSOR_INIT))
H A Dlog.c41 * LOG_CURSOR_INIT MARK
58 * roll-back, is simple. Each set of changes has a LOG_CURSOR_INIT record,
63 * first LOG_CURSOR_INIT record before a change. Roll-forward is done in a
206 if (type == LOG_CURSOR_INIT &&
226 type == LOG_CURSOR_INIT ? "log_cursor_init" : "log_cursor_end",
268 if (log_cursor1(sp, LOG_CURSOR_INIT))
375 if (log_cursor1(sp, LOG_CURSOR_INIT))
486 case LOG_CURSOR_INIT:
592 case LOG_CURSOR_INIT:
695 case LOG_CURSOR_INIT
[all...]
H A Dlog1.c41 * LOG_CURSOR_INIT MARK
58 * roll-back, is simple. Each set of changes has a LOG_CURSOR_INIT record,
63 * first LOG_CURSOR_INIT record before a change. Roll-forward is done in a
205 if (type == LOG_CURSOR_INIT &&
225 type == LOG_CURSOR_INIT ? "log_cursor_init" : "log_cursor_end",
267 if (log_cursor1(sp, LOG_CURSOR_INIT))
374 if (log_cursor1(sp, LOG_CURSOR_INIT))
451 case LOG_CURSOR_INIT:
560 case LOG_CURSOR_INIT:
665 case LOG_CURSOR_INIT
[all...]
H A Dvi_rec.c78 (argp->opcode == LOG_CURSOR_INIT && sp->ep->l_cur == 1))
83 (DB_UNDO(op) ? LOG_CURSOR_INIT : LOG_CURSOR_END)

Completed in 187 milliseconds