Searched defs:__log (Results 1 – 3 of 3) sorted by relevance
143 struct __log { struct144 RLAYOUT rlayout; /* General region information. */146 LOGP persist; /* Persistent information. */154 DB_LSN lsn; /* LSN at current file offset. */160 DB_LSN s_lsn; /* LSN of the last sync. */162 u_int32_t len; /* Length of the last record. */164 u_int32_t w_off; /* Current write offset in the file. */166 DB_LSN chkpt_lsn; /* LSN of the last checkpoint. */167 time_t chkpt; /* Time of the last checkpoint. */169 DB_LOG_STAT stat; /* Log statistics. */[all …]
29 #pragma weak __log = log macro
282 __log(double x) { in __log() function