Home
last modified time | relevance | path

Searched defs:xop (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/libxo/libxo/
H A Dlibxo.c609 xo_init_handle (xo_handle_t *xop) in xo_init_handle()
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()
1999 xo_get_style (xo_handle_t *xop) in xo_get_style()
2466 xo_get_flags (xo_handle_t *xop) in xo_get_flags()
2624 xo_line_close (xo_handle_t *xop) in xo_line_close()
7950 xo_flush_h (xo_handle_t *xop) in xo_flush_h()
7976 xo_finish_h (xo_handle_t *xop) in xo_finish_h()
8232 xo_dump_stack (xo_handle_t *xop) in xo_dump_stack()
[all …]
H A Dxo.h224 xo_emit_hvp (xo_handle_t *xop, const char *fmt, va_list vap) in xo_emit_hvp()
231 xo_emit_hp (xo_handle_t *xop, const char *fmt, ...) in xo_emit_hp()
253 xo_emit_hvfp (xo_handle_t *xop, xo_emit_flags_t flags, in xo_emit_hvfp()
261 xo_emit_hfp (xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt, ...) in xo_emit_hfp()
482 xo_emit_warn_hcvp (xo_handle_t *xop, int as_warning, int code, in xo_emit_warn_hcvp()
490 xo_emit_warn_hcp (xo_handle_t *xop, int code, const char *fmt, ...) in xo_emit_warn_hcp()
H A Dxo_encoder.c289 xo_encoder_init (xo_handle_t *xop, const char *name) in xo_encoder_init()
363 xo_handle_t *xop; in xo_encoder_create() local
377 xo_encoder_handle (xo_handle_t *xop, xo_encoder_op_t op, in xo_encoder_handle()
H A Dxo_syslog.c528 xo_handle_t *xop = xo_create(XO_STYLE_SDPARAMS, 0); in xo_vsyslog() local
/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/encoder/csv/
H A Denc_csv.c182 csv_create (xo_handle_t *xop) in csv_create()
337 csv_emit_record (xo_handle_t *xop, csv_private_t *csv) in csv_emit_record()
575 csv_record_leafs (xo_handle_t *xop, csv_private_t *csv, const char *leafs_raw) in csv_record_leafs()
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()
/f-stack/tools/libxo/xo/
H A Dxo.c95 formatter (xo_handle_t *xop, char *buf, xo_ssize_t bufsiz, in formatter()