Searched refs:CN_CALLOC (Results 1 – 1 of 1) sorted by relevance
81 #define CN_CALLOC(ctx) ((ctx) && (ctx)->calloc_func) ? \ macro95 #define CN_CALLOC_CONTEXT() CN_CALLOC(context)101 #define CN_CALLOC_CONTEXT() CN_CALLOC104 #ifndef CN_CALLOC105 #define CN_CALLOC calloc(1, sizeof(cn_cbor)) macro