/netbsd-src/external/mit/libuv/dist/src/win/ |
H A D | stream-inl.h | 36 uv__handle_init(loop, (uv_handle_t*) handle, type); in uv__stream_init()
|
H A D | async.c | 43 uv__handle_init(loop, (uv_handle_t*) handle, UV_ASYNC); in uv_async_init()
|
H A D | loop-watcher.c | 40 uv__handle_init(loop, (uv_handle_t*) handle, UV_##NAME); \
|
H A D | signal.c | 148 uv__handle_init(loop, (uv_handle_t*) handle, UV_SIGNAL); in uv_signal_init()
|
H A D | poll.c | 448 uv__handle_init(loop, (uv_handle_t*) handle, UV_POLL); in uv_poll_init_socket()
|
H A D | fs-event.c | 141 uv__handle_init(loop, (uv_handle_t*) handle, UV_FS_EVENT); in uv_fs_event_init()
|
H A D | process.c | 141 uv__handle_init(loop, (uv_handle_t*) handle, UV_PROCESS); in uv__process_init()
|
H A D | udp.c | 132 uv__handle_init(loop, (uv_handle_t*) handle, UV_UDP); in uv__udp_init_ex()
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | loop-watcher.c | 27 uv__handle_init(loop, (uv_handle_t*)handle, UV_##type); \
|
H A D | poll.c | 90 uv__handle_init(loop, (uv_handle_t*) handle, UV_POLL); in uv_poll_init()
|
H A D | async.c | 52 uv__handle_init(loop, (uv_handle_t*)handle, UV_ASYNC); in uv_async_init()
|
H A D | linux-inotify.c | 244 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
|
H A D | signal.c | 326 uv__handle_init(loop, (uv_handle_t*) handle, UV_SIGNAL); in uv_signal_init()
|
H A D | kqueue.c | 507 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
|
H A D | process.c | 959 uv__handle_init(loop, (uv_handle_t*)process, UV_PROCESS); in uv_spawn()
|
H A D | sunos.c | 503 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
|
H A D | os390.c | 625 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
|
H A D | aix.c | 759 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
|
H A D | udp.c | 1050 uv__handle_init(loop, (uv_handle_t*)handle, UV_UDP); in uv__udp_init_ex()
|
H A D | stream.c | 77 uv__handle_init(loop, (uv_handle_t*)stream, type); in uv__stream_init()
|
/netbsd-src/external/mit/libuv/dist/src/ |
H A D | timer.c | 59 uv__handle_init(loop, (uv_handle_t*)handle, UV_TIMER); in uv_timer_init()
|
H A D | fs-poll.c | 60 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_POLL); in uv_fs_poll_init()
|
H A D | uv-common.h | 309 #define uv__handle_init(loop_, h, type_) \ macro
|