Searched refs:ctxIn (Results 1 – 3 of 3) sorted by relevance
87 HCtxJdwp ctxIn = (HCtxJdwp)handle->data; in FreeContext() local88 --ctxIn->thisClass->refCount; in FreeContext()91 if (ctxIn != nullptr) { in FreeContext()92 delete ctxIn; in FreeContext()93 ctxIn = nullptr; in FreeContext()
91 void FreeContext(HCtxForward ctxIn, const uint32_t id, bool bNotifyRemote);
172 void HdcForwardBase::FreeContext(HCtxForward ctxIn, const uint32_t id, bool bNotifyRemote) in FreeContext() argument177 if (!ctxIn) { in FreeContext()183 ctx = ctxIn; in FreeContext()