OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pipeServer
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/test/
echo-server.c
38
static uv_pipe_t
pipeServer
;
361
server = (uv_handle_t*)&
pipeServer
;
364
r = uv_pipe_init(loop, &
pipeServer
, 0);
370
r = uv_pipe_bind(&
pipeServer
, pipeName);
376
r = uv_listen((uv_stream_t*)&
pipeServer
, SOMAXCONN, on_connection);
benchmark-pump.c
50
static uv_pipe_t
pipeServer
;
407
server = (uv_stream_t*)&
pipeServer
;
408
r = uv_pipe_init(loop, &
pipeServer
, 0);
410
r = uv_pipe_bind(&
pipeServer
, TEST_PIPENAME);
412
r = uv_listen((uv_stream_t*)&
pipeServer
, MAX_WRITE_HANDLES, connection_cb);
Completed in 15 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026