Searched refs:ConnectEx (Results 1 – 6 of 6) sorted by relevance
596 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_()
67 ConnectExPtr ConnectEx; member
157 ext->ConnectEx = get_extension_function(s, &connectex); in init_extension_functions()
511 ov.ConnectEx(conn.fileno(), address)
116 !GET_WSA_POINTER(s, ConnectEx) || in initialize_function_pointers()
740 ext->ConnectEx = NULL; in test_bufferevent_connect()