Lines Matching refs:uv_fs_event_t
32 static uv_fs_event_t fs_event;
53 static void fs_event_fail(uv_fs_event_t* handle, in fs_event_fail()
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()
220 static void fs_event_cb_dir_multi_file(uv_fs_event_t* handle, in fs_event_cb_dir_multi_file()
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()
413 uv_fs_event_t* handles = handle->data; in timer_cb_watch_twice()
419 static void fs_event_cb_close(uv_fs_event_t* handle, in fs_event_cb_close()
522 uv_fs_event_t fs_event_root; in TEST_IMPL()
730 uv_fs_event_t watchers[2]; in TEST_IMPL()
1065 uv_fs_event_t fs_event1; in TEST_IMPL()
1066 uv_fs_event_t fs_event2; in TEST_IMPL()
1171 static void fs_event_cb_stop(uv_fs_event_t* handle, const char* path, in fs_event_cb_stop()
1178 uv_fs_event_t fs; in TEST_IMPL()