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

  /src/external/mit/libcbor/dist/src/cbor/
bytestrings.c 106 cbor_item_t **new_chunks_data = _cbor_realloc_multiple( local
109 if (new_chunks_data == NULL) {
113 data->chunks = new_chunks_data;
strings.c 97 cbor_item_t **new_chunks_data = _cbor_realloc_multiple( local
100 if (new_chunks_data == NULL) {
105 data->chunks = new_chunks_data;

Completed in 19 milliseconds