Searched refs:ListenCallback (Results 1 – 2 of 2) sorted by relevance
75 static void ListenCallback(uv_stream_t *server, const int status);
88 void HdcForwardBase::ListenCallback(uv_stream_t *server, const int status) in ListenCallback() function in Hdc::HdcForwardBase375 if (uv_listen((uv_stream_t *)&ctxPoint->tcp, 4, ListenCallback)) { in SetupTCPPoint()470 if (uv_listen((uv_stream_t *)&ctxPoint->pipe, 4, ListenCallback)) { in SetupFilePoint()