Searched refs:ConnectEx (Results 1 – 4 of 4) sorted by relevance
615 ext && ext->ConnectEx) in bufferevent_async_can_connect_()631 EVUTIL_ASSERT(ext && ext->ConnectEx && fd >= 0 && sa != NULL); in bufferevent_async_connect_()656 rc = ext->ConnectEx(fd, sa, socklen, NULL, 0, NULL, in bufferevent_async_connect_()
68 ConnectExPtr ConnectEx; member
158 ext->ConnectEx = get_extension_function(s, &connectex); in init_extension_functions()
757 ext->ConnectEx = NULL; in test_bufferevent_connect()