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_tcp_nodelay
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-tcp-flags.c
40
r =
uv_tcp_nodelay
(&handle, 1);
test-tcp-oob.c
128
ASSERT_OK(
uv_tcp_nodelay
(&client_handle, 1));
test-poll-oob.c
183
ASSERT_OK(
uv_tcp_nodelay
(&client_handle, 1));
/src/external/mit/libuv/dist/src/unix/
tcp.c
580
int
uv_tcp_nodelay
(uv_tcp_t* handle, int on) {
function
/src/external/mit/libuv/dist/include/
uv.h
603
UV_EXTERN int
uv_tcp_nodelay
(uv_tcp_t* handle, int enable);
/src/external/mit/libuv/dist/src/win/
tcp.c
1319
int
uv_tcp_nodelay
(uv_tcp_t* handle, int enable) {
function
Completed in 18 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026