Searched refs:bufferevent_init_common_ (Results 1 – 8 of 8) sorted by relevance
/external/libevent/ |
D | bufferevent-internal.h | 325 int bufferevent_init_common_(struct bufferevent_private *, struct event_base *, const struct buffer…
|
D | bufferevent_pair.c | 99 if (bufferevent_init_common_(&bufev->bev, base, &bufferevent_ops_pair, in bufferevent_pair_elt_new()
|
D | bufferevent_filter.c | 192 if (bufferevent_init_common_(&bufev_f->bev, underlying->ev_base, in bufferevent_filter_new()
|
D | bufferevent_sock.c | 358 if (bufferevent_init_common_(bufev_p, base, &bufferevent_ops_socket, in bufferevent_socket_new()
|
D | bufferevent_async.c | 574 if (bufferevent_init_common_(&bev_a->bev, base, &bufferevent_ops_async, in bufferevent_async_new_()
|
D | bufferevent.c | 309 bufferevent_init_common_(struct bufferevent_private *bufev_private, in bufferevent_init_common_() function
|
D | bufferevent_openssl.c | 1363 if (bufferevent_init_common_(bev_p, base, in bufferevent_openssl_new_impl()
|
D | ChangeLog | 79 o Fix leaks in error path of the bufferevent_init_common_() (bb0f8fe7 Azat Khuzhin)
|