Home
last modified time | relevance | path

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

/external/cn-cbor/src/
Dcbor.h95 #define CN_CALLOC_CONTEXT() CN_CALLOC(context) macro
101 #define CN_CALLOC_CONTEXT() CN_CALLOC macro
Dcn-create.c16 (v) = CN_CALLOC_CONTEXT(); \
Dcn-cbor.c122 cb = CN_CALLOC_CONTEXT(); in decode_item()