Lines Matching defs:s
61 asocket* s; in find_local_socket() local
78 static void insert_local_socket(asocket* s, asocket* list) { in insert_local_socket()
85 void install_local_socket(asocket* s) { in install_local_socket()
98 void remove_socket(asocket* s) { in remove_socket()
110 asocket* s; in close_all_sockets() local
125 static int local_socket_enqueue(asocket* s, apacket* p) { in local_socket_enqueue()
179 static void local_socket_ready(asocket* s) { in local_socket_ready()
186 static void local_socket_destroy(asocket* s) { in local_socket_destroy()
212 static void local_socket_close(asocket* s) { in local_socket_close()
251 asocket* s = reinterpret_cast<asocket*>(_s); in local_socket_event_func() local
386 asocket* s = reinterpret_cast<asocket*>(calloc(1, sizeof(asocket))); in create_local_socket() local
416 asocket* s = create_local_socket(fd); in create_local_service_socket() local
439 asocket* s; in create_host_service_socket() local
452 static int remote_socket_enqueue(asocket* s, apacket* p) { in remote_socket_enqueue()
462 static void remote_socket_ready(asocket* s) { in remote_socket_ready()
471 static void remote_socket_shutdown(asocket* s) { in remote_socket_shutdown()
483 static void remote_socket_close(asocket* s) { in remote_socket_close()
503 asocket* s = reinterpret_cast<asocket*>(calloc(1, sizeof(asocket))); in create_remote_socket() local
519 void connect_to_remote(asocket* s, const char* destination) { in connect_to_remote()
538 static void local_socket_ready_notify(asocket* s) { in local_socket_ready_notify()
549 static void local_socket_close_notify(asocket* s) { in local_socket_close_notify()
557 static unsigned unhex(unsigned char* s, int len) { in unhex()
650 static int smart_socket_enqueue(asocket* s, apacket* p) { in smart_socket_enqueue()
822 static void smart_socket_ready(asocket* s) { in smart_socket_ready()
826 static void smart_socket_close(asocket* s) { in smart_socket_close()
841 asocket* s = reinterpret_cast<asocket*>(calloc(1, sizeof(asocket))); in create_smart_socket() local
852 void connect_to_smartsocket(asocket* s) { in connect_to_smartsocket()