Searched refs:Client (Results 1 – 5 of 5) sorted by relevance
1207 typedef struct Client Client; typedef1226 struct Client { struct1227 Client* next; argument1228 Client** pref; argument1236 Client* clients; argument1249 client_dump( Client* c, Packet* p, const char* funcname ) in client_dump()1258 client_free( Client* c ) in client_free()1281 client_fd_receive( Client* c, Packet* p ) in client_fd_receive()1326 client_fd_close( Client* c ) in client_fd_close()1345 client_registration( Client* c, int registered ) in client_registration()[all …]
2 /* <GPS QMI Service ID - 16>:<GPS QMI Instance ID - all instances>:<Client Group ID> */
28 public class Client extends Activity { class