Searched refs:afterAccept (Results 1 – 2 of 2) sorted by relevance
128 void afterAccept(SocketPtr socket, HttpType httpType, in afterAccept() function in crow::Server167 std::bind_front(&self_t::afterAccept, this, std::move(socket), in doAccept()
264 static void afterAccept(const std::weak_ptr<NbdProxyServer>& weak, in afterAccept() function291 std::bind_front(&NbdProxyServer::afterAccept, weak_from_this())); in run()