Home
last modified time | relevance | path

Searched refs:SCCP_RWLIST_REMOVE (Results 1 – 5 of 5) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_dllists.h392 #define SCCP_RWLIST_REMOVE SCCP_LIST_REMOVE macro
H A Dsccp_line.c173 removed_line = SCCP_RWLIST_REMOVE(&GLOB(lines), line, list); in sccp_line_removeFromGlobals()
H A Dsccp_featureParkingLot.c298 removed = SCCP_RWLIST_REMOVE(&parkinglots, pl, list); in removeParkinglot()
H A Dsccp_conference.c684 …AUTO_RELEASE(sccp_participant_t, tmp_participant, SCCP_RWLIST_REMOVE(&conference->participants, (s… in sccp_conference_removeParticipant()
829 tmp_conference = SCCP_RWLIST_REMOVE(&conferences, conference, list); in sccp_conference_end()
H A Dsccp_device.c899 d = SCCP_RWLIST_REMOVE(&GLOB(devices), device, list); in sccp_device_removeFromGlobals()