Searched refs:hSfc (Results 1 – 1 of 1) sorted by relevance
865 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in AttachChannel() local866 HChannel hChannel = hSfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in AttachChannel()884 uv_read_start((uv_stream_t *)&hChannel->hChildWorkTCP, hSfc->AllocCallback, hSfc->ReadStream); in AttachChannel()890 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in DeatchChannel() local892 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in DeatchChannel()922 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in ServerCommand() local923 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in ServerCommand()1017 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in EchoToClientsForSession() local1019 hSfc->EchoToAllChannelsViaSessionId(targetSessionId, echo); in EchoToClientsForSession()