| /src/external/mit/libuv/dist/test/ |
| test-tcp-connect-error-after-write.c | 46 static void write_cb(uv_write_t* req, int status) { function 76 r = uv_write(&write_req, (uv_stream_t*)&conn, &buf, 1, write_cb); 85 r = uv_write(&write_req, (uv_stream_t*)&conn, &buf, 1, write_cb);
|
| test-tcp-connect-error-after-write.c | 46 static void write_cb(uv_write_t* req, int status) { function 76 r = uv_write(&write_req, (uv_stream_t*)&conn, &buf, 1, write_cb); 85 r = uv_write(&write_req, (uv_stream_t*)&conn, &buf, 1, write_cb);
|
| test-tcp-write-after-connect.c | 34 static void write_cb(uv_write_t *req, int status) { function 65 write_cb));
|
| test-tcp-write-after-connect.c | 34 static void write_cb(uv_write_t *req, int status) { function 65 write_cb));
|
| test-signal-pending-on-close.c | 51 static void write_cb(uv_write_t* req, int status) { function 83 r = uv_write(&write_req, (uv_stream_t *) &pipe_hdl, &buffer, 1, write_cb);
|
| test-tcp-read-stop.c | 35 static void write_cb(uv_write_t* req, int status) { function 47 write_cb));
|
| test-signal-pending-on-close.c | 51 static void write_cb(uv_write_t* req, int status) { function 83 r = uv_write(&write_req, (uv_stream_t *) &pipe_hdl, &buffer, 1, write_cb);
|
| test-tcp-read-stop.c | 35 static void write_cb(uv_write_t* req, int status) { function 47 write_cb));
|
| test-not-readable-nor-writable-on-read-error.c | 36 static void write_cb(uv_write_t* req, int status) { function 79 write_cb);
|
| test-pipe-set-non-blocking.c | 54 static void write_cb(uv_write_t* req, int status) { function 56 req->handle = NULL; /* signal completion of write_cb */ 107 write_cb)); 110 ASSERT_NULL(write_req.handle); /* check for signaled completion of write_cb */
|
| test-readable-on-eof.c | 36 static void write_cb(uv_write_t* req, int status) { function 85 write_cb);
|
| test-tcp-alloc-cb-fail.c | 44 static void write_cb(uv_write_t* req, int status) { function 72 r = uv_write(&write_req, req->handle, &buf, 1, write_cb);
|
| test-tcp-close.c | 37 static void write_cb(uv_write_t* req, int status); 51 r = uv_write(req, (uv_stream_t*)&tcp_handle, &buf, 1, write_cb); 59 static void write_cb(uv_write_t* req, int status) { function
|
| test-tcp-unexpected-read.c | 68 static void write_cb(uv_write_t* req, int status) { function 83 &buf, 1, write_cb));
|
| test-tcp-write-fail.c | 60 static void write_cb(uv_write_t* req, int status) { function 86 r = uv_write(&write_req, stream, &buf, 1, write_cb);
|
| test-tcp-write-to-half-open-connection.c | 31 static void write_cb(uv_write_t* req, int status); 63 r = uv_write(&write_req, (uv_stream_t*)&tcp_peer, &buf, 1, write_cb); 99 static void write_cb(uv_write_t* req, int status) { function
|
| test-not-readable-nor-writable-on-read-error.c | 36 static void write_cb(uv_write_t* req, int status) { function 79 write_cb);
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| buf_writer.h | 5 * Note: when using the buffered writer, cbopaque is passed to write_cb only 7 * to something that's changing for each write_cb call, or something that 8 * affects write_cb in a way dependent on the content of the output string. 10 * some "option like" content for the write_cb, so it doesn't matter. 14 write_cb_t *write_cb; member in struct:__anon6742 23 write_cb_t *write_cb, void *cbopaque, char *buf, size_t buf_len);
|
| buf_writer.h | 5 * Note: when using the buffered writer, cbopaque is passed to write_cb only 7 * to something that's changing for each write_cb call, or something that 8 * affects write_cb in a way dependent on the content of the output string. 10 * some "option like" content for the write_cb, so it doesn't matter. 14 write_cb_t *write_cb; member in struct:__anon6742 23 write_cb_t *write_cb, void *cbopaque, char *buf, size_t buf_len);
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| buf_writer.h | 5 * Note: when using the buffered writer, cbopaque is passed to write_cb only 7 * to something that's changing for each write_cb call, or something that 8 * affects write_cb in a way dependent on the content of the output string. 10 * some "option like" content for the write_cb, so it doesn't matter. 14 write_cb_t *write_cb; member in struct:__anon6818 23 write_cb_t *write_cb, void *cbopaque, char *buf, size_t buf_len);
|
| buf_writer.h | 5 * Note: when using the buffered writer, cbopaque is passed to write_cb only 7 * to something that's changing for each write_cb call, or something that 8 * affects write_cb in a way dependent on the content of the output string. 10 * some "option like" content for the write_cb, so it doesn't matter. 14 write_cb_t *write_cb; member in struct:__anon6818 23 write_cb_t *write_cb, void *cbopaque, char *buf, size_t buf_len);
|
| /src/external/bsd/libevent/dist/test/ |
| test-weof.c | 63 write_cb(evutil_socket_t fd, short event, void *arg) function 109 event_set(&ev, pair[1], EV_WRITE, write_cb, &ev);
|
| test-weof.c | 63 write_cb(evutil_socket_t fd, short event, void *arg) function 109 event_set(&ev, pair[1], EV_WRITE, write_cb, &ev);
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| test-weof.c | 62 write_cb(evutil_socket_t fd, short event, void *arg) function 108 event_set(&ev, pair[1], EV_WRITE, write_cb, &ev);
|
| test-weof.c | 62 write_cb(evutil_socket_t fd, short event, void *arg) function 108 event_set(&ev, pair[1], EV_WRITE, write_cb, &ev);
|