• Home
  • Raw
  • Download

Lines Matching defs:s

81 void install_local_socket(asocket* s) {  in install_local_socket()
94 void remove_socket(asocket* s) { in remove_socket()
122 static SocketFlushResult local_socket_flush_incoming(asocket* s) { in local_socket_flush_incoming()
176 static bool local_socket_flush_outgoing(asocket* s) { in local_socket_flush_outgoing()
252 static int local_socket_enqueue(asocket* s, apacket::payload_type data) { in local_socket_enqueue()
270 static void local_socket_ready(asocket* s) { in local_socket_ready()
328 static void local_socket_destroy(asocket* s) { in local_socket_destroy()
344 static void local_socket_close(asocket* s) { in local_socket_close()
383 asocket* s = reinterpret_cast<asocket*>(_s); in local_socket_event_func() local
418 void local_socket_ack(asocket* s, std::optional<int32_t> acked_bytes) { in local_socket_ack()
446 asocket* s = new asocket(); in create_local_socket() local
461 if (asocket* s = daemon_service_to_socket(name, transport); s) { in create_local_service_socket() local
471 asocket* s = create_local_socket(std::move(fd)); in create_local_service_socket() local
487 static int remote_socket_enqueue(asocket* s, apacket::payload_type data) { in remote_socket_enqueue()
507 static void remote_socket_ready(asocket* s) { in remote_socket_ready()
516 static void remote_socket_shutdown(asocket* s) { in remote_socket_shutdown()
528 static void remote_socket_close(asocket* s) { in remote_socket_close()
548 asocket* s = new asocket(); in create_remote_socket() local
560 void connect_to_remote(asocket* s, std::string_view destination) { in connect_to_remote()
594 static void local_socket_ready_notify(asocket* s) { in local_socket_ready_notify()
605 static void local_socket_close_notify(asocket* s) { in local_socket_close_notify()
613 static unsigned unhex(const char* s, int len) { in unhex()
784 static int smart_socket_enqueue(asocket* s, apacket::payload_type data) { in smart_socket_enqueue()
944 static void smart_socket_ready(asocket* s) { in smart_socket_ready()
948 static void smart_socket_close(asocket* s) { in smart_socket_close()
960 asocket* s = new asocket(); in create_smart_socket() local
970 void connect_to_smartsocket(asocket* s) { in connect_to_smartsocket()