Home
last modified time | relevance | path

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

/external/libevent/
Dbufferevent_async.c596 ext && ext->ConnectEx) in bufferevent_async_can_connect_()
612 EVUTIL_ASSERT(ext && ext->ConnectEx && fd >= 0 && sa != NULL); in bufferevent_async_connect_()
637 rc = ext->ConnectEx(fd, sa, socklen, NULL, 0, NULL, in bufferevent_async_connect_()
Diocp-internal.h67 ConnectExPtr ConnectEx; member
Devent_iocp.c157 ext->ConnectEx = get_extension_function(s, &connectex); in init_extension_functions()
/external/python/cpython3/Lib/asyncio/
Dwindows_events.py511 ov.ConnectEx(conn.fileno(), address)
/external/python/cpython3/Modules/
Doverlapped.c116 !GET_WSA_POINTER(s, ConnectEx) || in initialize_function_pointers()
/external/libevent/test/
Dregress_bufferevent.c740 ext->ConnectEx = NULL; in test_bufferevent_connect()