Lines Matching defs:s
80 void install_local_socket(asocket* s) { in install_local_socket()
93 void remove_socket(asocket* s) { in remove_socket()
121 static SocketFlushResult local_socket_flush_incoming(asocket* s) { in local_socket_flush_incoming()
152 static bool local_socket_flush_outgoing(asocket* s) { in local_socket_flush_outgoing()
221 static int local_socket_enqueue(asocket* s, apacket::payload_type data) { in local_socket_enqueue()
239 static void local_socket_ready(asocket* s) { in local_socket_ready()
297 static void local_socket_destroy(asocket* s) { in local_socket_destroy()
313 static void local_socket_close(asocket* s) { in local_socket_close()
352 asocket* s = reinterpret_cast<asocket*>(_s); in local_socket_event_func() local
390 asocket* s = new asocket(); in create_local_socket() local
405 if (asocket* s = daemon_service_to_socket(name); s) { in create_local_service_socket() local
415 asocket* s = create_local_socket(std::move(fd)); in create_local_service_socket() local
430 static int remote_socket_enqueue(asocket* s, apacket::payload_type data) { in remote_socket_enqueue()
450 static void remote_socket_ready(asocket* s) { in remote_socket_ready()
459 static void remote_socket_shutdown(asocket* s) { in remote_socket_shutdown()
471 static void remote_socket_close(asocket* s) { in remote_socket_close()
491 asocket* s = new asocket(); in create_remote_socket() local
503 void connect_to_remote(asocket* s, std::string_view destination) { in connect_to_remote()
526 static void local_socket_ready_notify(asocket* s) { in local_socket_ready_notify()
537 static void local_socket_close_notify(asocket* s) { in local_socket_close_notify()
545 static unsigned unhex(const char* s, int len) { in unhex()
716 static int smart_socket_enqueue(asocket* s, apacket::payload_type data) { in smart_socket_enqueue()
876 static void smart_socket_ready(asocket* s) { in smart_socket_ready()
880 static void smart_socket_close(asocket* s) { in smart_socket_close()
892 asocket* s = new asocket(); in create_smart_socket() local
902 void connect_to_smartsocket(asocket* s) { in connect_to_smartsocket()