Rizin
unix-like reverse engineering framework and cli tools
log Struct Reference

Public Attributes

char id [4]
 
int fd
 
char * path
 
char * end
 
off_t first
 
int back
 
uint stored
 
off_t last
 
ulong ccrc
 
ulong clen
 
ulong tcrc
 
ulong tlen
 
time_t lock
 

Detailed Description

Definition at line 289 of file gzlog.c.

Member Data Documentation

◆ back

int log::back

Definition at line 295 of file gzlog.c.

Referenced by log_compress(), log_head(), log_last(), and log_mark().

◆ ccrc

ulong log::ccrc

Definition at line 298 of file gzlog.c.

Referenced by log_compress(), log_head(), and log_mark().

◆ clen

ulong log::clen

Definition at line 299 of file gzlog.c.

Referenced by log_compress(), log_head(), and log_mark().

◆ end

◆ fd

◆ first

off_t log::first

Definition at line 294 of file gzlog.c.

Referenced by gzlog_compress(), gzlog_write(), log_compress(), log_head(), log_last(), and log_mark().

◆ id

char log::id[4]

◆ last

off_t log::last

◆ lock

time_t log::lock

Definition at line 302 of file gzlog.c.

Referenced by log_check(), log_lock(), log_touch(), and log_unlock().

◆ path

◆ stored

uint log::stored

◆ tcrc

ulong log::tcrc

Definition at line 300 of file gzlog.c.

Referenced by log_append(), log_compress(), log_head(), and log_mark().

◆ tlen

ulong log::tlen

Definition at line 301 of file gzlog.c.

Referenced by log_append(), log_compress(), log_head(), and log_mark().


The documentation for this struct was generated from the following file: