Home
last modified time | relevance | path

Searched refs:AcceptEx (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_server_windows.cc63 LPFN_ACCEPTEX AcceptEx; member
268 success = port->AcceptEx(port->socket->socket, sock, port->addresses, 0, in start_accept_locked()
397 LPFN_ACCEPTEX AcceptEx; in add_socket_to_server() local
404 &AcceptEx, sizeof(AcceptEx), &ioctl_num_bytes, NULL, NULL); in add_socket_to_server()
434 sp->AcceptEx = AcceptEx; in add_socket_to_server()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_server_windows.cc68 LPFN_ACCEPTEX AcceptEx; member
274 success = port->AcceptEx(port->socket->socket, sock, port->addresses, 0, in start_accept_locked()
400 LPFN_ACCEPTEX AcceptEx; in add_socket_to_server() local
407 &AcceptEx, sizeof(AcceptEx), &ioctl_num_bytes, NULL, NULL); in add_socket_to_server()
437 sp->AcceptEx = AcceptEx; in add_socket_to_server()
/external/libevent/
Diocp-internal.h66 AcceptExPtr AcceptEx; member
Devent_iocp.c156 ext->AcceptEx = get_extension_function(s, &acceptex); in init_extension_functions()
Dlistener.c167 if (ext->AcceptEx && ext->GetAcceptExSockaddrs) in evconnlistener_new()
574 if (ext->AcceptEx(as->lev->fd, s, as->addrbuf, 0, in start_accepting()
DChangeLog-2.0419 o Set SO_UPDATE_ACCEPT_CONTEXT on sockets from AcceptEx so that shutdown() can work (52aa419)
/external/python/cpython3/Lib/asyncio/
Dwindows_events.py552 ov.AcceptEx(listener.fileno(), conn.fileno())
/external/python/cpython3/Modules/
Doverlapped.c129 if (!GET_WSA_POINTER(s, AcceptEx) || in initialize_function_pointers()