Home
last modified time | relevance | path

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

/f-stack/tools/libxo/libxo/
H A Dxo.h151 xo_handle_t *
154 xo_handle_t *
158 xo_destroy (xo_handle_t *xop);
171 xo_get_style (xo_handle_t *xop);
180 xo_get_flags (xo_handle_t *xop);
303 xo_close_container_hd (xo_handle_t *xop);
330 xo_close_list_hd (xo_handle_t *xop);
357 xo_close_instance_hd (xo_handle_t *xop);
402 xo_flush_h (xo_handle_t *xop);
408 xo_finish_h (xo_handle_t *xop);
[all …]
H A Dxo_encoder.h96 xo_handle_t *xop __attribute__ ((__unused__)), \
134 xo_get_private (xo_handle_t *xop);
140 xo_set_private (xo_handle_t *xop, void *opaque);
143 xo_get_encoder (xo_handle_t *xop);
146 xo_set_encoder (xo_handle_t *xop, xo_encoder_func_t encoder);
149 xo_encoder_init (xo_handle_t *xop, const char *name);
151 xo_handle_t *
155 xo_encoder_handle (xo_handle_t *xop, xo_encoder_op_t op,
168 xo_failure (xo_handle_t *xop, const char *fmt, ...);
H A Dlibxo.c688 static xo_handle_t *
689 xo_default (xo_handle_t *xop) in xo_default()
705 xo_indent (xo_handle_t *xop) in xo_indent()
912 xo_write (xo_handle_t *xop) in xo_write()
1867 xo_handle_t *
1894 xo_handle_t *
1999 xo_get_style (xo_handle_t *xop) in xo_get_style()
4272 xo_arg (xo_handle_t *xop);
4274 xo_arg (xo_handle_t *xop)
7950 xo_flush_h (xo_handle_t *xop) in xo_flush_h()
[all …]
H A Dxo_encoder.c289 xo_encoder_init (xo_handle_t *xop, const char *name) in xo_encoder_init()
360 xo_handle_t *
363 xo_handle_t *xop; in xo_encoder_create()
377 xo_encoder_handle (xo_handle_t *xop, xo_encoder_op_t op, in xo_encoder_handle()
H A Dxo_explicit.h58 xo_explicit_transition (xo_handle_t *xop, xo_state_t new_state,
H A Dxo_syslog.c528 xo_handle_t *xop = xo_create(XO_STYLE_SDPARAMS, 0); in xo_vsyslog()
/f-stack/tools/libxo/encoder/csv/
H A Denc_csv.c164 csv_dbg (xo_handle_t *xop UNUSED, csv_private_t *csv UNUSED, in csv_dbg()
182 csv_create (xo_handle_t *xop) in csv_create()
205 csv_destroy (xo_handle_t *xop UNUSED, csv_private_t *csv) in csv_destroy()
271 csv_quote_flags (xo_handle_t *xop UNUSED, csv_private_t *csv UNUSED, in csv_quote_flags()
337 csv_emit_record (xo_handle_t *xop, csv_private_t *csv) in csv_emit_record()
421 csv_open_level (xo_handle_t *xop UNUSED, csv_private_t *csv, in csv_open_level()
493 csv_leaf_num (xo_handle_t *xop UNUSED, csv_private_t *csv, in csv_leaf_num()
555 csv_leaf_set (xo_handle_t *xop UNUSED, csv_private_t *csv, leaf_t *lp, in csv_leaf_set()
608 csv_record_path (xo_handle_t *xop, csv_private_t *csv, const char *path_raw) in csv_record_path()
664 csv_options (xo_handle_t *xop, csv_private_t *csv, in csv_options()
[all …]
/f-stack/tools/libxo/doc/
H A Dapi.rst61 :rtype: xo_handle_t \*
94 :rtype: xo_handle_t \*
118 :type xop: xo_handle_t *
137 :type xop: xo_handle_t *
182 :type xop: xo_handle_t *
203 :type xop: xo_handle_t \*
222 :type xop: xo_handle_t \*
343 :type xop: xo_handle_t \*
358 :type xop: xo_handle_t \*
673 :type xop: xo_handle_t *
[all …]
/f-stack/tools/libxo/encoder/cbor/
H A Denc_cbor.c167 cbor_append (xo_handle_t *xop, cbor_private_t *cbor, xo_buffer_t *xbp, in cbor_append()
187 cbor_create (xo_handle_t *xop) in cbor_create()
204 cbor_content (xo_handle_t *xop, cbor_private_t *cbor, xo_buffer_t *xbp, in cbor_content()
/f-stack/tools/libxo/xo/
H A Dxo.c81 checkpoint (xo_handle_t *xop UNUSED, va_list vap UNUSED, int restore) in checkpoint()
95 formatter (xo_handle_t *xop, char *buf, xo_ssize_t bufsiz, in formatter()