Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress_iocp.c317 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()
/external/libevent/
Diocp-internal.h202 struct bufferevent *bufferevent_async_new_(struct event_base *base,
Dbufferevent_sock.c352 return bufferevent_async_new_(base, fd, options); in bufferevent_socket_new()
Dbufferevent_async.c543 bufferevent_async_new_(struct event_base *base, in bufferevent_async_new_() function