Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/sntp/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()
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
Dregress_bufferevent.c679 ext->ConnectEx = NULL; in test_bufferevent_connect()