Home
last modified time | relevance | path

Searched refs:CBOR_ERR_NOTENOUGHDATA (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libcbor/test/
H A Dbad_inputs_test.c22 assert_true(res.error.code == CBOR_ERR_NOTENOUGHDATA); in test_1()
38 assert_true(res.error.code == CBOR_ERR_NOTENOUGHDATA); in test_3()
H A Dbytestring_test.c163 assert_true(res.error.code == CBOR_ERR_NOTENOUGHDATA); in test_notenough_data()
298 assert_true(res.error.code == CBOR_ERR_NOTENOUGHDATA); in test_missing_indef()
H A Duint_test.c40 assert_true(res.error.code == CBOR_ERR_NOTENOUGHDATA); in test_incomplete_data()
/freebsd/contrib/libcbor/examples/
H A Dreadfile.c54 case CBOR_ERR_NOTENOUGHDATA: { in main()
/freebsd/contrib/libcbor/src/cbor/
H A Ddata.h46 CBOR_ERR_NOTENOUGHDATA, enumerator
/freebsd/contrib/libcbor/src/
H A Dcbor.c68 result->error = (struct cbor_error){.code = CBOR_ERR_NOTENOUGHDATA, in cbor_load()
83 result->error.code = CBOR_ERR_NOTENOUGHDATA; in cbor_load()