Home
last modified time | relevance | path

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

/libevent-2.1.12/test/
H A Dregress_util.c538 static char *logmsg = NULL; variable
546 if (logmsg) in logfn()
547 free(logmsg); in logfn()
548 logmsg = strdup(msg); in logfn()
558 !logmsg || in fatalfn()
624 if (logmsg) free(logmsg); \ in test_evutil_log()
625 logmsg = NULL; \ in test_evutil_log()
630 tt_str_op(logmsg,==,msg); \ in test_evutil_log()
656 tt_ptr_op(logmsg,==,NULL); in test_evutil_log()
699 if (logmsg) in test_evutil_log()
[all …]