Home | History | Annotate | Download | only in examples

Lines Matching refs:gzlog

2  * gzlog.c
4 * For conditions of distribution and use, see copyright notice in gzlog.h
9 gzlog provides a mechanism for frequently appending short strings to a gzip
15 gzlog also provides protection against interruptions in the process due to
22 gzlog maintains another auxiliary file with the last 32K of data from the
239 #include "gzlog.h" /* header for external access */
305 /* gzip header for gzlog */
864 /* See gzlog.h for the description of the external methods below */
865 gzlog *gzlog_open(char *path)
908 int gzlog_compress(gzlog *logd)
995 int gzlog_write(gzlog *logd, void *data, size_t len)
1042 int gzlog_close(gzlog *logd)