Home
last modified time | relevance | path

Searched refs:XO_OP_CREATE (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/libxo/libxo/
H A Dxo_encoder.h76 #define XO_OP_CREATE 1 /* Called when the handle is init'd */ macro
H A Dxo_encoder.c343 int rc = xo_encoder_handle(xop, XO_OP_CREATE, name, NULL, 0); in xo_encoder_init()
/f-stack/tools/libxo/encoder/cbor/
H A Denc_cbor.c257 if (cbor == NULL && op != XO_OP_CREATE) in cbor_handler()
261 case XO_OP_CREATE: /* Called when the handle is init'd */ in cbor_handler()
/f-stack/tools/libxo/encoder/csv/
H A Denc_csv.c759 if (csv == NULL && op != XO_OP_CREATE) in csv_handler()
763 case XO_OP_CREATE: /* Called when the handle is init'd */ in csv_handler()
/f-stack/tools/libxo/doc/
H A Dapi.rst1653 XO_OP_CREATE Called when the handle is created