Home
last modified time | relevance | path

Searched refs:setSocket (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/network/
H A Dq3socketdevice.cpp168 setSocket( socket, type ); in Q3SocketDevice()
191 setSocket( createNewSocket(), type ); in Q3SocketDevice()
220 setSocket( createNewSocket(), type ); in Q3SocketDevice()
304 void Q3SocketDevice::setSocket( int socket, Type type ) in setSocket() function in Q3SocketDevice
/dports/security/openvpn-auth-radius/radiusplugin/
H A DPluginContext.cpp31 this->authsocketforegr.setSocket(-1); in PluginContext()
32 this->authsocketbackgr.setSocket(-1); in PluginContext()
33 this->acctsocketforegr.setSocket(-1); in PluginContext()
34 this->acctsocketbackgr.setSocket(-1); in PluginContext()
/dports/devel/poco/poco-1.10.1-all/Net/src/
H A DSocketNotifier.cpp76 pNotification->setSocket(_socket); in dispatch()
84 pNotification->setSocket(nullSocket); in dispatch()
87 pNotification->setSocket(nullSocket); in dispatch()
/dports/mail/libvmime/vmime-0.9.2/tests/net/imap/
H A DIMAPParserTest.cpp57 parser->setSocket(socket); in VMIME_TEST_SUITE_BEGIN()
98 parser->setSocket(socket); in testContinueReqWithoutSpace()
132 parser->setSocket(socket); in testNILValueInBodyFldEnc()
163 parser->setSocket(socket); in testFETCHResponse_optional_body_fld_lang()
/dports/misc/molequeue/molequeue-0.9.0/molequeue/servercore/
H A Dlocalsocketconnection.cpp35 setSocket(socket); in LocalSocketConnection()
46 setSocket(new QLocalSocket); in LocalSocketConnection()
62 void LocalSocketConnection::setSocket(QLocalSocket *socket) in setSocket() function in MoleQueue::LocalSocketConnection
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/servercore/
H A Dlocalsocketconnection.cpp35 setSocket(socket); in LocalSocketConnection()
46 setSocket(new QLocalSocket); in LocalSocketConnection()
62 void LocalSocketConnection::setSocket(QLocalSocket *socket) in setSocket() function in MoleQueue::LocalSocketConnection
/dports/net/skstream/skstream-0.3.9/skstream/
H A Dskstream.cpp159 setSocket(sock); in socketbuf()
175 setSocket(sock); in socketbuf()
564 _sockbuf.setSocket(INVALID_SOCKET); in close()
767 _sockbuf.setSocket(sfd); in open()
833 _sockbuf.setSocket(sfd); in open()
904 _sockbuf.setSocket(sfd); in open_next()
1061 dgram_sockbuf.setSocket(socket);
1200 _sockbuf.setSocket(sfd);
1265 _sockbuf.setSocket(sfd);
1281 _sockbuf.setSocket(sfd);
[all …]
H A Dskstream.h76 void setSocket(SOCKET_TYPE sock);
241 void setSocket(SOCKET_TYPE sock) { in setSocket() function
242 _sockbuf.setSocket(sock); in setSocket()
/dports/devel/codeworker/CodeWorker4_5_3/
H A DDtaDesignScript.cpp76 if (pMethodCaller == NULL) pAttachInputToSocket->setSocket(parseExpression(block, script)); in parseAttachInputToSocket()
77 else pAttachInputToSocket->setSocket(pMethodCaller); in parseAttachInputToSocket()
90 if (pMethodCaller == NULL) pDetachInputFromSocket->setSocket(parseExpression(block, script)); in parseDetachInputFromSocket()
91 else pDetachInputFromSocket->setSocket(pMethodCaller); in parseDetachInputFromSocket()
/dports/audio/faust/faust-2.37.3/tests/osc-tests/tools/
H A Dosclistener.cpp29 void setSocket(UdpListeningReceiveSocket* socket) { fSocket = socket; } in setSocket() function in FaustOscPacketListener
56 listener.setSocket (&s); in run()
/dports/www/qt5-websockets/kde-qtwebsockets-5.15.2p4/src/imports/qmlwebsockets/
H A Dqqmlwebsocket.cpp143 setSocket(socket); in QQmlWebSocket()
208 setSocket(new QWebSocket); in componentComplete()
215 void QQmlWebSocket::setSocket(QWebSocket *socket) in setSocket() function in QQmlWebSocket
/dports/www/qt5-websockets-qml/kde-qtwebsockets-5.15.2p4/src/imports/qmlwebsockets/
H A Dqqmlwebsocket.cpp143 setSocket(socket); in QQmlWebSocket()
208 setSocket(new QWebSocket); in componentComplete()
215 void QQmlWebSocket::setSocket(QWebSocket *socket) in setSocket() function in QQmlWebSocket
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/monolog/monolog/tests/Monolog/Handler/
H A DSyslogUdpHandlerTest.php53 $handler->setSocket($socket);
67 $handler->setSocket($socket);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/monolog/monolog/tests/Monolog/Handler/
H A DSyslogUdpHandlerTest.php53 $handler->setSocket($socket);
67 $handler->setSocket($socket);
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/webserver/
H A DProxyClient.java17 setSocket(talkSock); in ProxyClient()
20 private void setSocket(Socket talkSock) { in setSocket() method in ProxyClient
/dports/audio/jacktrip/jacktrip-d5e110c/src/
H A DDataProtocol.h169 virtual void setSocket(SOCKET &socket) = 0;
171 virtual void setSocket(int &socket) = 0;
H A DUdpDataProtocol.h94 void setSocket(SOCKET &socket);
96 void setSocket(int &socket);
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/protocol/
H A DControllerThreadSocketFactory.java91 setSocket(socketfactory.createSocket(host, port, localAddress, localPort)); in createSocket()
138 protected void setSocket(final Socket newSocket) { in setSocket() method in ControllerThreadSocketFactory.SocketTask
/dports/audio/festival/speech_tools/java/common/cstr/est/
H A DServerConnection.java58 setSocket(sk); in ServerConnection()
61 public void setSocket(Socket sk) in setSocket() method in ServerConnection
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/
H A DProxyClient.java213 response.setSocket(connectionManager.getConnection().getSocket()); in connect()
260 private void setSocket(Socket socket) { in setSocket() method in ProxyClient.ConnectResponse
/dports/net-mgmt/observium/observium/libs/Fabiang/Xmpp/Connection/
H A DSocket.php81 $this->setSocket($socket);
223 public function setSocket(SocketClient $socket) function in Fabiang\\Xmpp\\Connection\\Socket
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/montefuscolo/xmpp/src/Connection/
H A DSocket.php81 $this->setSocket($socket);
222 public function setSocket(SocketClient $socket) function in Fabiang\\Xmpp\\Connection\\Socket
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/test/
H A DAsyncSSLSocketTest.h60 void setSocket(const std::shared_ptr<AsyncSSLSocket>& socket) { in setSocket() function
169 mcb_->setSocket(socket); in setSocket()
219 void setSocket(const std::shared_ptr<AsyncSSLSocket>& socket) { in setSocket() function
286 wcb_->setSocket(socket_); in readDataAvailable()
419 wcb_->setSocket(socket_); in readDataAvailable()
506 void setSocket(const std::shared_ptr<AsyncSSLSocket>& socket) { in setSocket() function
522 rcb_->setSocket(socket_); in handshakeSuc()
587 hcb_->setSocket(sock); in connAccepted()
646 hcb_->setSocket(sock); in connAccepted()
652 callback2.setSocket(sock); in connAccepted()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/bonjour/
H A Dbonjourcontactconnection.cpp45 void BonjourContactConnection::setSocket(QTcpSocket *aSocket) in setSocket() function in BonjourContactConnection
65 setSocket(aSocket); in BonjourContactConnection()
73 setSocket(aSocket); in BonjourContactConnection()
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Dsocketappenderskeleton.cpp115 setSocket(socket, p); in connect()
194 socketAppender->setSocket(socket, p); in monitor()

12345678910>>...18