Home
last modified time | relevance | path

Searched refs:SCCP_LIST_INSERT_HEAD (Results 1 – 9 of 9) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_dllists.h146SCCP_LIST_INSERT_HEAD((newhead), __list_cur, field); …
149SCCP_LIST_INSERT_HEAD((newhead), __list_cur, field); …
291SCCP_LIST_INSERT_HEAD(head, elm, field); …
303 #define SCCP_LIST_INSERT_HEAD(head, elm, field) … macro
314 #define SCCP_RWLIST_INSERT_HEAD SCCP_LIST_INSERT_HEAD
H A Dsccp_devstate.c166 SCCP_LIST_INSERT_HEAD(&deviceState->subscribers, subscriber, list); in addSubscriber()
315 SCCP_LIST_INSERT_HEAD(&deviceStates, deviceState, list); in createDeviceStateHandler()
H A Dsccp_hint.c564 SCCP_LIST_INSERT_HEAD(&sccp_hint_subscriptions, hint, list); in sccp_hint_addSubscription4Device()
589 SCCP_LIST_INSERT_HEAD(&hint->subscribers, subscriber, list); in sccp_hint_addSubscription4Device()
705 SCCP_LIST_INSERT_HEAD(&lineStates, lineState, list); in sccp_hint_attachLine()
H A Dsccp_linedevice.c238 SCCP_LIST_INSERT_HEAD(&line->devices, ld, list); in sccp_linedevice_create()
H A Dsccp_threadpool.c125 SCCP_LIST_INSERT_HEAD(&(tp_p->threads), tp_thread, list); in sccp_threadpool_grow_locked()
H A Dsccp_line.c530 SCCP_LIST_INSERT_HEAD(&l->channels, c, list); // add to list in sccp_line_addChannel()
H A Dsccp_session.c472 SCCP_LIST_INSERT_HEAD(&GLOB(sessions), s, list); in sccp_session_addToGlobals()
H A Dsccp_softkeys.c566 SCCP_LIST_INSERT_HEAD(&device->selectedChannels, selectedchannel, list); in sccp_sk_select()
H A Dsccp_config.c3152 SCCP_LIST_INSERT_HEAD(&softKeySetConfig, softKeySetConfiguration, list); in sccp_config_softKeySet()