Home
last modified time | relevance | path

Searched refs:ctxListen (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/src/common/
Dforward.cpp59 HCtxForward ctxListen = (HCtxForward)server->data; in OnAccept() local
65 ctxListen->id, ctxListen->type, ctxListen->remoteParamenters.c_str()); in OnAccept()
68 ctxClient->type = ctxListen->type; in OnAccept()
69 ctxClient->remoteParamenters = ctxListen->remoteParamenters; in OnAccept()
90 HCtxForward ctxListen = (HCtxForward)server->data; in ListenCallback() local
91 HdcForwardBase *thisClass = ctxListen->thisClass; in ListenCallback()
94 if (status == -1 || !ctxListen->ready) { in ListenCallback()
96 status, ctxListen->id, ctxListen->ready); in ListenCallback()
97 thisClass->FreeContext(ctxListen, 0, false); in ListenCallback()
105 if (ctxListen->type == FORWARD_TCP) { in ListenCallback()