Home
last modified time | relevance | path

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

/external/cn-cbor/src/
Dcbor.h90 #define CN_FREE(ptr, ctx) ((ctx) && (ctx)->free_func) ? \ macro
96 #define CN_CBOR_FREE_CONTEXT(p) CN_FREE(p, context)
102 #define CN_CBOR_FREE_CONTEXT(p) CN_FREE(p)
108 #ifndef CN_FREE
109 #define CN_FREE free macro