Home
last modified time | relevance | path

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

/NextBSD/contrib/libxo/libxo/
HDlibxo.c254 xo_style_t xo_style; /* XO_STYLE_* value */ member
479 xo_style (xo_handle_t *xop UNUSED) in xo_style() function
484 return xop->xo_style; in xo_style()
899 switch (xo_style(xop)) { in xo_buf_escape()
1469 switch (xo_style(xop)) { in xo_message_hcv()
1651 xop->xo_style = style; in xo_create()
1654 xop->xo_style = style; /* Reset style (see LIBXO_OPTIONS) */ in xo_create()
1724 xop->xo_style = style; in xo_set_style()
1731 return xo_style(xop); in xo_get_style()
1759 if (xo_style(xop) == XO_STYLE_JSON in xo_style_is_encoding()
[all …]