Lines Matching refs:xop
528 xo_handle_t *xop = xo_create(XO_STYLE_SDPARAMS, 0); in xo_vsyslog() local
529 if (xop == NULL) { in xo_vsyslog()
539 xo_set_writer(xop, &xb, xo_syslog_handle_write, xo_syslog_handle_close, in xo_vsyslog()
656 xo_emit_hv(xop, fmt, ap); in xo_vsyslog()
657 xo_flush_h(xop); in xo_vsyslog()
679 xo_set_style(xop, XO_STYLE_TEXT); in xo_vsyslog()
680 xo_set_flags(xop, XOF_UTF8); in xo_vsyslog()
683 xo_emit_hv(xop, fmt, ap); in xo_vsyslog()
684 xo_flush_h(xop); in xo_vsyslog()
690 if (xo_get_flags(xop) & XOF_LOG_SYSLOG) in xo_vsyslog()
695 xo_destroy(xop); in xo_vsyslog()