Searched refs:on_client_alloc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-tcp-close-after-read-timeout.c36 static void on_client_alloc(uv_handle_t* handle,
50 r = uv_read_start((uv_stream_t*) &client, on_client_alloc, on_client_read);
58 static void on_client_alloc(uv_handle_t* handle, function

Completed in 166 milliseconds