Home
last modified time | relevance | path

Searched refs:copylog (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libnisdb/
H A Ddb.cc330 bool_t copylog = FALSE; in log_action() local
342 copylog = TRUE; in log_action()
344 if (open_log(copylog) < 0) { in log_action()
473 db::open_log(bool_t copylog) in open_log() argument
488 logfile->copylog = copylog; in open_log()
558 bool_t copylog = FALSE; in execute_log_entry() local
571 copylog = TRUE; in execute_log_entry()
579 if (open_log(copylog) < 0) { in execute_log_entry()
H A Ddb_log_c.x107 % bool_t copylog;
H A Ddb_c.x80 % int open_log(bool_t copylog);
H A Ddb_log.cc349 if (mode == PICKLE_READ || (!copylog)) { in open()