Searched refs:copylog (Results 1 – 4 of 4) sorted by relevance
330 bool_t copylog = FALSE; in log_action() local342 copylog = TRUE; in log_action()344 if (open_log(copylog) < 0) { in log_action()473 db::open_log(bool_t copylog) in open_log() argument488 logfile->copylog = copylog; in open_log()558 bool_t copylog = FALSE; in execute_log_entry() local571 copylog = TRUE; in execute_log_entry()579 if (open_log(copylog) < 0) { in execute_log_entry()
107 % bool_t copylog;
80 % int open_log(bool_t copylog);
349 if (mode == PICKLE_READ || (!copylog)) { in open()