Home
last modified time | relevance | path

Searched refs:sccp_line_find_byButtonIndex (Results 1 – 3 of 3) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_line.h140 # define sccp_line_find_byButtonIndex(_x, _y) __sccp_line_find_byButtonIndex(_x, _y, __FILE__, __LI… macro
148 SCCP_API linePtr SCCP_CALL sccp_line_find_byButtonIndex(constDevicePtr d, uint16_t buttonIndex);
H A Dsccp_line.c748 linePtr sccp_line_find_byButtonIndex(constDevicePtr d, uint16_t buttonIndex) in __sccp_line_find_byButtonIndex()
H A Dsccp_channel.c3116 AUTO_RELEASE(sccp_line_t, l , sccp_line_find_byButtonIndex((sccp_device_t *) d, buttonIndex)); in sccp_find_channel_by_buttonIndex_and_callid()