Searched refs:xo_create (Results 1 – 5 of 5) sorted by relevance
392 xop = xo_create(XO_STYLE_ENCODER, flags); in xo_encoder_create()
528 xo_handle_t *xop = xo_create(XO_STYLE_SDPARAMS, 0); in xo_vsyslog()
152 xo_create (xo_style_t style, xo_xof_flags_t flags);
1868 xo_create (xo_style_t style, xo_xof_flags_t flags) in xo_create() function1897 xo_handle_t *xop = xo_create(style, flags); in xo_create_to_file()
44 Handles are created using `xo_create` and destroy using47 .. index:: xo_create49 xo_create section in Handles52 .. c:function:: xo_handle_t *xo_create (xo_style_t style, xo_xof_flags_t flags)54 The `xo_create` function allocates a new handle which can be passed66 xo_handle_t *xop = xo_create(XO_STYLE_JSON, XOF_WARN | XOF_PRETTY);