OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_sock
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
pipe.c
262
int
new_sock
;
local
287
new_sock
= (uv__stream_fd(handle) == -1);
289
if (
new_sock
) {
316
(e.g. due to
new_sock
), so translate the error. */
324
if (
new_sock
) {
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
1021
int
new_sock
= accept(listen_socket, sai->ptr(), &sz);
local
1022
ASSERT_LT(0,
new_sock
);
1027
res = getpeername(
new_sock
, sai->ptr(), &sz);
1032
close(
new_sock
);
Completed in 29 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026