Lines Matching refs:hRet
655 HSession hRet = nullptr; in AdminSession() local
670 hRet = mapSession[sessionId]; in AdminSession()
677 hRet = mapSession[sessionId]; in AdminSession()
678 ++hRet->ref; in AdminSession()
696 hRet = mapSession[sessionId]; in AdminSession()
697 hRet->voteReset = true; in AdminSession()
721 return hRet; in AdminSession()
737 HTaskInfo hRet = nullptr; in AdminTask() local
742 hRet = mapTask[channelId]; in AdminTask()
743 if (hRet != nullptr) { in AdminTask()
744 delete hRet; in AdminTask()
747 hRet = hInput; in AdminTask()
760 hRet = mapTask[channelId]; in AdminTask()
769 return hRet; in AdminTask()