Home
last modified time | relevance | path

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

/openbsd/usr.sbin/syslogd/
H A Dsyslogd.c160 struct tls *f_ctx; member
1454 if (f->f_un.f_forw.f_ctx) { in tcp_errorcb()
1455 tls_close(f->f_un.f_forw.f_ctx); in tcp_errorcb()
1456 tls_free(f->f_un.f_forw.f_ctx); in tcp_errorcb()
1457 f->f_un.f_forw.f_ctx = NULL; in tcp_errorcb()
1543 f->f_un.f_forw.f_ctx, s); in tcp_connectcb()
1550 if (f->f_un.f_forw.f_ctx) { in tcp_connectcb()
1551 tls_free(f->f_un.f_forw.f_ctx); in tcp_connectcb()
1552 f->f_un.f_forw.f_ctx = NULL; in tcp_connectcb()
2447 if (f->f_un.f_forw.f_ctx) { in init()
[all …]