
Go to the source code of this file.
Typedefs | |
| typedef void | gzlog |
Functions | |
| int | gzlog_close (gzlog *log) |
| int | gzlog_compress (gzlog *log) |
| gzlog * | gzlog_open (char *path) |
| int | gzlog_write (gzlog *log, void *data, size_t len) |
| typedef void gzlog |
Definition at line 52 of file bloaty/third_party/zlib/examples/gzlog.h.
Definition at line 1042 of file bloaty/third_party/zlib/examples/gzlog.c.
Definition at line 908 of file bloaty/third_party/zlib/examples/gzlog.c.
| gzlog* gzlog_open | ( | char * | path | ) |
Definition at line 865 of file bloaty/third_party/zlib/examples/gzlog.c.
Definition at line 995 of file bloaty/third_party/zlib/examples/gzlog.c.