Searched refs:xo_encoder_handle (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/libxo/libxo/ |
| H A D | xo_encoder.c | 370 int rc = xo_encoder_handle(xop, XO_OP_CREATE, name, NULL, 0); in xo_encoder_init() 376 rc = xo_encoder_handle(xop, op, name, opts, 0); in xo_encoder_init() 404 xo_encoder_handle (xo_handle_t *xop, xo_encoder_op_t op, in xo_encoder_handle() function
|
| H A D | xo_encoder.h | 159 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() 7003 rc = xo_encoder_handle(xop, XO_OP_OPEN_CONTAINER, name, NULL, flags); in xo_do_open_container() 7097 rc = xo_encoder_handle(xop, XO_OP_CLOSE_CONTAINER, name, NULL, 0); in xo_do_close_container() 7176 rc = xo_encoder_handle(xop, XO_OP_OPEN_LIST, name, NULL, flags); in xo_do_open_list() 7251 rc = xo_encoder_handle(xop, XO_OP_CLOSE_LIST, name, NULL, 0); in xo_do_close_list() 7325 rc = xo_encoder_handle(xop, XO_OP_OPEN_LEAF_LIST, name, NULL, flags); in xo_do_open_leaf_list() 7369 rc = xo_encoder_handle(xop, XO_OP_CLOSE_LEAF_LIST, name, NULL, 0); in xo_do_close_leaf_list() 7427 rc = xo_encoder_handle(xop, XO_OP_OPEN_INSTANCE, name, NULL, flags); in xo_do_open_instance() 7517 rc = xo_encoder_handle(xop, XO_OP_CLOSE_INSTANCE, name, NULL, 0); in xo_do_close_instance() [all …]
|