Home
last modified time | relevance | path

Searched refs:CONNECT_SUCCESS (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/braille_display_private/
H A Dbrlapi_connection.h30 CONNECT_SUCCESS, enumerator
H A Dbrlapi_connection.cc131 return CONNECT_SUCCESS; in Connect()
H A Dbraille_controller_brlapi.cc242 case BrlapiConnection::CONNECT_SUCCESS: in TryToConnect()
H A Dbraille_display_private_apitest.cc75 return CONNECT_SUCCESS; in Connect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/braille_display_private/
H A Dbrlapi_connection.h29 CONNECT_SUCCESS, enumerator
H A Dbrlapi_connection.cc129 return CONNECT_SUCCESS; in Connect()
H A Dbraille_controller_brlapi.cc236 case BrlapiConnection::CONNECT_SUCCESS: in TryToConnect()
H A Dbraille_display_private_apitest.cc76 return CONNECT_SUCCESS; in Connect()
/dports/x11/foot/foot/
H A Dserver.c395 enum connect_status {CONNECT_ERR, CONNECT_FAIL, CONNECT_SUCCESS}; enumerator
413 ret = CONNECT_SUCCESS; in try_connect()
445 case CONNECT_SUCCESS: in server_init()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DNetConnection_as.h52 CONNECT_SUCCESS, enumerator
H A DNetConnection_as.cpp489 notifyStatus(CONNECT_SUCCESS); in connect()
909 case NetConnection_as::CONNECT_SUCCESS: in getStatusCodeInfo()
/dports/net/py-eventlet/eventlet-0.33.0/eventlet/greenio/
H A Dbase.py22 CONNECT_SUCCESS = set((0, errno.EISCONN)) variable
46 if err not in CONNECT_SUCCESS:
53 if err not in CONNECT_SUCCESS:
/dports/net/py-eventlet/eventlet-0.33.0/eventlet/green/
H A Dssl.py9 set_nonblocking, GreenSocket, CONNECT_ERR, CONNECT_SUCCESS,
330 elif get_errno(exc) in CONNECT_SUCCESS:
344 elif get_errno(exc) in CONNECT_SUCCESS:
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/
H A DHQUpstreamSession.cpp60 connCbState_ = ConnCallbackState::CONNECT_SUCCESS; in connectSuccess()
66 if (connCbState_ == ConnCallbackState::CONNECT_SUCCESS) { in onReplaySafe()
H A DHQUpstreamSession.h19 enum class ConnCallbackState { NONE, CONNECT_SUCCESS, REPLAY_SAFE, DONE }; enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/unixsocket/
H A DConnectionOrientedSocket.cpp156 MakeAndAddRef<SocketEventTask>(this, SocketEventTask::CONNECT_SUCCESS)); in OnConnected()
H A DSocketBase.cpp345 if (mEvent == CONNECT_SUCCESS) { in Run()
H A DListenSocket.cpp179 MakeAndAddRef<SocketEventTask>(this, SocketEventTask::CONNECT_SUCCESS)); in OnListening()
H A DSocketBase.h486 CONNECT_SUCCESS, enumerator
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/net/
H A DNetConnectionCodes.as69 public static const CONNECT_SUCCESS:String = "NetConnection.Connect.Success"; constant in org.osmf.net.NetConnectionCodes
/dports/editors/abiword/abiword-3.0.5/plugins/collab/core/account/xp/
H A DAccountHandler.h42 CONNECT_SUCCESS = 0, enumerator
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DUnixNetProcessor.cc246 if ((using_socks) && (ret == CONNECT_SUCCESS)) { in connect_re_internal()
H A DI_NetVConnection.h43 #define CONNECT_SUCCESS 1 macro
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/fake/xp/
H A DFakeAccountHandler.cpp86 return CONNECT_SUCCESS; in connect()
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/tcp/xp/
H A DTCPAccountHandler.cpp179 return CONNECT_SUCCESS; in connect()

12