HomeSort by: relevance | last modified time | path
    Searched refs:CBOR_ERR_MEMERROR (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/libcbor/dist/examples/
readfile.c 45 case CBOR_ERR_MEMERROR: {
  /src/external/mit/libcbor/dist/test/
bad_inputs_test.c 52 assert_true(res.error.code == CBOR_ERR_MEMERROR);
58 assert_true(res.error.code == CBOR_ERR_MEMERROR);
82 assert_true(res.error.code == CBOR_ERR_MEMERROR);
  /src/external/mit/libcbor/dist/src/cbor/
data.h 49 CBOR_ERR_MEMERROR /** Memory error - item allocation failed. Is it too big for
  /src/external/mit/libcbor/dist/docs/doxygen/search/
enumvalues_1.js 13 ['cbor_5ferr_5fmemerror',['CBOR_ERR_MEMERROR',['../data_8h.html#a13ad43c61d917938e0ce26173e6b2eb6ae408fbed8924a3eeb005a8c6f79136cb',1,'data.h']]],
all_3.js 115 ['cbor_5ferr_5fmemerror',['CBOR_ERR_MEMERROR',['../data_8h.html#a13ad43c61d917938e0ce26173e6b2eb6ae408fbed8924a3eeb005a8c6f79136cb',1,'data.h']]],
  /src/external/mit/libcbor/dist/src/
cbor.c 97 result->error.code = CBOR_ERR_MEMERROR;

Completed in 26 milliseconds