• Home
  • Raw
  • Download

Lines Matching defs:s

78 void install_local_socket(asocket* s) {  in install_local_socket()
91 void remove_socket(asocket* s) { in remove_socket()
119 static SocketFlushResult local_socket_flush_incoming(asocket* s) { in local_socket_flush_incoming()
151 static bool local_socket_flush_outgoing(asocket* s) { in local_socket_flush_outgoing()
220 static int local_socket_enqueue(asocket* s, apacket::payload_type data) { in local_socket_enqueue()
238 static void local_socket_ready(asocket* s) { in local_socket_ready()
296 static void local_socket_destroy(asocket* s) { in local_socket_destroy()
312 static void local_socket_close(asocket* s) { in local_socket_close()
351 asocket* s = reinterpret_cast<asocket*>(_s); in local_socket_event_func() local
389 asocket* s = new asocket(); in create_local_socket() local
404 if (asocket* s = daemon_service_to_socket(name); s) { in create_local_service_socket() local
414 asocket* s = create_local_socket(std::move(fd)); in create_local_service_socket() local
429 static int remote_socket_enqueue(asocket* s, apacket::payload_type data) { in remote_socket_enqueue()
449 static void remote_socket_ready(asocket* s) { in remote_socket_ready()
458 static void remote_socket_shutdown(asocket* s) { in remote_socket_shutdown()
470 static void remote_socket_close(asocket* s) { in remote_socket_close()
490 asocket* s = new asocket(); in create_remote_socket() local
502 void connect_to_remote(asocket* s, std::string_view destination) { in connect_to_remote()
524 static void local_socket_ready_notify(asocket* s) { in local_socket_ready_notify()
535 static void local_socket_close_notify(asocket* s) { in local_socket_close_notify()
543 static unsigned unhex(const char* s, int len) { in unhex()
717 static int smart_socket_enqueue(asocket* s, apacket::payload_type data) { in smart_socket_enqueue()
888 static void smart_socket_ready(asocket* s) { in smart_socket_ready()
892 static void smart_socket_close(asocket* s) { in smart_socket_close()
904 asocket* s = new asocket(); in create_smart_socket() local
914 void connect_to_smartsocket(asocket* s) { in connect_to_smartsocket()