Searched refs:uv_handle_get_data (Results 1 – 4 of 4) sorted by relevance
80 ASSERT_PTR_EQ(uv_handle_get_data((uv_handle_t*)pipe), &cookie2); in TEST_IMPL()82 ASSERT_PTR_EQ(uv_handle_get_data((uv_handle_t*)pipe), &cookie1); in TEST_IMPL()
40 void* uv_handle_get_data(const uv_handle_t* handle) { in uv_handle_get_data() function
245 .. c:function:: void* uv_handle_get_data(const uv_handle_t* handle)
487 UV_EXTERN void* uv_handle_get_data(const uv_handle_t* handle);
Completed in 14 milliseconds