OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gzlog
(Results
1 - 2
of
2
) sorted by null
/external/zlib/src/examples/
gzlog.h
0
/*
gzlog
.h
35
The
gzlog
object allows writing short messages to a gzipped log file,
43
The
gzlog
operations can be interupted at any point due to an application or
51
/*
gzlog
object type */
52
typedef void
gzlog
;
typedef
54
/* Open a
gzlog
object, creating the log file if it does not exist. Return
64
interrupted
gzlog
operations. A gzlog_open() followed by a gzlog_close()
66
gzlog
*gzlog_open(char *path);
68
/* Write to a
gzlog
object. Return zero on success, -1 if there is a file i/o
69
error on any of the
gzlog
files (this should not happen if gzlog_open(
[
all
...]
gzlog.c
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
*/
[
all
...]
Completed in 54 milliseconds