/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-close-fd.c | 36 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-tcp-rst.c | 46 static void read_cb(uv_stream_t* t, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-shutdown-simultaneous.c | 52 static void read_cb(uv_stream_t* t, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-osx-select.c | 40 static void read_cb(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-not-readable-nor-writable-on-read-error.c | 53 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-tcp-write-to-half-open-connection.c | 77 static void read_cb(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-readable-on-eof.c | 53 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-tcp-oob.c | 58 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-tcp-unexpected-read.c | 57 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | blackhole-server.c | 72 static void read_cb(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-tcp-try-write.c | 78 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-shutdown-eof.c | 48 static void read_cb(uv_stream_t* t, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-pipe-sendmsg.c | 73 static void read_cb(uv_stream_t* handle, in read_cb() function
|
H A D | test-callback-stack.c | 70 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-delayed-accept.c | 118 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-tcp-shutdown-after-write.c | 76 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-tcp-close-accept.c | 87 static void read_cb(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-tcp-writealot.c | 84 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
H A D | test-ipc-heavy-traffic-deadlock-bug.c | 93 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() function
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | test-eof.c | 60 read_cb(evutil_socket_t fd, short event, void *arg) in read_cb() function
|
H A D | bench_cascade.c | 70 read_cb(evutil_socket_t fd, short which, void *arg) in read_cb() function
|
H A D | bench.c | 80 read_cb(evutil_socket_t fd, short which, void *arg) in read_cb() function
|
H A D | regress_et.c | 67 read_cb(evutil_socket_t fd, short event, void *arg) in read_cb() function
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test_archive_read_open2.c | 35 read_cb(struct archive *a, void *client, const void **buff) in read_cb() function
|
/netbsd-src/external/mit/libuv/dist/src/win/ |
H A D | stream.c | 72 uv_read_cb read_cb) { in uv__read_start()
|