Home
last modified time | relevance | path

Searched refs:LISTENER (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/net-mgmt/resource-agents/resource-agents-4.9.0/rgmanager/src/resources/
H A Doralistener.sh.in42 LISTENER=$OCF_RESKEY_name
61 ocf_log debug "Validating configuration for $LISTENER"
96 ocf_log info "Starting listener $LISTENER"
97 lsnrctl_stdout=$(lsnrctl start "$LISTENER")
108 ocf_log info "Stopping listener $LISTENER"
112 ocf_log info "Listener $LISTENER already stopped"
116 lsnrctl_stdout=$(lsnrctl stop "$LISTENER")
130 lsnrctl status "$LISTENER" >& /dev/null
132 ocf_log error "Listener $LISTENER not running"
136 ocf_log debug "Listener $LISTENER is up"
[all …]
H A Dorainstance.sh.in296 declare -r LISTENER=$3
299 lsnrctl status "$LISTENER" >& /dev/null
302 ocf_log debug "Listener $LISTENER is up"
316 lsnrctl start "$LISTENER" >& /dev/null
317 lsnrctl status "$LISTENER" >& /dev/null
330 lsnrctl_stdout=$(lsnrctl status "$LISTENER")
434 for LISTENER in ${LISTENERS}; do
435 ocf_log info "Starting listener $LISTENER"
472 for LISTENER in ${LISTENERS}; do
474 lsnrctl_stdout=$(lsnrctl stop "$LISTENER")
[all …]
H A Doradg.sh.in317 declare -r LISTENER=$3
320 lsnrctl status "$LISTENER" >& /dev/null
323 ocf_log debug "Listener $LISTENER is up"
337 lsnrctl start "$LISTENER" >& /dev/null
338 lsnrctl status "$LISTENER" >& /dev/null
351 lsnrctl_stdout=$(lsnrctl status "$LISTENER")
455 for LISTENER in ${LISTENERS}; do
456 ocf_log info "Starting listener $LISTENER"
511 for LISTENER in ${LISTENERS}; do
513 lsnrctl_stdout=$(lsnrctl stop "$LISTENER")
[all …]
/dports/security/softether/v4.38-9760/src/Cedar/
H A DListener.h115 struct LISTENER struct
133 LISTENER *ShadowListener; // Reference to managing shadow IPv6 listener argument
143 LISTENER *r; argument
162 LISTENER *Listener; // Listener
167 LISTENER *NewListener(CEDAR *cedar, UINT proto, UINT port);
175 void ReleaseListener(LISTENER *r);
176 void CleanupListener(LISTENER *r);
178 void ListenerTCPMainLoop(LISTENER *r);
179 void StopListener(LISTENER *r);
181 void TCPAccepted(LISTENER *r, SOCK *s);
[all …]
H A DListener.c229 LISTENER *r; in TCPAcceptedThread()
612 LISTENER *r; in ListenerThread()
620 r = (LISTENER *)param; in ListenerThread()
650 void StopListener(LISTENER *r) in StopListener()
720 void CleanupListener(LISTENER *r) in CleanupListener()
745 void ReleaseListener(LISTENER *r) in ReleaseListener()
791 LISTENER *r1, *r2; in CompareListener()
796 r1 = *(LISTENER **)p1; in CompareListener()
797 r2 = *(LISTENER **)p2; in CompareListener()
851 LISTENER *r; in NewListenerEx5()
[all …]
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DListener.h115 struct LISTENER struct
133 LISTENER *ShadowListener; // Reference to managing shadow IPv6 listener argument
143 LISTENER *r; argument
162 LISTENER *Listener; // Listener
167 LISTENER *NewListener(CEDAR *cedar, UINT proto, UINT port);
175 void ReleaseListener(LISTENER *r);
176 void CleanupListener(LISTENER *r);
178 void ListenerTCPMainLoop(LISTENER *r);
179 void StopListener(LISTENER *r);
181 void TCPAccepted(LISTENER *r, SOCK *s);
[all …]
H A DListener.c229 LISTENER *r; in TCPAcceptedThread()
612 LISTENER *r; in ListenerThread()
620 r = (LISTENER *)param; in ListenerThread()
650 void StopListener(LISTENER *r) in StopListener()
720 void CleanupListener(LISTENER *r) in CleanupListener()
745 void ReleaseListener(LISTENER *r) in ReleaseListener()
791 LISTENER *r1, *r2; in CompareListener()
796 r1 = *(LISTENER **)p1; in CompareListener()
797 r2 = *(LISTENER **)p2; in CompareListener()
851 LISTENER *r; in NewListenerEx5()
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DListener.h21 struct LISTENER struct
39 LISTENER *ShadowListener; // Reference to managing shadow IPv6 listener argument
49 LISTENER *r; argument
68 LISTENER *Listener; // Listener
73 LISTENER *NewListener(CEDAR *cedar, UINT proto, UINT port);
81 void ReleaseListener(LISTENER *r);
82 void CleanupListener(LISTENER *r);
84 void ListenerTCPMainLoop(LISTENER *r);
85 void StopListener(LISTENER *r);
87 void TCPAccepted(LISTENER *r, SOCK *s);
[all …]
H A DListener.c143 LISTENER *r; in TCPAcceptedThread()
532 LISTENER *r; in ListenerThread()
540 r = (LISTENER *)param; in ListenerThread()
570 void StopListener(LISTENER *r) in StopListener()
640 void CleanupListener(LISTENER *r) in CleanupListener()
665 void ReleaseListener(LISTENER *r) in ReleaseListener()
711 LISTENER *r1, *r2; in CompareListener()
716 r1 = *(LISTENER **)p1; in CompareListener()
717 r2 = *(LISTENER **)p2; in CompareListener()
771 LISTENER *r; in NewListenerEx5()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Dweakeventlistener.hxx90 template< class BROADCASTER, class LISTENER >
100 :public ::cppu::WeakComponentImplHelper< LISTENER >
114 css::uno::Reference< LISTENER > getListener( ) const in getListener()
116 …return css::uno::Reference< LISTENER >( OWeakListenerAdapterBase::getListener(), css::uno::UNO_QU… in getListener()
156 template< class BROADCASTER, class LISTENER >
157 OWeakListenerAdapter< BROADCASTER, LISTENER >::OWeakListenerAdapter(
161 : ::cppu::WeakComponentImplHelper< LISTENER >( m_aMutex )
167 template< class BROADCASTER, class LISTENER >
168 …void SAL_CALL OWeakListenerAdapter< BROADCASTER, LISTENER >::disposing( const css::lang::EventObje…
170 css::uno::Reference< LISTENER > xListener( getListener() );
H A Dlistenernotification.hxx155 template< class LISTENER, class EVENT >
159 typedef LISTENER ListenerClass;
161 typedef void ( SAL_CALL LISTENER::*NotificationMethod )( const EventClass& );
206 template< class LISTENER, class EVENT >
207 …inline void OSimpleListenerContainer< LISTENER, EVENT >::notify( const EventClass& _rEvent, Notifi… in notify()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Dweakeventlistener.hxx89 template< class BROADCASTER, class LISTENER >
99 :public ::cppu::WeakComponentImplHelper< LISTENER >
113 css::uno::Reference< LISTENER > getListener( ) const in getListener()
115 …return css::uno::Reference< LISTENER >( OWeakListenerAdapterBase::getListener(), css::uno::UNO_QU… in getListener()
155 template< class BROADCASTER, class LISTENER >
156 OWeakListenerAdapter< BROADCASTER, LISTENER >::OWeakListenerAdapter( in OWeakListenerAdapter()
160 : ::cppu::WeakComponentImplHelper< LISTENER >( m_aMutex ) in OWeakListenerAdapter()
166 template< class BROADCASTER, class LISTENER >
167 …void SAL_CALL OWeakListenerAdapter< BROADCASTER, LISTENER >::disposing( const css::lang::EventObje… in disposing()
169 css::uno::Reference< LISTENER > xListener( getListener() ); in disposing()
H A Dlistenernotification.hxx155 template< class LISTENER, class EVENT >
159 typedef LISTENER ListenerClass;
161 typedef void ( SAL_CALL LISTENER::*NotificationMethod )( const EventClass& );
206 template< class LISTENER, class EVENT >
207 …inline void OSimpleListenerContainer< LISTENER, EVENT >::notify( const EventClass& _rEvent, Notifi… in notify()
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dlistener.h79 #define listener_server(LISTENER) FlagHas(&(LISTENER)->flags, LISTEN_SERVER) argument
80 #define listener_active(LISTENER) FlagHas(&(LISTENER)->flags, LISTEN_ACTIVE) argument
81 #define listener_webirc(LISTENER) FlagHas(&(LISTENER)->flags, LISTEN_WEBIRC) argument
/dports/x11/wl-clipboard/wl-clipboard-2.1.0/src/types/
H A Doffer.c53 #define LISTENER(type) \ macro
72 LISTENER(wl_data_offer)
81 LISTENER(gtk_primary_selection_offer)
92 LISTENER(zwp_primary_selection_offer_v1)
103 LISTENER(zwlr_data_control_offer_v1)
H A Dsource.c59 #define LISTENER(type) \ macro
101 LISTENER(gtk_primary_selection_source)
113 LISTENER(zwp_primary_selection_source_v1)
125 LISTENER(zwlr_data_control_source_v1)
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/Logging/
H A DLogManager.h24 enum LISTENER enum
57 void RegisterListener(LogListener::LISTENER id, LogListener* listener);
58 void EnableListener(LogListener::LISTENER id, bool enable);
59 bool IsListenerEnabled(LogListener::LISTENER id) const;
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/mio-0.6.19/test/
H A Dtest_udp_socket.rs10 const LISTENER: Token = Token(0); const
59 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_send_recv_udp()
71 if let LISTENER = event.token() { in test_send_recv_udp()
160 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_udp_socket_discard()
169 if let LISTENER = event.token() { in test_udp_socket_discard()
186 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()) in test_udp_socket_send_recv_bufs()
215 if let LISTENER = event.token() { in test_udp_socket_send_recv_bufs()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/mio-0.6.21/test/
H A Dtest_udp_socket.rs10 const LISTENER: Token = Token(0); const
59 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_send_recv_udp()
71 if let LISTENER = event.token() { in test_send_recv_udp()
160 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_udp_socket_discard()
169 if let LISTENER = event.token() { in test_udp_socket_discard()
186 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()) in test_udp_socket_send_recv_bufs()
215 if let LISTENER = event.token() { in test_udp_socket_send_recv_bufs()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mio-0.6.19/test/
H A Dtest_udp_socket.rs10 const LISTENER: Token = Token(0); const
59 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_send_recv_udp()
71 if let LISTENER = event.token() { in test_send_recv_udp()
160 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_udp_socket_discard()
169 if let LISTENER = event.token() { in test_udp_socket_discard()
186 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()) in test_udp_socket_send_recv_bufs()
215 if let LISTENER = event.token() { in test_udp_socket_send_recv_bufs()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/mio-0.6.19/test/
H A Dtest_udp_socket.rs10 const LISTENER: Token = Token(0); const
59 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_send_recv_udp()
71 if let LISTENER = event.token() { in test_send_recv_udp()
160 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_udp_socket_discard()
169 if let LISTENER = event.token() { in test_udp_socket_discard()
186 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()) in test_udp_socket_send_recv_bufs()
215 if let LISTENER = event.token() { in test_udp_socket_send_recv_bufs()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/mio-0.6.21/test/
H A Dtest_udp_socket.rs10 const LISTENER: Token = Token(0); const
59 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_send_recv_udp()
71 if let LISTENER = event.token() { in test_send_recv_udp()
160 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_udp_socket_discard()
169 if let LISTENER = event.token() { in test_udp_socket_discard()
186 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()) in test_udp_socket_send_recv_bufs()
215 if let LISTENER = event.token() { in test_udp_socket_send_recv_bufs()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/mio-0.6.19/test/
H A Dtest_udp_socket.rs10 const LISTENER: Token = Token(0); const
59 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_send_recv_udp()
71 if let LISTENER = event.token() { in test_send_recv_udp()
160 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_udp_socket_discard()
169 if let LISTENER = event.token() { in test_udp_socket_discard()
186 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()) in test_udp_socket_send_recv_bufs()
215 if let LISTENER = event.token() { in test_udp_socket_send_recv_bufs()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/mio-0.6.21/test/
H A Dtest_udp_socket.rs10 const LISTENER: Token = Token(0); const
59 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_send_recv_udp()
71 if let LISTENER = event.token() { in test_send_recv_udp()
160 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_udp_socket_discard()
169 if let LISTENER = event.token() { in test_udp_socket_discard()
186 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()) in test_udp_socket_send_recv_bufs()
215 if let LISTENER = event.token() { in test_udp_socket_send_recv_bufs()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/mio/test/
H A Dtest_udp_socket.rs10 const LISTENER: Token = Token(0); const
59 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_send_recv_udp()
71 if let LISTENER = event.token() { in test_send_recv_udp()
160 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()).unwrap(); in test_udp_socket_discard()
169 if let LISTENER = event.token() { in test_udp_socket_discard()
186 poll.register(&rx, LISTENER, Ready::readable(), PollOpt::edge()) in test_udp_socket_send_recv_bufs()
215 if let LISTENER = event.token() { in test_udp_socket_send_recv_bufs()

123456789