Lines Matching refs:sendStream
313 uv_stream_t *sendStream = nullptr;
325 sendStream = (uv_stream_t *)&hChannel->hWorkTCP;
327 sendStream = (uv_stream_t *)&hChannel->hChildWorkTCP;
329 if (!uv_is_closing((const uv_handle_t *)sendStream) && uv_is_writable(sendStream)) {
331 Base::SendToStreamEx(sendStream, data, sizeNewBuf, nullptr, (void *)WriteCallback, data);
568 uv_stream_t *sendStream = nullptr;
579 sendStream = (uv_stream_t *)&hChannel->hChildWorkTCP;
580 if (!uv_is_closing((const uv_handle_t *)sendStream) && uv_is_writable(sendStream)) {
582 Base::SendToStreamEx(sendStream, data, sizeNewBuf, nullptr, (void *)WriteCallback, data);