Searched refs:logmsg (Results 1 – 1 of 1) sorted by relevance
538 static char *logmsg = NULL; variable546 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 …]