Home
last modified time | relevance | path

Searched refs:log_log (Results 1 – 1 of 1) sorted by relevance

/external/zlib/src/examples/
Dgzlog.c718 local void log_log(struct log *log, int op, char *record) in log_log() function
746 log_log(log, op, "start"); in log_recover()
755 log_log(log, op, "allocation failure"); in log_recover()
759 log_log(log, op, ".add file read failure"); in log_recover()
765 log_log(log, op, ".add file read failure"); in log_recover()
768 log_log(log, op, "loaded .add file"); in log_recover()
771 log_log(log, op, "missing .add file!"); in log_recover()
787 log_log(log, op, ret ? "failure" : "complete"); in log_recover()