Home
last modified time | relevance | path

Searched refs:CBOR_ERR_MALFORMATED (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libcbor/examples/
H A Dreadfile.c42 case CBOR_ERR_MALFORMATED: { in main()
/freebsd/contrib/libcbor/src/cbor/
H A Ddata.h50 CBOR_ERR_MALFORMATED, enumerator
/freebsd/contrib/libcbor/test/
H A Dbad_inputs_test.c30 assert_true(res.error.code == CBOR_ERR_MALFORMATED); in test_2()
/freebsd/contrib/libcbor/src/
H A Dcbor.c89 result->error.code = CBOR_ERR_MALFORMATED; in cbor_load()