Searched refs:_cbor_free_t (Results 1 – 2 of 2) sorted by relevance
88 typedef void (*_cbor_free_t)(void *); typedef92 extern _cbor_free_t _cbor_free;112 _cbor_realloc_t custom_realloc, _cbor_free_t custom_free);
12 _cbor_free_t _cbor_free = free;15 _cbor_realloc_t custom_realloc, _cbor_free_t custom_free) { in cbor_set_allocs()