Home
last modified time | relevance | path

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

/external/cn-cbor/src/
Dcbor.h96 #define CN_CBOR_FREE_CONTEXT(p) CN_FREE(p, context) macro
102 #define CN_CBOR_FREE_CONTEXT(p) CN_FREE(p) macro
Dcn-cbor.c35 CN_CBOR_FREE_CONTEXT(p); in cn_cbor_free()