/third_party/libuv/test/ |
H A D | test-poll.c | 287 uv_poll_start(&context->poll_handle, UV_WRITABLE, connection_poll_cb); 297 if (events & UV_WRITABLE) { 375 new_events &= ~UV_WRITABLE; 377 context->delayed_events = UV_WRITABLE; 380 context->delayed_events |= UV_WRITABLE; 390 UV_WRITABLE, 392 context->events = UV_WRITABLE; 409 new_events &= ~UV_WRITABLE; 510 connection_context->events = UV_READABLE | UV_WRITABLE | UV_DISCONNECT; 512 UV_READABLE | UV_WRITABLE | UV_DISCONNEC [all...] |
H A D | test-pipe-set-fchmod.c | 59 r = uv_pipe_chmod(&pipe_handle, UV_WRITABLE); in TEST_IMPL() 68 r = uv_pipe_chmod(&pipe_handle, UV_WRITABLE | UV_READABLE); in TEST_IMPL() 80 r = uv_pipe_chmod(NULL, UV_WRITABLE | UV_READABLE); in TEST_IMPL() 87 r = uv_pipe_chmod(&pipe_handle, UV_WRITABLE | UV_READABLE); in TEST_IMPL()
|
H A D | test-poll-oob.c | 84 UV_READABLE | UV_WRITABLE, in poll_cb() 127 if (events & UV_WRITABLE) { in poll_cb() 148 UV_PRIORITIZED | UV_READABLE | UV_WRITABLE, in connection_cb()
|
H A D | test-poll-close.c | 60 uv_poll_start(&poll_handles[i], UV_READABLE | UV_WRITABLE, NULL); in TEST_IMPL()
|
H A D | test-poll-closesocket.c | 82 r = uv_poll_start(&handle, UV_WRITABLE, poll_cb); in TEST_IMPL()
|
H A D | test-poll-close-doesnt-corrupt-stack.c | 99 r = uv_poll_start(&handle, UV_READABLE | UV_WRITABLE, poll_cb); in TEST_IMPL()
|
/third_party/libuv/src/unix/ |
H A D | poll.c | 60 pevents |= UV_WRITABLE; in uv__poll_io() 124 assert((pevents & ~(UV_READABLE | UV_WRITABLE | UV_DISCONNECT | in uv_poll_start() 145 if (pevents & UV_WRITABLE) in uv_poll_start()
|
H A D | pipe.c | 440 mode != UV_WRITABLE && in uv_pipe_chmod() 441 mode != (UV_WRITABLE | UV_READABLE)) in uv_pipe_chmod() 469 if (mode & UV_WRITABLE) in uv_pipe_chmod()
|
/third_party/node/deps/uv/src/unix/ |
H A D | poll.c | 60 pevents |= UV_WRITABLE; in uv__poll_io() 124 assert((pevents & ~(UV_READABLE | UV_WRITABLE | UV_DISCONNECT | in uv_poll_start() 145 if (pevents & UV_WRITABLE) in uv_poll_start()
|
H A D | pipe.c | 355 mode != UV_WRITABLE && in uv_pipe_chmod() 356 mode != (UV_WRITABLE | UV_READABLE)) in uv_pipe_chmod() 384 if (mode & UV_WRITABLE) in uv_pipe_chmod()
|
/third_party/libuv/src/win/ |
H A D | poll.c | 121 if (handle->events & UV_WRITABLE) { in uv__fast_poll_submit_poll_req() 177 events |= UV_WRITABLE; in uv__fast_poll_process_poll_req() 287 if (handle->events & UV_WRITABLE) { in uv__slow_poll_thread_proc() 322 reported_events |= UV_WRITABLE; in uv__slow_poll_thread_proc() 326 reported_events |= UV_WRITABLE; in uv__slow_poll_thread_proc() 492 assert((events & ~(UV_READABLE | UV_WRITABLE | UV_DISCONNECT | in uv__poll_set()
|
H A D | pipe.c | 2609 mode != UV_WRITABLE && in uv_pipe_chmod() 2610 mode != (UV_WRITABLE | UV_READABLE)) in uv_pipe_chmod() 2637 if (mode & UV_WRITABLE) in uv_pipe_chmod()
|
/third_party/node/deps/uv/src/win/ |
H A D | poll.c | 119 if (handle->events & UV_WRITABLE) { in uv__fast_poll_submit_poll_req() 175 events |= UV_WRITABLE; in uv__fast_poll_process_poll_req() 285 if (handle->events & UV_WRITABLE) { in uv__slow_poll_thread_proc() 320 reported_events |= UV_WRITABLE; in uv__slow_poll_thread_proc() 324 reported_events |= UV_WRITABLE; in uv__slow_poll_thread_proc() 491 assert((events & ~(UV_READABLE | UV_WRITABLE | UV_DISCONNECT | in uv__poll_set()
|
H A D | pipe.c | 2578 mode != UV_WRITABLE && in uv_pipe_chmod() 2579 mode != (UV_WRITABLE | UV_READABLE)) in uv_pipe_chmod() 2606 if (mode & UV_WRITABLE) in uv_pipe_chmod()
|
/third_party/curl/docs/examples/ |
H A D | multi-uv.c | 142 if(events & UV_WRITABLE) in curl_perform() 191 events |= UV_WRITABLE; in handle_socket()
|
/third_party/libuv/docs/code/uvwget/ |
H A D | main.c | 87 if (!status && events & UV_WRITABLE) flags |= CURL_CSELECT_OUT; in curl_perform() 126 uv_poll_start(&curl_context->poll_handle, UV_WRITABLE, curl_perform); in handle_socket()
|
/third_party/libwebsockets/lib/event-libs/libuv/ |
H A D | libuv.c | 139 if (revents & UV_WRITABLE) { in lws_io_cb() 546 int current_events = w->actual_events & (UV_READABLE | UV_WRITABLE); in elops_io_uv() 571 current_events |= UV_WRITABLE; in elops_io_uv() 579 current_events &= ~UV_WRITABLE; in elops_io_uv() 584 if (!(current_events & (UV_READABLE | UV_WRITABLE))) in elops_io_uv()
|
/third_party/node/src/ |
H A D | pipe_wrap.cc | 104 NODE_DEFINE_CONSTANT(constants, UV_WRITABLE); in Initialize()
|
H A D | cares_wrap.cc | 102 events & UV_WRITABLE ? task->sock : ARES_SOCKET_BAD); in ares_poll_cb() 142 (read ? UV_READABLE : 0) | (write ? UV_WRITABLE : 0), in ares_sockstate_cb()
|
/third_party/node/deps/uvwasi/src/ |
H A D | poll_oneoff.c | 182 event->events = UV_DISCONNECT | UV_WRITABLE; in uvwasi__poll_oneoff_state_add_fdevent()
|
H A D | uvwasi.c | 2510 else if ((fdevent->revents & (UV_READABLE | UV_WRITABLE)) != 0) in uvwasi_poll_oneoff()
|
/third_party/libuv/include/ |
H A D | uv.h | 880 UV_WRITABLE = 2, enumerator
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 809 UV_WRITABLE = 2, enumerator
|
/third_party/node/lib/ |
H A D | net.js | 1987 mode |= PipeConstants.UV_WRITABLE;
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 822 UV_WRITABLE = 2, enumerator
|