Home
last modified time | relevance | path

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

123

/third_party/musl/src/network/
Dlisten.c4 int listen(int fd, 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/Linux_Kernel/include/uapi/linux/
Dgen_stats.h61 __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.py439 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/libuv/src/unix/
Dpipe.c94 int uv_pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) { in uv_pipe_listen()
Dtcp.c328 int uv_tcp_listen(uv_tcp_t* tcp, int backlog, uv_connection_cb cb) { in uv_tcp_listen()
/third_party/node/src/
Dpipe_wrap.cc197 int backlog; in Listen() local
Dtcp_wrap.cc269 int backlog; in Listen() local
/third_party/node/lib/internal/cluster/
Dchild.js136 function listen(backlog) { argument
/third_party/node/lib/
Dnet.js1269 function setupListenHandle(address, port, addressType, backlog, fd, flags) { argument
1355 backlog, fd, exclusive, flags) { argument
1494 function lookupAndListen(self, port, address, backlog, exclusive, flags) { argument
/third_party/ltp/include/
Dtst_safe_net.h52 #define SAFE_LISTEN(socket, backlog) \ argument
/third_party/python/Lib/test/test_asyncio/
Dfunctional.py53 backlog=1, 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
/third_party/lwip/src/include/lwip/priv/
Dapi_msg.h148 u8_t backlog; member
/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/python/Lib/asyncio/
Dselector_events.py146 sslcontext=None, server=None, backlog=100, argument
154 sslcontext=None, server=None, backlog=100, argument
/third_party/lwip/src/core/
Dtcp.c825 tcp_listen_with_backlog(struct tcp_pcb *pcb, u8_t backlog) in tcp_listen_with_backlog()
848 tcp_listen_with_backlog_and_err(struct tcp_pcb *pcb, u8_t backlog, err_t *err) in tcp_listen_with_backlog_and_err()
Daltcp_tcp.c279 altcp_tcp_listen(struct altcp_pcb *conn, u8_t backlog, err_t *err) in altcp_tcp_listen()
Daltcp.c329 altcp_listen_with_backlog_and_err(struct altcp_pcb *conn, u8_t backlog, err_t *err) in altcp_listen_with_backlog_and_err()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc227 size_t backlog) GPR_ATTRIBUTE_NO_TSAN { in UpdateStats()

123