Home
last modified time | relevance | path

Searched refs:buffers (Results 1 – 11 of 11) sorted by relevance

/libuv/test/
H A Dtest-stdio-over-pipes.c208 char* buffers[] = { in stdio_over_pipes_helper() local
218 uv_write_t write_req[ARRAY_SIZE(buffers)]; in stdio_over_pipes_helper()
219 uv_buf_t buf[ARRAY_SIZE(buffers)]; in stdio_over_pipes_helper()
249 for (i = 0; i < ARRAY_SIZE(buffers); i++) { in stdio_over_pipes_helper()
250 buf[i] = uv_buf_init((char*) buffers[i], strlen(buffers[i])); in stdio_over_pipes_helper()
253 for (i = 0; i < ARRAY_SIZE(buffers); i++) { in stdio_over_pipes_helper()
H A Dtest-ipc-heavy-traffic-deadlock-bug.c41 char buffers[BUFFER_SIZE][BUFFERS_PER_WRITE]; member
72 memset(&write_info->buffers[i], BUFFER_CONTENT, BUFFER_SIZE); in do_write()
73 bufs[i] = uv_buf_init(write_info->buffers[i], BUFFER_SIZE); in do_write()
/libuv/src/win/
H A Dwinsock.c270 int WSAAPI uv__wsarecv_workaround(SOCKET socket, WSABUF* buffers, in uv__wsarecv_workaround() argument
284 info.BufferArray = buffers; in uv__wsarecv_workaround()
364 int WSAAPI uv__wsarecvfrom_workaround(SOCKET socket, WSABUF* buffers, in uv__wsarecvfrom_workaround() argument
380 info.BufferArray = buffers; in uv__wsarecvfrom_workaround()
H A Dinternal.h304 int WSAAPI uv__wsarecv_workaround(SOCKET socket, WSABUF* buffers,
307 int WSAAPI uv__wsarecvfrom_workaround(SOCKET socket, WSABUF* buffers,
/libuv/docs/src/guide/
H A Dfilesystem.rst224 buffers are required to hold incoming data. ``read_stdin`` will be called with
225 these buffers.
227 .. rubric:: uvtee/main.c - reading buffers
235 buffers with V8 objects.
261 unwrap it in the callbacks. We make a copy so we can free the two buffers from
264 like reference counted buffers or a pool of buffers in any major application.
H A Dnetworking.rst34 5. Use :ref:`stream operations <buffers-and-streams>` to communicate with the
/libuv/include/uv/
H A Dwin.h187 LPWSABUF buffers,
196 LPWSABUF buffers,
/libuv/docs/src/
H A Dudp.rst396 :param bufs: List of buffers to send.
398 :param nbufs: Number of buffers in `bufs`.
H A Dstream.rst187 The memory pointed to by the buffers must remain valid until the callback gets called.
H A Dfs.rst576 File I/O is done directly to and from user-space buffers, which must be
/libuv/
H A DChangeLog2100 * unix: make uv_fs_read() fill all buffers (Ben Noordhuis)
3860 * unix, win: consistently null-terminate buffers (Saúl Ibarra Corretgé)
4451 * fs, pipe: no trailing terminator in exact sized buffers (Andrius Bentkus)
5121 * stream: do not leak `alloc_cb` buffers on error (Fedor Indutny)
5345 * stream: allow multiple buffers for uv_try_write (Fedor Indutny)

Completed in 53 milliseconds