Home
last modified time | relevance | path

Searched refs:uv_fs_event_cb (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/mit/libuv/dist/src/unix/
H A Dno-fsevents.c31 int uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, in uv_fs_event_start()
H A Dsunos.c509 uv_fs_event_cb cb, in uv_fs_event_start()
598 uv_fs_event_cb cb, in uv_fs_event_start()
H A Dlinux-inotify.c250 uv_fs_event_cb cb, in uv_fs_event_start()
H A Dkqueue.c513 uv_fs_event_cb cb, in uv_fs_event_start()
H A Dos390.c654 int uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, in uv_fs_event_start()
H A Daix.c768 uv_fs_event_cb cb, in uv_fs_event_start()
/netbsd/external/mit/libuv/dist/docs/src/
H A Dfs_event.rst39 .. c:type:: void (*uv_fs_event_cb)(uv_fs_event_t* handle, const char* filename, int events, int sta…
105 .. c:function:: int uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* path, u…
/netbsd/external/mit/libuv/dist/test/
H A Dtest-queue-foreach-delete.c145 (uv_fs_event_cb)fs_event_cbs[i], in init_and_start_fs_events()
H A Dtest-ref.c202 uv_fs_event_start(&h, (uv_fs_event_cb)fail_cb, ".", 0); in TEST_IMPL()
/netbsd/external/mit/libuv/dist/include/uv/
H A Dunix.h394 uv_fs_event_cb cb; \
H A Dwin.h649 uv_fs_event_cb cb; \
/netbsd/external/mit/libuv/dist/src/win/
H A Dfs-event.c157 uv_fs_event_cb cb, in uv_fs_event_start()
/netbsd/external/mit/libuv/dist/include/
H A Duv.h373 typedef void (*uv_fs_event_cb)(uv_fs_event_t* handle, typedef
1651 uv_fs_event_cb cb,