Searched refs:xo_encoder_handle (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/libxo/libxo/ |
| H A D | xo_encoder.c | 343 int rc = xo_encoder_handle(xop, XO_OP_CREATE, name, NULL, 0); in xo_encoder_init() 349 rc = xo_encoder_handle(xop, op, name, opts, 0); in xo_encoder_init() 377 xo_encoder_handle (xo_handle_t *xop, xo_encoder_op_t op, in xo_encoder_handle() function
|
| H A D | xo_encoder.h | 155 xo_encoder_handle (xo_handle_t *xop, xo_encoder_op_t op,
|
| H A D | libxo.c | 4620 xo_encoder_handle(xop, quote ? XO_OP_STRING : XO_OP_CONTENT, in xo_format_value() 6799 rc = xo_encoder_handle(xop, XO_OP_ATTRIBUTE, in xo_attr_hv() 7084 rc = xo_encoder_handle(xop, XO_OP_CLOSE_CONTAINER, name, NULL, 0); in xo_do_close_container() 7150 rc = xo_encoder_handle(xop, XO_OP_OPEN_LIST, name, NULL, flags); in xo_do_open_list() 7225 rc = xo_encoder_handle(xop, XO_OP_CLOSE_LIST, name, NULL, 0); in xo_do_close_list() 7343 rc = xo_encoder_handle(xop, XO_OP_CLOSE_LEAF_LIST, name, NULL, 0); in xo_do_close_leaf_list() 7401 rc = xo_encoder_handle(xop, XO_OP_OPEN_INSTANCE, name, NULL, flags); in xo_do_open_instance() 7491 rc = xo_encoder_handle(xop, XO_OP_CLOSE_INSTANCE, name, NULL, 0); in xo_do_close_instance() 7958 xo_encoder_handle(xop, XO_OP_FLUSH, NULL, NULL, 0); in xo_flush_h() 8002 xo_encoder_handle(xop, XO_OP_FINISH, NULL, NULL, 0); in xo_finish_h() [all …]
|