Lines Matching defs:s
68 asocket *s; in find_local_socket() local
85 insert_local_socket(asocket* s, asocket* list) in insert_local_socket()
93 void install_local_socket(asocket* s) { in install_local_socket()
106 void remove_socket(asocket *s) in remove_socket()
121 asocket *s; in close_all_sockets() local
135 static int local_socket_enqueue(asocket *s, apacket *p) in local_socket_enqueue()
188 static void local_socket_ready(asocket *s) in local_socket_ready()
196 static void local_socket_destroy(asocket *s) in local_socket_destroy()
223 static void local_socket_close(asocket* s) { in local_socket_close()
262 asocket* s = reinterpret_cast<asocket*>(_s); in local_socket_event_func() local
395 asocket *s = reinterpret_cast<asocket*>(calloc(1, sizeof(asocket))); in create_local_socket() local
422 asocket* s = create_local_socket(fd); in create_local_service_socket() local
445 asocket *s; in create_host_service_socket() local
466 static int remote_socket_enqueue(asocket *s, apacket *p) in remote_socket_enqueue()
478 static void remote_socket_ready(asocket *s) in remote_socket_ready()
489 static void remote_socket_shutdown(asocket *s) in remote_socket_shutdown()
502 static void remote_socket_close(asocket *s) in remote_socket_close()
519 asocket* s = reinterpret_cast<asocket*>(_s); in remote_socket_disconnect() local
538 asocket* s = reinterpret_cast<asocket*>(calloc(1, sizeof(aremotesocket))); in create_remote_socket() local
556 void connect_to_remote(asocket *s, const char *destination) in connect_to_remote()
577 static void local_socket_ready_notify(asocket *s) in local_socket_ready_notify()
589 static void local_socket_close_notify(asocket *s) in local_socket_close_notify()
598 static unsigned unhex(unsigned char *s, int len) in unhex()
676 static int smart_socket_enqueue(asocket *s, apacket *p) in smart_socket_enqueue()
850 static void smart_socket_ready(asocket *s) in smart_socket_ready()
855 static void smart_socket_close(asocket *s) in smart_socket_close()
872 asocket *s = reinterpret_cast<asocket*>(calloc(1, sizeof(asocket))); in create_smart_socket() local
883 void connect_to_smartsocket(asocket *s) in connect_to_smartsocket()