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

  /src/external/mit/libcbor/dist/docs/doxygen/search/
defines_0.js 5 ['_5fcbor_5frealloc',['_CBOR_REALLOC',['../common_8h.html#a1e39038d9b8e9b3a1e6529c9ff6091b8',1,'common.h']]]
all_0.js 38 ['_5fcbor_5frealloc',['_cbor_realloc',['../allocators_8c.html#a84ecc1fc92c3812ab6ced693f2c6254c',1,'_cbor_realloc(): allocators.c'],['../common_8h.html#a84ecc1fc92c3812ab6ced693f2c6254c',1,'_cbor_realloc(): allocators.c'],['../common_8h.html#a1e39038d9b8e9b3a1e6529c9ff6091b8',1,'_CBOR_REALLOC(): common.h']]],
  /src/external/mit/libcbor/dist/src/cbor/internal/
memory_utils.c 40 return _CBOR_REALLOC(pointer, item_size * item_count);
  /src/external/mit/libcbor/dist/src/cbor/
common.h 91 extern _cbor_realloc_t _cbor_realloc;
115 #define _CBOR_REALLOC _cbor_realloc
121 #define _CBOR_REALLOC realloc
serialization.c 61 tmp_bfr = _CBOR_REALLOC(bfr, bfr_size *= 2);

Completed in 29 milliseconds