Searched refs:SetTcpOptions (Results 1 – 10 of 10) sorted by relevance
109 Base::SetTcpOptions((uv_tcp_t *)&hSession->hWorkTCP); in Connect()
512 Base::SetTcpOptions((uv_tcp_t *)&hChannel->hWorkTCP); in Connect()
883 Base::SetTcpOptions((uv_tcp_t *)&hChannel->hChildWorkTCP); in AttachChannel()
50 Base::SetTcpOptions(&hSession->dataPipe[STREAM_WORK]); in ReadyForWorkThread()
27 void SetTcpOptions(uv_tcp_t *tcpHandle);
31 void ExternInterface::SetTcpOptions(uv_tcp_t *tcpHandle) in SetTcpOptions() function in Hdc::ExternInterface33 return Base::SetTcpOptions(tcpHandle); in SetTcpOptions()986 externInterface.SetTcpOptions(&hSession->dataPipe[STREAM_WORK]); in ReadyForWorkThread()
142 virtual void SetTcpOptions(uv_tcp_t *tcpHandle);
463 Base::SetTcpOptions(&hSession->dataPipe[STREAM_MAIN]); in MallocSession()1043 Base::SetTcpOptions((uv_tcp_t *)&hSession->hChildWorkTCP); in WorkThreadStartSession()
295 void SetTcpOptions(uv_tcp_t *tcpHandle) in SetTcpOptions() function
626 defaultInterface.SetTcpOptions(nullptr);