Home
last modified time | relevance | path

Searched refs:bufferevent_init_common_ (Results 1 – 8 of 8) sorted by relevance

/external/libevent/
Dbufferevent-internal.h325 int bufferevent_init_common_(struct bufferevent_private *, struct event_base *, const struct buffer…
Dbufferevent_pair.c99 if (bufferevent_init_common_(&bufev->bev, base, &bufferevent_ops_pair, in bufferevent_pair_elt_new()
Dbufferevent_filter.c192 if (bufferevent_init_common_(&bufev_f->bev, underlying->ev_base, in bufferevent_filter_new()
Dbufferevent_sock.c358 if (bufferevent_init_common_(bufev_p, base, &bufferevent_ops_socket, in bufferevent_socket_new()
Dbufferevent_async.c574 if (bufferevent_init_common_(&bev_a->bev, base, &bufferevent_ops_async, in bufferevent_async_new_()
Dbufferevent.c309 bufferevent_init_common_(struct bufferevent_private *bufev_private, in bufferevent_init_common_() function
Dbufferevent_openssl.c1363 if (bufferevent_init_common_(bev_p, base, in bufferevent_openssl_new_impl()
DChangeLog79 o Fix leaks in error path of the bufferevent_init_common_() (bb0f8fe7 Azat Khuzhin)