Searched defs:on_read (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/mit/libuv/dist/docs/code/uvcat/ |
H A D | main.c | 25 void on_read(uv_fs_t *req) { in on_read() function
|
/netbsd-src/external/mit/libuv/dist/docs/code/dns/ |
H A D | main.c | 13 void on_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { in on_read() function
|
/netbsd-src/external/mit/libuv/dist/docs/code/udp-dhcp/ |
H A D | main.c | 17 void on_read(uv_udp_t *req, ssize_t nread, const uv_buf_t *buf, const struct sockaddr *addr, unsign… in on_read() function
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | benchmark-spawn.c | 91 static void on_read(uv_stream_t* pipe, ssize_t nread, const uv_buf_t* buf) { in on_read() function
|
H A D | test-stdio-over-pipes.c | 97 static void on_read(uv_stream_t* pipe, ssize_t nread, const uv_buf_t* rdbuf) { in on_read() function
|
H A D | test-ipc.c | 143 static void on_read(uv_stream_t* handle, in on_read() function
|
H A D | test-spawn.c | 129 static void on_read(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in on_read() function
|