OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UV__UDP_DGRAM_MAXSIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
udp.c
166
chunks = buf->len /
UV__UDP_DGRAM_MAXSIZE
;
170
iov[k].iov_base = buf->base + k *
UV__UDP_DGRAM_MAXSIZE
;
171
iov[k].iov_len =
UV__UDP_DGRAM_MAXSIZE
;
241
handle->alloc_cb((uv_handle_t*) handle,
UV__UDP_DGRAM_MAXSIZE
, &buf);
/src/external/mit/libuv/dist/src/
uv-common.h
77
#define
UV__UDP_DGRAM_MAXSIZE
(64 * 1024)
/src/external/mit/libuv/dist/src/win/
udp.c
459
handle->alloc_cb((uv_handle_t*) handle,
UV__UDP_DGRAM_MAXSIZE
, &buf);
Completed in 18 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026