client_ctx        311 test/benchmark-multi-accept.c   struct client_ctx* ctx = container_of(req, struct client_ctx, connect_req);
client_ctx        318 test/benchmark-multi-accept.c   struct client_ctx* ctx = container_of(handle, struct client_ctx, idle_handle);
client_ctx        325 test/benchmark-multi-accept.c   struct client_ctx* ctx;
client_ctx        327 test/benchmark-multi-accept.c   ctx = container_of(handle, struct client_ctx, client_handle);
client_ctx        344 test/benchmark-multi-accept.c   struct client_ctx* clients;
client_ctx        371 test/benchmark-multi-accept.c     struct client_ctx* ctx = clients + i;