Home
last modified time | relevance | path

Searched refs:AcceptEx (Results 1 – 9 of 9) 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/libevent/
Diocp-internal.h66 AcceptExPtr AcceptEx; member
Devent_iocp.c156 ext->AcceptEx = get_extension_function(s, &acceptex); in init_extension_functions()
Dlistener.c166 if (ext->AcceptEx && ext->GetAcceptExSockaddrs) in evconnlistener_new()
565 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.py492 ov.AcceptEx(listener.fileno(), conn.fileno())
/external/python/cpython3/Modules/
Doverlapped.c117 if (!GET_WSA_POINTER(s, AcceptEx) || in initialize_function_pointers()
/external/syzkaller/executor/
Dsyscalls.h11763 {"AcceptEx", 0, (syscall_t)AcceptEx},
/external/syzkaller/sys/windows/
Dwindows.txt2414 AcceptEx(sListenSocket int64, sAcceptSocket int64, lpOutputBuffer ptr[inout, array[int8]], dwReceiv…