Home
last modified time | relevance | path

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

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/logmsg/
H A Dlogmsg.c126 LogMessage *logmsg_current; variable
142 #define logmsg_current __tls_deref(logmsg_current) macro
1665 g_assert(logmsg_current == NULL); in log_msg_refcache_start_producer()
1667 logmsg_current = self; in log_msg_refcache_start_producer()
1703 g_assert(logmsg_current == NULL); in log_msg_refcache_start_consumer()
1705 logmsg_current = self; in log_msg_refcache_start_consumer()
1774 log_msg_ref(logmsg_current); in log_msg_refcache_stop()
1801 logmsg_current->ack_func(logmsg_current, ack_type_cumulated); in log_msg_refcache_stop()
1810 log_msg_unref(logmsg_current); in log_msg_refcache_stop()
1816 log_msg_free(logmsg_current); in log_msg_refcache_stop()
[all …]