Searched refs:list_free_cb (Results 1 – 4 of 4) sorted by relevance
12 typedef void (*list_free_cb)(void *data); typedef26 list_t *list_new(list_free_cb callback);
16 list_free_cb free_cb;24 list_t *list_new_internal(list_free_cb callback, const allocator_t *zeroed_allocator) { in list_new_internal()34 list_t *list_new(list_free_cb callback) { in list_new()
44 list_t *list_new_internal(list_free_cb callback, const allocator_t *zeroed_allocator);
95 sco_sockets = list_new((list_free_cb)sco_socket_free_locked); in btsock_sco_init()