Lines Matching refs:xop
66 xo_handle_t *xop = xo_create(XO_STYLE_JSON, XOF_WARN | XOF_PRETTY);
68 xo_emit_h(xop, "testing\n");
105 void xo_set_writer (xo_handle_t *xop, void *opaque, \
117 :param xop: Handle to modify (or NULL for default handle)
118 :type xop: xo_handle_t *
131 .. c:function:: xo_style_t xo_get_style(xo_handle_t *xop)
136 :param xop: Handle to interrogate (or NULL for default handle)
137 :type xop: xo_handle_t *
175 .. c:function:: void xo_set_style(xo_handle_t *xop, xo_style_t style)
181 :param xop: Handle to modify
182 :type xop: xo_handle_t *
196 .. c:function:: int xo_set_style_name (xo_handle_t *xop, const char *style)
202 :param xop: Handle for modify (or NULL for default handle)
203 :type xop: xo_handle_t \*
219 .. c:function:: void xo_set_flags(xo_handle_t *xop, xo_xof_flags_t flags)
221 :param xop: Handle for modify (or NULL for default handle)
222 :type xop: xo_handle_t \*
340 .. c:function:: void xo_clear_flags (xo_handle_t *xop, xo_xof_flags_t flags)
342 :param xop: Handle for modify (or NULL for default handle)
343 :type xop: xo_handle_t \*
355 .. c:function:: int xo_set_options (xo_handle_t *xop, const char *input)
357 :param xop: Handle for modify (or NULL for default handle)
358 :type xop: xo_handle_t \*
374 .. c:function:: void xo_destroy(xo_handle_t *xop)
376 :param xop: Handle for modify (or NULL for default handle)
377 :type xop: xo_handle_t \*
408 .. c:function:: xo_ssize_t xo_emit_h (xo_handle_t *xop, const char *fmt, ...)
410 :param xop: Handle for modify (or NULL for default handle)
411 :type xop: xo_handle_t \*
416 .. c:function:: xo_ssize_t xo_emit_hv (xo_handle_t *xop, const char *fmt, va_list vap)
418 :param xop: Handle for modify (or NULL for default handle)
419 :type xop: xo_handle_t \*
479 .. c:function:: xo_ssize_t xo_emit_field_h (xo_handle_t *xop, const char *rolmod, const char *conte…
481 :param xop: Handle for modify (or NULL for default handle)
482 :type xop: xo_handle_t \*
494 .. c:function:: xo_ssize_t xo_emit_field_hv (xo_handle_t *xop, const char *rolmod, const char *cont…
496 :param xop: Handle for modify (or NULL for default handle)
497 :type xop: xo_handle_t \*
551 .. c:function:: xo_ssize_t xo_attr_h (xo_handle_t *xop, const char *name, const char *fmt, ...)
553 :param xop: Handle for modify (or NULL for default handle)
554 :type xop: xo_handle_t \*
559 .. c:function:: xo_ssize_t xo_attr_hv (xo_handle_t *xop, const char *name, const char *fmt, va_list…
583 .. c:function:: xo_ssize_t xo_flush_h (xo_handle_t *xop)
585 :param xop: Handle for flush (or NULL for default handle)
586 :type xop: xo_handle_t \*
613 .. c:function:: xo_ssize_t xo_finish_h (xo_handle_t *xop)
615 :param xop: Handle for finish (or NULL for default handle)
616 :type xop: xo_handle_t \*
693 .. c:function:: xo_ssize_t xo_open_container_h (xo_handle_t *xop, const char *name)
695 :param xop: Handle to use (or NULL for default handle)
696 :type xop: xo_handle_t *
707 .. c:function:: xo_ssize_t xo_close_container_h (xo_handle_t *xop, const char *name)
709 :param xop: Handle to use (or NULL for default handle)
710 :type xop: xo_handle_t *
792 .. c:function:: xo_ssize_t xo_open_list_h (xo_handle_t *xop, const char *name)
794 :param xop: Handle to use (or NULL for default handle)
795 :type xop: xo_handle_t *
809 .. c:function:: xo_ssize_t xo_close_list_h (xo_handle_t *xop, const char *name)
811 :param xop: Handle to use (or NULL for default handle)
812 :type xop: xo_handle_t *
828 .. c:function:: xo_ssize_t xo_open_instance_h (xo_handle_t *xop, const char *name)
830 :param xop: Handle to use (or NULL for default handle)
831 :type xop: xo_handle_t *
847 .. c:function:: xo_ssize_t xo_close_instance_h (xo_handle_t *xop, const char *name)
849 :param xop: Handle to use (or NULL for default handle)
850 :type xop: xo_handle_t *
934 :param xop: Handle to use (or NULL for default handle)
935 :type xop: xo_handle_t *
952 :param xop: Handle to use (or NULL for default handle)
953 :type xop: xo_handle_t *
1063 .. c:function:: void xo_set_version_h (xo_handle_t *xop, const char *version)
1065 :param xop: Handle to use (or NULL for default handle)
1066 :type xop: xo_handle_t *
1096 void xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count);
1126 .. c:function:: void xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count)
1128 :param xop: Handle to use (or NULL for default handle)
1129 :type xop: xo_handle_t *
1206 void xo_warn_hc (xo_handle_t *xop, int code,
1216 void xo_message_hc (xo_handle_t *xop, int code,
1218 void xo_message_hcv (xo_handle_t *xop, int code,
1245 .. c:function:: void xo_error_h (xo_handle_t *xop, const char *fmt, ...)
1247 :param xop: libxo handle pointer
1248 :type xop: xo_handle_t *
1253 .. c:function:: void xo_error_hv (xo_handle_t *xop, const char *fmt, va_list vap)
1255 :param xop: libxo handle pointer
1256 :type xop: xo_handle_t *
1260 :type xop: va_list
1269 .. c:function:: void xo_errorn_h (xo_handle_t *xop, const char *fmt, ...)
1271 :param xop: libxo handle pointer
1272 :type xop: xo_handle_t *
1277 .. c:function:: void xo_errorn_hv (xo_handle_t *xop, int need_newline, const char *fmt, va_list vap)
1279 :param xop: libxo handle pointer
1280 :type xop: xo_handle_t *
1286 :type xop: va_list
1651 - xop is a pointer to the opaque `xo_handle_t` structure