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