Searched defs:log_log (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzlog.c718 local void log_log(struct log *log, int op, char *record) function
746 log_log(log, op, "start");
754 log_log(log, op, "allocation failure");
758 log_log(log, op, ".add file read failure");
764 log_log(log, op, ".add file read failure");
767 log_log(log, op, "loaded .add file");
770 log_log(log, op, "missing .add file!");
786 log_log(log, op, ret ? "failure" : "complete");

Completed in 1137 milliseconds