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

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

Completed in 101 milliseconds