Searched refs:RTTcpClientCancelConnect (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dtcp.h173 /** Opaque pointer used by RTTcpClientConnectEx and RTTcpClientCancelConnect. */
192 * where there will be no RTTcpClientCancelConnect
193 * calls racing access. RTTcpClientCancelConnect will
197 * @sa RTTcpClientCancelConnect
209 RTR3DECL(int) RTTcpClientCancelConnect(PRTTCPCLIENTCONNECTCANCEL volatile *ppCancelCookie);
H A Dmangling.h1584 # define RTTcpClientCancelConnect RT_MANGLER(RTTcpClientCancelConnect) macro
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceTcp.cpp338 RTTcpClientCancelConnect(&g_pTcpConnectCancelCookie);
610 RTTcpClientCancelConnect(&g_pTcpConnectCancelCookie);
/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp872 RTR3DECL(int) RTTcpClientCancelConnect(PRTTCPCLIENTCONNECTCANCEL volatile *ppCancelCookie) function
880 int rc = rtTcpClose(hSock, "RTTcpClientCancelConnect", false /*fTryGracefulShutdown*/);

Completed in 90 milliseconds