Lines Matching refs:channel
31 MallocChannel(&channel); // free by logic
355 channel->remote = RemoteType::REMOTE_FILE;
358 channel->remote = RemoteType::REMOTE_APP;
382 if (uv_is_closing((const uv_handle_t *)&channel->hWorkTCP)) {
406 uv_tcp_connect(conn, (uv_tcp_t *)&channel->hWorkTCP, (const struct sockaddr *)&destv4, Connect);
411 uv_tcp_connect(conn, (uv_tcp_t *)&channel->hWorkTCP, (const struct sockaddr *)&dest, Connect);
427 if (!thisClass->channel->handshakeOK) {
456 thisClass->Send(thisClass->channel->channelId,
542 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel);
572 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel);
582 uv_tcp_connect(connection, &(thisClass->channel->hWorkTCP),
585 uv_tcp_connect(connection, &(thisClass->channel->hWorkTCP),
607 WRITE_LOG(LOG_DEBUG, "Client channel handshake finished, use connectkey:%s",
610 // channel handshake step2
731 Send(this->channel->channelId, reinterpret_cast<uint8_t *>(const_cast<char *>(this->command.c_str())),