Lines Matching refs:uv_close
59 uv_close((uv_handle_t*)handle, once_close_cb); in once_cb()
82 uv_close((uv_handle_t*)handle, twice_close_cb); in twice_cb()
105 uv_close((uv_handle_t*)handle, repeat_close_cb); in repeat_cb()
262 uv_close((uv_handle_t*) &timer, NULL); in TEST_IMPL()
273 uv_close((uv_handle_t*) &tiny_timer, NULL); in tiny_timer_cb()
274 uv_close((uv_handle_t*) &huge_timer1, NULL); in tiny_timer_cb()
275 uv_close((uv_handle_t*) &huge_timer2, NULL); in tiny_timer_cb()
307 uv_close((uv_handle_t*) &tiny_timer, NULL); in huge_repeat_cb()
308 uv_close((uv_handle_t*) &huge_timer1, NULL); in huge_repeat_cb()
344 uv_close((uv_handle_t*) &timer_handle, NULL); in TEST_IMPL()
356 uv_close((uv_handle_t *)&handle, NULL); in TEST_IMPL()
398 uv_close((uv_handle_t*) &timer_handle, NULL); in TEST_IMPL()