Searched refs:alloc_buffer (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-pipe-close-stdout-read-stdin.c32 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t* buf) function
82 r = uv_read_start((uv_stream_t *)&stdin_pipe, alloc_buffer, read_stdin);
/netbsd-current/external/mit/libuv/dist/docs/code/multi-echo-server/
H A Dworker.c22 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { function
74 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read);
86 uv_read_start((uv_stream_t*)&queue, alloc_buffer, on_new_connection);
H A Dmain.c26 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { function
/netbsd-current/external/mit/libuv/dist/docs/code/pipe-echo-server/
H A Dmain.c25 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { function
63 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read);
/netbsd-current/external/mit/libuv/dist/docs/code/tcp-echo-server/
H A Dmain.c23 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { function
65 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read);
/netbsd-current/external/mit/libuv/dist/docs/code/dns/
H A Dmain.c8 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { function
39 uv_read_start((uv_stream_t*) req->handle, alloc_buffer, on_read);
/netbsd-current/external/mit/libuv/dist/docs/code/udp-dhcp/
H A Dmain.c12 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { function
44 alloc_buffer(NULL, 256, &buffer);
112 uv_udp_recv_start(&recv_socket, alloc_buffer, on_read);
/netbsd-current/external/mit/libuv/dist/docs/code/uvtee/
H A Dmain.c18 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { function
75 uv_read_start((uv_stream_t*)&stdin_pipe, alloc_buffer, read_stdin);

Completed in 201 milliseconds