once_cb           107 test/test-timer.c     r = uv_timer_start(once, once_cb, i * 50, 0);
once_cb           149 test/test-timer.c   r = uv_timer_start(&once, once_cb, 10, 0);