Searched refs:SetTcpOptions (Results 1 – 10 of 10) sorted by relevance
52 Base::SetTcpOptions(&hSession->dataPipe[STREAM_WORK], HOST_SOCKETPAIR_SIZE); in ReadyForWorkThread()54 Base::SetTcpOptions(&hSession->dataPipe[STREAM_WORK]); in ReadyForWorkThread()
27 void SetTcpOptions(uv_tcp_t *tcpHandle, int bufMaxSize = HDC_SOCKETPAIR_SIZE);
31 void ExternInterface::SetTcpOptions(uv_tcp_t *tcpHandle) in SetTcpOptions() function in Hdc::ExternInterface33 return Base::SetTcpOptions(tcpHandle); in SetTcpOptions()988 externInterface.SetTcpOptions(&hSession->dataPipe[STREAM_WORK]); in ReadyForWorkThread()
142 virtual void SetTcpOptions(uv_tcp_t *tcpHandle);
472 Base::SetTcpOptions(&hSession->dataPipe[STREAM_MAIN], HOST_SOCKETPAIR_SIZE); in MallocSession()474 Base::SetTcpOptions(&hSession->dataPipe[STREAM_MAIN]); in MallocSession()1064 Base::SetTcpOptions((uv_tcp_t *)&hSession->hChildWorkTCP); in WorkThreadStartSession()
292 void SetTcpOptions(uv_tcp_t *tcpHandle, int bufMaxSize) in SetTcpOptions() function
111 Base::SetTcpOptions((uv_tcp_t *)&hSession->hWorkTCP); in Connect()
516 Base::SetTcpOptions((uv_tcp_t *)&hChannel->hWorkTCP); in Connect()
869 Base::SetTcpOptions((uv_tcp_t *)&hChannel->hChildWorkTCP); in AttachChannel()
626 defaultInterface.SetTcpOptions(nullptr);