Lines Matching refs:hRet
635 HSession hRet = nullptr; in AdminSession() local
650 hRet = mapSession[sessionId]; in AdminSession()
657 hRet = mapSession[sessionId]; in AdminSession()
658 ++hRet->ref; in AdminSession()
676 hRet = mapSession[sessionId]; in AdminSession()
677 hRet->voteReset = true; in AdminSession()
701 return hRet; in AdminSession()
717 HTaskInfo hRet = nullptr; in AdminTask() local
726 hRet = mapTask[channelId]; in AdminTask()
727 if (hRet != nullptr) { in AdminTask()
728 delete hRet; in AdminTask()
731 hRet = hInput; in AdminTask()
744 hRet = mapTask[channelId]; in AdminTask()
753 return hRet; in AdminTask()