Home
last modified time | relevance | path

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

/freebsd-head/contrib/libxo/encoder/cbor/
HDenc_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()
/freebsd-head/contrib/libxo/libxo/
HDxo_encoder.h76 #define XO_OP_CREATE 1 /* Called when the handle is init'd */ macro
HDxo_encoder.c370 int rc = xo_encoder_handle(xop, XO_OP_CREATE, name, NULL, 0); in xo_encoder_init()
/freebsd-head/contrib/libxo/encoder/csv/
HDenc_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()
/freebsd-head/contrib/libxo/doc/
HDapi.rst1676 XO_OP_CREATE Called when the handle is created