Home
last modified time | relevance | path

Searched defs:write_req (Results 1 - 25 of 35) sorted by relevance

12

/third_party/libuv/test/
H A Dtest-tcp-read-stop.c27 static uv_write_t write_req; variable
H A Dtest-pipe-set-non-blocking.c77 uv_write_t write_req; in TEST_IMPL() local
H A Dtest-signal-pending-on-close.c32 static uv_write_t write_req; variable
H A Dtest-tcp-write-fail.c36 static uv_write_t write_req; variable
H A Dtest-not-readable-nor-writable-on-read-error.c28 static uv_write_t write_req; variable
H A Dtest-tcp-shutdown-after-write.c31 static uv_write_t write_req; variable
H A Dtest-ipc-heavy-traffic-deadlock-bug.c40 uv_write_t write_req; member
H A Dtest-tcp-bind-error.c266 uv_write_t write_req; in TEST_IMPL() local
H A Dtest-tcp-alloc-cb-fail.c35 static uv_write_t write_req; variable
H A Dbenchmark-tcp-write-batch.c34 } write_req; typedef
H A Dtest-readable-on-eof.c28 static uv_write_t write_req; variable
H A Dtest-tcp-write-to-half-open-connection.c39 static uv_write_t write_req; variable
H A Dtest-tcp-unexpected-read.c30 static uv_write_t write_req; variable
H A Dtest-callback-stack.c36 static uv_write_t write_req; variable
H A Dtest-fs-open-flags.c46 static uv_fs_t write_req; variable
[all...]
H A Dtest-ref.c29 static uv_write_t write_req; variable
H A Dtest-shutdown-eof.c30 static uv_write_t write_req; variable
H A Dtest-tcp-writealot.c126 uv_write_t* write_req = write_reqs + i; in connect_cb() local
H A Dtest-metrics.c30 uv_fs_t write_req; member
314 uv_fs_t write_req; in TEST_IMPL() local
H A Dtest-tcp-open.c40 static uv_write_t write_req; variable
H A Dtest-ipc-send-recv.c46 uv_write_t write_req; member
58 uv_write_t write_req; member
309 uv_write_t* write_req; in read_cb() local
/third_party/libuv/docs/code/uvcat/
H A Dmain.c10 uv_fs_t write_req; variable
36 uv_fs_write(uv_default_loop(), &write_req, 1, &iov, 1, -1, on_write); in on_read() local
/third_party/libuv/docs/code/tty-gravity/
H A Dmain.c9 uv_write_t write_req; variable
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A DrandomAccessFile_impl.cpp33 std::unique_ptr<uv_fs_t, decltype(CommonFunc::FsReqCleanup)*> write_req = { in DoWriteRAF() local
/third_party/libuv/docs/code/multi-echo-server/
H A Dmain.c40 uv_write_t *write_req = (uv_write_t*) malloc(sizeof(uv_write_t)); in on_new_connection() local

Completed in 9 milliseconds

12