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

  /src/common/dist/zlib/examples/
gzlog.c 718 local void log_log(struct log *log, int op, char *record) function in typeref:typename:local void
746 log_log(log, op, "start");
755 log_log(log, op, "allocation failure");
760 log_log(log, op, ".add file read failure");
767 log_log(log, op, ".add file read failure");
770 log_log(log, op, "loaded .add file");
773 log_log(log, op, "missing .add file!");
789 log_log(log, op, ret ? "failure" : "complete");
gzlog.c 718 local void log_log(struct log *log, int op, char *record) function in typeref:typename:local void
746 log_log(log, op, "start");
755 log_log(log, op, "allocation failure");
760 log_log(log, op, ".add file read failure");
767 log_log(log, op, ".add file read failure");
770 log_log(log, op, "loaded .add file");
773 log_log(log, op, "missing .add file!");
789 log_log(log, op, ret ? "failure" : "complete");

Completed in 104 milliseconds