| /third_party/node/lib/internal/cluster/ |
| D | round_robin_handle.js | 18 function RoundRobinHandle(key, address, { port, fd, flags, backlog, readableAll, writableAll }) { property 27 this.server.listen({ fd, backlog }); field 34 backlog, property 39 backlog, property
|
| D | child.js | 181 function listen(backlog) { argument
|
| /third_party/musl/src/network/ |
| D | listen.c | 4 int listen(int fd, int backlog) in listen()
|
| /third_party/cef/libcef/browser/ |
| D | server_impl.cc | 156 int backlog, in CreateServer() 179 int backlog) { in Start() 519 int backlog) { in StartOnUIThread() 541 int backlog) { in StartOnHandlerThread()
|
| /third_party/node/test/parallel/ |
| D | test-cluster-net-listen-backlog.js | 41 backlog: kExpectedBacklog, property
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| D | Socket.cpp | 66 void Socket::listen(int backlog) in listen()
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| D | Socket.cpp | 65 void Socket::listen(int backlog) in listen()
|
| /third_party/ltp/include/old/ |
| D | old_safe_net.h | 37 #define SAFE_LISTEN(cleanup_fn, socket, backlog) \ argument
|
| /third_party/ltp/testcases/kernel/syscalls/listen/ |
| D | listen01.c | 70 int backlog; /* connect's 3rd argument */ member
|
| /third_party/python/Lib/multiprocessing/dummy/ |
| D | connection.py | 20 def __init__(self, address=None, family=None, backlog=1): argument
|
| /third_party/node/deps/uv/src/win/ |
| D | stream.c | 30 int uv_listen(uv_stream_t* stream, int backlog, uv_connection_cb cb) { in uv_listen()
|
| /third_party/libuv/src/win/ |
| D | stream.c | 30 int uv_listen(uv_stream_t* stream, int backlog, uv_connection_cb cb) { in uv_listen()
|
| /third_party/python/Lib/multiprocessing/ |
| D | connection.py | 439 def __init__(self, address=None, family=None, backlog=1, authkey=None): argument 583 def __init__(self, address, family, backlog=1): argument 643 def __init__(self, address, backlog=None): argument
|
| /third_party/node/src/ |
| D | pipe_wrap.cc | 201 int backlog; in Listen() local
|
| /third_party/cef/libcef_dll/cpptoc/ |
| D | server_cpptoc.cc | 25 int backlog, in cef_server_create()
|
| /third_party/cef/libcef_dll/ctocpp/ |
| D | server_ctocpp.cc | 26 int backlog, in CreateServer()
|
| /third_party/node/lib/ |
| D | net.js | 1770 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/ |
| D | pipe.c | 96 int uv__pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) { in uv__pipe_listen()
|
| D | tcp.c | 340 int uv__tcp_listen(uv_tcp_t* tcp, int backlog, uv_connection_cb cb) { in uv__tcp_listen()
|
| /third_party/libuv/src/unix/ |
| D | pipe.c | 96 int uv__pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) { in uv__pipe_listen()
|
| D | tcp.c | 340 int uv__tcp_listen(uv_tcp_t* tcp, int backlog, uv_connection_cb cb) { in uv__tcp_listen()
|
| /third_party/ltp/include/ |
| D | tst_safe_net.h | 55 #define SAFE_LISTEN(socket, backlog) \ argument
|
| /third_party/python/Lib/test/test_asyncio/ |
| D | functional.py | 49 backlog=1, argument
|
| /third_party/lwip/src/include/lwip/ |
| D | altcp.h | 108 #define altcp_listen_with_backlog(conn, backlog) altcp_listen_with_backlog_and_err(conn, backlog, N… argument
|
| /third_party/python/Lib/test/ |
| D | mock_socket.py | 87 def listen(self, backlog): argument
|