Home
last modified time | relevance | path

Searched refs:SCCP_LIST_HEAD_DESTROY (Results 1 – 8 of 8) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_line.c299 SCCP_LIST_HEAD_DESTROY(&l->mailboxes); in __sccp_line_destroy()
326 SCCP_LIST_HEAD_DESTROY(&l->channels); in __sccp_line_destroy()
338 SCCP_LIST_HEAD_DESTROY(&l->devices); in __sccp_line_destroy()
H A Dsccp_devstate.c105 SCCP_LIST_HEAD_DESTROY(&deviceState->subscribers); in sccp_devstate_module_stop()
112 SCCP_LIST_HEAD_DESTROY(&deviceStates); in sccp_devstate_module_stop()
H A Dsccp_threadpool.c346 SCCP_LIST_HEAD_DESTROY(&(tp_p->jobs)); in sccp_threadpool_destroy()
347 SCCP_LIST_HEAD_DESTROY(&(tp_p->threads)); in sccp_threadpool_destroy()
H A Dsccp_hint.c256 SCCP_LIST_HEAD_DESTROY(&hint->subscribers); in sccp_hint_module_stop()
266 SCCP_LIST_HEAD_DESTROY(&lineStates); in sccp_hint_module_stop()
267 SCCP_LIST_HEAD_DESTROY(&sccp_hint_subscriptions); in sccp_hint_module_stop()
H A Dsccp_dllists.h249 #define SCCP_LIST_HEAD_DESTROY(head) … macro
H A Dsccp_device.c2576 SCCP_LIST_HEAD_DESTROY(&d->buttonconfig);
2592 SCCP_LIST_HEAD_DESTROY(&d->permithosts);
2607 SCCP_LIST_HEAD_DESTROY(&d->selectedChannels);
H A Dsccp_channel.c317 SCCP_LIST_HEAD_DESTROY(&(private_data->cleanup_jobs)); in sccp_channel_allocate()
2378 SCCP_LIST_HEAD_DESTROY(&(channel->privateData->cleanup_jobs)); in __sccp_channel_destroy()
H A Dsccp_conference.c179 SCCP_LIST_HEAD_DESTROY(&conferences); in sccp_conference_module_stop()