Home
last modified time | relevance | path

Searched defs:backlog (Results 1 – 25 of 53) sorted by relevance

123

/third_party/node/lib/internal/cluster/
Dround_robin_handle.js18 function RoundRobinHandle(key, address, { port, fd, flags, backlog, readableAll, writableAll }) { property
27 this.server.listen({ fd, backlog }); field
34 backlog, property
39 backlog, property
Dchild.js181 function listen(backlog) { argument
/third_party/musl/src/network/
Dlisten.c4 int listen(int fd, int backlog) in listen()
/third_party/node/test/parallel/
Dtest-cluster-net-listen-backlog.js41 backlog: kExpectedBacklog, property
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSocket.cpp65 void Socket::listen(int backlog) in listen()
/third_party/skia/third_party/externals/swiftshader/src/System/
DSocket.cpp66 void Socket::listen(int backlog) in listen()
/third_party/ltp/include/old/
Dold_safe_net.h37 #define SAFE_LISTEN(cleanup_fn, socket, backlog) \ argument
/third_party/ltp/testcases/kernel/syscalls/listen/
Dlisten01.c70 int backlog; /* connect's 3rd argument */ member
/third_party/python/Lib/multiprocessing/dummy/
Dconnection.py20 def __init__(self, address=None, family=None, backlog=1): argument
/third_party/node/deps/uv/src/win/
Dstream.c30 int uv_listen(uv_stream_t* stream, int backlog, uv_connection_cb cb) { in uv_listen()
/third_party/libuv/src/win/
Dstream.c30 int uv_listen(uv_stream_t* stream, int backlog, uv_connection_cb cb) { in uv_listen()
/third_party/python/Lib/multiprocessing/
Dconnection.py438 def __init__(self, address=None, family=None, backlog=1, authkey=None): argument
582 def __init__(self, address, family, backlog=1): argument
642 def __init__(self, address, backlog=None): argument
/third_party/node/src/
Dpipe_wrap.cc201 int backlog; in Listen() local
Dtcp_wrap.cc286 int backlog; in Listen() local
/third_party/node/lib/
Dnet.js1770 function setupListenHandle(address, port, addressType, backlog, fd, flags) { argument
1856 backlog, fd, exclusive, flags, options) { argument
1875 backlog, property
2007 function lookupAndListen(self, port, address, backlog, exclusive, flags) { argument
/third_party/node/deps/uv/src/unix/
Dpipe.c112 int uv__pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) { in uv__pipe_listen()
Dtcp.c340 int uv__tcp_listen(uv_tcp_t* tcp, int backlog, uv_connection_cb cb) { in uv__tcp_listen()
/third_party/ltp/include/
Dtst_safe_net.h55 #define SAFE_LISTEN(socket, backlog) \ argument
/third_party/lwip/src/include/lwip/
Daltcp.h108 #define altcp_listen_with_backlog(conn, backlog) altcp_listen_with_backlog_and_err(conn, backlog, N… argument
/third_party/python/Lib/test/test_asyncio/
Dfunctional.py49 backlog=1, argument
/third_party/libuv/src/unix/
Dpipe.c146 int uv__pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) { in uv__pipe_listen()
Dtcp.c415 int uv__tcp_listen(uv_tcp_t* tcp, int backlog, uv_connection_cb cb) { in uv__tcp_listen()
/third_party/python/Lib/test/
Dmock_socket.py87 def listen(self, backlog): argument
/third_party/lwip/src/apps/http/
Daltcp_proxyconnect.c484 altcp_proxyconnect_listen(struct altcp_pcb *conn, u8_t backlog, err_t *err) in altcp_proxyconnect_listen()
/third_party/lwip/src/include/lwip/priv/
Dapi_msg.h148 u8_t backlog; member

123