Searched refs:bufferevent_async_new_ (Results 1 – 4 of 4) sorted by relevance
317 bea1 = bufferevent_async_new_(data->base, data->pair[0], in test_iocp_bufferevent_async()319 bea2 = bufferevent_async_new_(data->base, data->pair[1], in test_iocp_bufferevent_async()
202 struct bufferevent *bufferevent_async_new_(struct event_base *base,
352 return bufferevent_async_new_(base, fd, options); in bufferevent_socket_new()
543 bufferevent_async_new_(struct event_base *base, in bufferevent_async_new_() function