Home
last modified time | relevance | path

Searched refs:cbor (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/libxo/encoder/cbor/
H A Denc_cbor.c189 cbor_private_t *cbor = xo_realloc(NULL, sizeof(*cbor)); in cbor_create() local
190 if (cbor == NULL) in cbor_create()
193 bzero(cbor, sizeof(*cbor)); in cbor_create()
212 cbor_append(xop, cbor, &cbor->c_data, CBOR_TRUE, 0, NULL); in cbor_content()
214 cbor_append(xop, cbor, &cbor->c_data, CBOR_FALSE, 0, NULL); in cbor_content()
248 xo_buffer_t *xbp = cbor ? &cbor->c_data : NULL; in cbor_handler()
251 printf("%*sop %s: [%s] [%s]\n", cbor ? cbor->c_indent * 2 + 4 : 0, "", in cbor_handler()
268 cbor->c_indent += 1; in cbor_handler()
273 cbor->c_indent -= 1; in cbor_handler()
279 cbor->c_indent += 1; in cbor_handler()
[all …]
H A DMakefile.am38 UGLY_NAME = cbor.enc
/f-stack/tools/libxo/encoder/
H A DMakefile.am10 cbor \ subdir
/f-stack/tools/libxo/doc/
H A Dencoders.rst24 example uses the "cbor" encoder, saving the output into a file::
26 df --libxo encoder=cbor > df-output.cbor
H A Doptions.rst173 --libxo encoder=cbor
H A Dapi.rst1597 lib/libxo/extensions/cbor.enc
/f-stack/tools/libxo/
H A Dconfigure.ac454 encoder/cbor/Makefile