Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Typedefs | |
typedef void | gzlog |
Functions | |
gzlog * | gzlog_open (char *path) |
int | gzlog_write (gzlog *log, void *data, size_t len) |
int | gzlog_compress (gzlog *log) |
int | gzlog_close (gzlog *log) |
Definition at line 1044 of file gzlog.c.
References free(), log::id, log_close(), LOGID, NULL, and log::path.
Definition at line 910 of file gzlog.c.
References BAIL, close, COMPRESS_OP, DICT, log::end, fd, log::fd, log::first, free(), log::id, log::last, len, log_check(), log_compress(), log_mark(), log_open(), log_touch(), LOGID, lseek, malloc(), NULL, O_CREAT, O_TRUNC, O_WRONLY, log::path, PULL2, read(), SEEK_CUR, SEEK_SET, log::stored, and write.
Referenced by gzlog_write().
gzlog* gzlog_open | ( | char * | path | ) |
Definition at line 867 of file gzlog.c.
References log::end, log::fd, free(), log::id, test-lz4-list::log(), log_open(), LOGID, malloc(), n, NULL, path, and log::path.
Definition at line 997 of file gzlog.c.
References APPEND_OP, BAIL, close, log::end, fd, log::first, gzlog_compress(), log::id, log::last, len, log_append(), log_check(), log_mark(), log_open(), log_touch(), LOGID, NULL, O_CREAT, O_TRUNC, O_WRONLY, log::path, log::stored, TRIGGER, and write.