Lines Matching defs:handle

53 static void fs_event_fail(uv_fs_event_t* handle,  in fs_event_fail()
121 static void close_cb(uv_handle_t* handle) { in close_cb()
126 static void fail_cb(uv_fs_event_t* handle, in fail_cb()
133 static void fs_event_cb_dir(uv_fs_event_t* handle, const char* filename, in fs_event_cb_dir()
148 static void fs_event_cb_del_dir(uv_fs_event_t* handle, in fs_event_cb_del_dir()
170 static void fs_event_create_files(uv_timer_t* handle) { in fs_event_create_files()
184 static void fs_event_del_dir(uv_timer_t* handle) { in fs_event_del_dir()
193 static void fs_event_unlink_files(uv_timer_t* handle) { in fs_event_unlink_files()
220 static void fs_event_cb_dir_multi_file(uv_fs_event_t* handle, in fs_event_cb_dir_multi_file()
256 static void fs_event_create_files_in_subdir(uv_timer_t* handle) { in fs_event_create_files_in_subdir()
270 static void fs_event_unlink_files_in_subdir(uv_timer_t* handle) { in fs_event_unlink_files_in_subdir()
300 static void fs_event_cb_dir_multi_file_in_subdir(uv_fs_event_t* handle, in fs_event_cb_dir_multi_file_in_subdir()
349 static void fs_event_cb_file(uv_fs_event_t* handle, const char* filename, in fs_event_cb_file()
364 static void fs_event_cb_file_current_dir(uv_fs_event_t* handle, in fs_event_cb_file_current_dir()
380 static void timer_cb_file(uv_timer_t* handle) { in timer_cb_file()
397 static void timer_cb_exact(uv_timer_t* handle) { in timer_cb_exact()
412 static void timer_cb_watch_twice(uv_timer_t* handle) { in timer_cb_watch_twice()
419 static void fs_event_cb_close(uv_fs_event_t* handle, in fs_event_cb_close()
907 static void timer_cb(uv_timer_t* handle) { in timer_cb()
1171 static void fs_event_cb_stop(uv_fs_event_t* handle, const char* path, in fs_event_cb_stop()