Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dxo_syslog.c168 xo_send_syslog (char *full_msg, char *v0_hdr, in xo_send_syslog() argument
172 xo_syslog_send(full_msg, v0_hdr, text_only); in xo_send_syslog()
180 if (v0_hdr) { in xo_send_syslog()
185 v->iov_base = v0_hdr; in xo_send_syslog()
186 v->iov_len = strlen(v0_hdr); in xo_send_syslog()
495 char *v0_hdr = NULL; in xo_vsyslog() local
560 v0_hdr = alloca(2048); in xo_vsyslog()
561 tp = v0_hdr; in xo_vsyslog()
562 ep = v0_hdr + 2048; in xo_vsyslog()
693 xo_send_syslog(xb.xb_bufp, v0_hdr, xb.xb_bufp + start_of_msg); in xo_vsyslog()
H A Dxo.h667 const char *v0_hdr, const char *text_only);
/freebsd/contrib/libxo/tests/core/
H A Dtest_11.c36 test_syslog_send (const char *full_msg, const char *v0_hdr, in test_syslog_send() argument
39 printf("{{%s}}\n{{%s}}\n{{%s}}\n\n", full_msg, v0_hdr, text_only); in test_syslog_send()