Searched refs:connect_to_remote (Results 1 – 5 of 5) sorted by relevance
110 void connect_to_remote(asocket* s, std::string_view destination);
105 connect_to_remote(s, listener->connect_to); in listener_event_func()
502 void connect_to_remote(asocket* s, std::string_view destination) { in connect_to_remote() function874 connect_to_remote(s->peer, std::string_view(s->smart_socket_data).substr(4)); in smart_socket_enqueue()
57 …:function<void(AsyncTaskId)> cancel, std::function<int(const std::string&, int)> connect_to_remote) in TestModel() argument59 connect_to_remote_(connect_to_remote) { in TestModel()
38 …function<void(AsyncTaskId)> cancel, std::function<int(const std::string&, int)> connect_to_remote);