Searched refs:calloc_func (Results 1 – 2 of 2) sorted by relevance
81 #define CN_CALLOC(ctx) ((ctx) && (ctx)->calloc_func) ? \82 (ctx)->calloc_func(1, sizeof(cn_cbor), (ctx)->context) : \
195 cn_calloc_func calloc_func; member