Home
last modified time | relevance | path

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

/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.py474 ov.AcceptEx(listener.fileno(), conn.fileno())
/external/python/cpython3/Modules/
Doverlapped.c115 if (!GET_WSA_POINTER(s, AcceptEx) || in initialize_function_pointers()