Searched refs:log_log (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/libz-sys/src/zlib/examples/ |
D | gzlog.c | 718 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()
|