Searched defs:_s (Results 1 - 1 of 1) sorted by path

/bootable/recovery/minadbd/
H A Dsockets.c256 static void local_socket_event_func(int fd, unsigned ev, void *_s) argument
258 asocket *s = _s;
468 static void remote_socket_disconnect(void* _s, atransport* t) argument
470 asocket* s = _s;

Completed in 60 milliseconds