HomeSort by: relevance | last modified time | path
    Searched defs:gzlog (Results 1 - 1 of 1) sorted by relevancy

  /src/common/dist/zlib/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 interrupted at any point due to an application or
51 /* gzlog object type */
52 typedef void gzlog; typedef in typeref:typename:void
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...]

Completed in 12 milliseconds