Lines Matching refs:hRet
671 HSession hRet = nullptr;
686 hRet = mapSession[sessionId];
693 hRet = mapSession[sessionId];
694 ++hRet->ref;
712 hRet = mapSession[sessionId];
713 hRet->voteReset = true;
737 return hRet;
753 HTaskInfo hRet = nullptr;
758 hRet = mapTask[channelId];
759 if (hRet != nullptr) {
760 delete hRet;
763 hRet = hInput;
776 hRet = mapTask[channelId];
785 return hRet;