Home
last modified time | relevance | path

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

/tinycbor-2.7.6/src/
Dcborparser.c1075 bool copied_all; in _cbor_value_copy_string() local
1076 CborError err = iterate_string_chunks(value, (char*)buffer, buflen, &copied_all, next, in _cbor_value_copy_string()
1079 copied_all ? CborNoError : CborErrorOutOfMemory; in _cbor_value_copy_string()