Home
last modified time | relevance | path

Searched refs:CBOR_ERR_MEMERROR (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/lib/libcbor/src/cbor/
Ddata.h51 CBOR_ERR_MEMERROR /** Memory error - item allocation failed. Is it too big for enumerator
/openbsd/src/lib/libcbor/src/
Dcbor.c95 result->error.code = CBOR_ERR_MEMERROR; in cbor_load()