Home
last modified time | relevance | path

Searched refs:client_ctx (Results 1 – 1 of 1) sorted by relevance

/libuv/test/
H A Dbenchmark-multi-accept.c75 struct client_ctx { struct
331 struct client_ctx* ctx = container_of(req, struct client_ctx, connect_req); in cl_connect_cb()
338 struct client_ctx* ctx = container_of(handle, struct client_ctx, idle_handle); in cl_idle_cb()
345 struct client_ctx* ctx; in cl_close_cb()
347 ctx = container_of(handle, struct client_ctx, client_handle); in cl_close_cb()
364 struct client_ctx* clients; in test_tcp()
391 struct client_ctx* ctx = clients + i; in test_tcp()

Completed in 6 milliseconds