Searched refs:gzlog (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzlog.h0 /* gzlog.h
33 The gzlog object allows writing short messages to a gzipped log file,
41 The gzlog operations can be interupted at any point due to an application or
49 /* gzlog object type */
50 typedef void gzlog; typedef
52 /* Open a gzlog object, creating the log file if it does not exist. Return
62 interrupted gzlog operations. A gzlog_open() followed by a gzlog_close()
64 gzlog *gzlog_open(char *path);
66 /* Write to a gzlog object. Return zero on success, -1 if there is a file i/o
67 error on any of the gzlog file
[all...]
H A Dgzlog.c2 * 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 */
863 /* See gzlog.h for the description of the external methods below */
864 gzlog *gzlog_open(char *path)
907 int gzlog_compress(gzlog *log
[all...]

Completed in 401 milliseconds