Home
last modified time | relevance | path

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

123

/third_party/nghttp2/src/
Dasio_server_http2_impl.cc57 void http2_impl::backlog(int backlog) { backlog_ = backlog; } in backlog() argument
Dasio_server_http2.cc70 void http2::backlog(int backlog) { impl_->backlog(backlog); } in backlog() function in nghttp2::asio_http2::server::http2
Dasio_server.cc58 int backlog, serve_mux &mux, bool asynchronous) { in listen_and_serve()
81 int backlog) { in bind_and_listen()
/third_party/musl/src/network/
Dlisten.c4 int listen(int fd, int backlog) in listen()
/third_party/cef/libcef/browser/
Dserver_impl.cc156 int backlog, in CreateServer()
179 int backlog) { in Start()
519 int backlog) { in StartOnUIThread()
541 int backlog) { in StartOnHandlerThread()
/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/grpc/test/core/util/
Dtrickle_endpoint.cc198 size_t backlog = te->write_buffer.length; in grpc_trickle_endpoint_trickle() local
206 size_t backlog = te->write_buffer.length; in grpc_trickle_get_backlog() local
/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/libnl/include/linux-private/linux/
Dgen_stats.h63 __u32 backlog; member
/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.py444 def __init__(self, address=None, family=None, backlog=1, authkey=None): argument
588 def __init__(self, address, family, backlog=1): argument
648 def __init__(self, address, backlog=None): argument
/third_party/cef/libcef_dll/cpptoc/
Dserver_cpptoc.cc25 int backlog, in cef_server_create()
/third_party/node/src/
Dpipe_wrap.cc187 int backlog; in Listen() local
/third_party/cef/libcef_dll/ctocpp/
Dserver_ctocpp.cc26 int backlog, in CreateServer()
/third_party/libuv/src/unix/
Dpipe.c94 int uv__pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) { in uv__pipe_listen()
Dtcp.c331 int uv__tcp_listen(uv_tcp_t* tcp, int backlog, uv_connection_cb cb) { in uv__tcp_listen()
/third_party/node/lib/internal/cluster/
Dchild.js142 function listen(backlog) { argument
/third_party/node/lib/
Dnet.js1284 function setupListenHandle(address, port, addressType, backlog, fd, flags) { argument
1370 backlog, fd, exclusive, flags) { argument
1509 function lookupAndListen(self, port, address, backlog, exclusive, flags) { argument
/third_party/python/Lib/test/test_asyncio/
Dfunctional.py49 backlog=1, argument
/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/
Dmock_socket.py87 def listen(self, backlog): argument

123