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/examples/
gzlog.h
0
/*
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
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 42 milliseconds