Lines Matching refs:uv_fs_event_t
49 static uv_fs_event_t fs_event;
70 static void fs_event_fail(uv_fs_event_t* handle, in fs_event_fail()
125 static void fail_cb(uv_fs_event_t* handle, in fail_cb()
132 static void fs_event_cb_dir(uv_fs_event_t* handle, const char* filename, in fs_event_cb_dir()
200 static void fs_event_cb_dir_multi_file(uv_fs_event_t* handle, in fs_event_cb_dir_multi_file()
276 static void fs_event_cb_dir_multi_file_in_subdir(uv_fs_event_t* handle, in fs_event_cb_dir_multi_file_in_subdir()
322 static void fs_event_cb_file(uv_fs_event_t* handle, const char* filename, in fs_event_cb_file()
337 static void fs_event_cb_file_current_dir(uv_fs_event_t* handle, in fs_event_cb_file_current_dir()
386 uv_fs_event_t* handles = handle->data; in timer_cb_watch_twice()
392 static void fs_event_cb_close(uv_fs_event_t* handle, in fs_event_cb_close()
453 uv_fs_event_t fs_event_root; in TEST_IMPL()
661 uv_fs_event_t watchers[2]; in TEST_IMPL()
994 uv_fs_event_t fs_event1; in TEST_IMPL()
995 uv_fs_event_t fs_event2; in TEST_IMPL()
1081 static void fs_event_error_report_cb(uv_fs_event_t* handle, in fs_event_error_report_cb()
1105 uv_fs_event_t events[ARRAY_SIZE(loops)]; in TEST_IMPL()
1107 uv_fs_event_t* event; in TEST_IMPL()
1200 static void fs_event_cb_stop(uv_fs_event_t* handle, const char* path, in fs_event_cb_stop()
1207 uv_fs_event_t fs; in TEST_IMPL()