Lines Matching full:clients
75 struct client *clients; member
98 struct client *client = &ctx->clients[i]; in client_remove_inactive()
104 memmove(&ctx->clients[i], &ctx->clients[i + 1], in client_remove_inactive()
105 (ctx->n_clients - i) * sizeof(*ctx->clients)); in client_remove_inactive()
106 ctx->clients = realloc(ctx->clients, in client_remove_inactive()
107 ctx->n_clients * sizeof(*ctx->clients)); in client_remove_inactive()
140 struct client *client = &ctx->clients[i]; in rx_message()
336 ctx->clients = in socket_process()
337 realloc(ctx->clients, ctx->n_clients * sizeof(struct client)); in socket_process()
339 client = &ctx->clients[ctx->n_clients - 1]; in socket_process()
349 struct client *client = &ctx->clients[idx]; in client_process_recv()
500 ctx->clients[i].sock; in run_daemon()
596 ctx->clients = NULL; in main()