Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/sntp/libevent/
HDbufferevent_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_()
HDiocp-internal.h67 ConnectExPtr ConnectEx; member
HDevent_iocp.c157 ext->ConnectEx = get_extension_function(s, &connectex); in init_extension_functions()
/NextBSD/contrib/ntp/sntp/libevent/test/
HDregress_bufferevent.c679 ext->ConnectEx = NULL; in test_bufferevent_connect()