Home
last modified time | relevance | path

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

/dports/net/py-kombu/kombu-4.6.11/kombu/
H A Dabstract.py6 from .connection import maybe_channel
78 self._channel = maybe_channel(channel)
H A Dsimple.py10 from .connection import maybe_channel
27 self.channel = maybe_channel(channel)
H A Dmessaging.py8 from .connection import maybe_channel, is_connection
399 channel = self.channel = maybe_channel(channel)
H A Dconnection.py1040 def maybe_channel(channel): function
/dports/devel/py-celery/celery-4.4.7/celery/events/
H A Dreceiver.py8 from kombu.connection import maybe_channel
41 self.channel = maybe_channel(channel)
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_feature.h45 …stDevicePtr device, constLinePtr no_line, uint32_t no_lineInstance, constChannelPtr maybe_channel);
H A Dsccp_feature.c1467 …nstDevicePtr device, constLinePtr no_line, uint32_t no_lineInstance, constChannelPtr maybe_channel) in sccp_feat_monitor() argument
1470 if (!maybe_channel) { in sccp_feat_monitor()
1477 constChannelPtr channel = maybe_channel; in sccp_feat_monitor()
H A Dsccp_actions.c2193 AUTO_RELEASE(sccp_channel_t, maybe_channel , sccp_device_getActiveChannel(d)); in handle_feature_action()
2194 sccp_feat_monitor(d, NULL, 0, maybe_channel); in handle_feature_action()