Searched refs:uv_fs_event_cb (Results 1 – 14 of 14) sorted by relevance
/libuv/src/unix/ |
H A D | no-fsevents.c | 31 int uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, in uv_fs_event_start()
|
H A D | sunos.c | 516 uv_fs_event_cb cb, in uv_fs_event_start() 605 uv_fs_event_cb cb, in uv_fs_event_start()
|
H A D | kqueue.c | 568 uv_fs_event_cb cb, in uv_fs_event_start()
|
H A D | os390.c | 661 int uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, in uv_fs_event_start()
|
H A D | aix.c | 784 uv_fs_event_cb cb, in uv_fs_event_start()
|
H A D | linux.c | 2628 uv_fs_event_cb cb, in uv_fs_event_start()
|
/libuv/docs/src/ |
H A D | fs_event.rst | 39 .. c:type:: void (*uv_fs_event_cb)(uv_fs_event_t* handle, const char* filename, int events, int sta… 109 .. c:function:: int uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* path, u… 117 ``uv_fs_event_start`` might be reported to the `uv_fs_event_cb`
|
/libuv/test/ |
H A D | test-queue-foreach-delete.c | 146 (uv_fs_event_cb)fs_event_cbs[i], in init_and_start_fs_events()
|
H A D | test-ref.c | 202 uv_fs_event_start(&h, (uv_fs_event_cb)fail_cb, ".", 0); in TEST_IMPL()
|
/libuv/include/uv/ |
H A D | unix.h | 396 uv_fs_event_cb cb; \
|
H A D | win.h | 655 uv_fs_event_cb cb; \
|
/libuv/src/win/ |
H A D | fs-event.c | 157 uv_fs_event_cb cb, in uv_fs_event_start()
|
/libuv/include/ |
H A D | uv.h | 405 typedef void (*uv_fs_event_cb)(uv_fs_event_t* handle, typedef 1750 uv_fs_event_cb cb,
|
/libuv/ |
H A D | ChangeLog | 431 * doc: filename arg to uv_fs_event_cb can be NULL (Ben Noordhuis)
|
Completed in 48 milliseconds