/libuv/docs/code/tty-gravity/ |
H A D | main.c | 9 uv_write_t write_req; variable
|
/libuv/docs/code/uvcat/ |
H A D | main.c | 10 uv_fs_t write_req; variable
|
/libuv/test/ |
H A D | test-tcp-read-stop.c | 27 static uv_write_t write_req; variable
|
H A D | test-signal-pending-on-close.c | 32 static uv_write_t write_req; variable
|
H A D | test-tcp-write-fail.c | 36 static uv_write_t write_req; variable
|
H A D | benchmark-pound.c | 46 uv_write_t write_req; member 54 uv_write_t write_req; member 62 uv_write_t write_req; member
|
H A D | test-ipc-send-recv.c | 46 uv_write_t write_req; member 58 uv_write_t write_req; member 309 uv_write_t* write_req; in read_cb() local
|
H A D | test-pipe-set-non-blocking.c | 77 uv_write_t write_req; in TEST_IMPL() local
|
H A D | test-not-readable-nor-writable-on-read-error.c | 28 static uv_write_t write_req; variable
|
H A D | test-readable-on-eof.c | 28 static uv_write_t write_req; variable
|
H A D | test-tcp-write-to-half-open-connection.c | 39 static uv_write_t write_req; variable
|
H A D | test-tcp-unexpected-read.c | 30 static uv_write_t write_req; variable
|
H A D | test-metrics.c | 30 uv_fs_t write_req; member 314 uv_fs_t write_req; in TEST_IMPL() local
|
H A D | test-tcp-alloc-cb-fail.c | 35 static uv_write_t write_req; variable
|
H A D | test-shutdown-eof.c | 30 static uv_write_t write_req; variable
|
H A D | benchmark-tcp-write-batch.c | 34 } write_req; typedef
|
H A D | test-callback-stack.c | 36 static uv_write_t write_req; variable
|
H A D | test-tcp-shutdown-after-write.c | 31 static uv_write_t write_req; variable
|
H A D | test-spawn.c | 587 uv_write_t write_req; in TEST_IMPL() local 915 uv_write_t write_req; in TEST_IMPL() local 962 uv_write_t write_req; in TEST_IMPL() local 1010 uv_write_t write_req; in TEST_IMPL() local 1676 uv_write_t write_req; in TEST_IMPL() local 1896 uv_write_t write_req; in TEST_IMPL() local
|
H A D | test-tcp-writealot.c | 126 uv_write_t* write_req = write_reqs + i; in connect_cb() local
|
H A D | test-ipc-heavy-traffic-deadlock-bug.c | 40 uv_write_t write_req; member
|
H A D | test-fs-open-flags.c | 46 static uv_fs_t write_req; variable
|
H A D | test-tcp-bind-error.c | 266 uv_write_t write_req; in TEST_IMPL() local
|
H A D | test-stdio-over-pipes.c | 218 uv_write_t write_req[ARRAY_SIZE(buffers)]; in stdio_over_pipes_helper() local
|
/libuv/docs/code/multi-echo-server/ |
H A D | main.c | 40 uv_write_t *write_req = (uv_write_t*) malloc(sizeof(uv_write_t)); in on_new_connection() local
|