Searched refs:OnAccept (Results 1 – 2 of 2) sorted by relevance
95 void OnAccept(uv_stream_t *server, HCtxForward ctxClient, uv_stream_t *client);
57 void HdcForwardBase::OnAccept(uv_stream_t *server, HCtxForward ctxClient, uv_stream_t *client) in OnAccept() function in Hdc::HdcForwardBase113 thisClass->OnAccept(server, ctxClient, client); in ListenCallback()