Home
last modified time | relevance | path

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

/external/libevent/
Dbufferevent-internal.h273 int bufferevent_init_common(struct bufferevent_private *, struct event_base *, const struct buffere…
Dbufferevent_pair.c97 if (bufferevent_init_common(&bufev->bev, base, &bufferevent_ops_pair, in bufferevent_pair_elt_new()
Dbufferevent_filter.c183 if (bufferevent_init_common(&bufev_f->bev, underlying->ev_base, in bufferevent_filter_new()
Dbufferevent_sock.c331 if (bufferevent_init_common(bufev_p, base, &bufferevent_ops_socket, in bufferevent_socket_new()
Dbufferevent_async.c562 if (bufferevent_init_common(&bev_a->bev, base, &bufferevent_ops_async, in bufferevent_async_new()
Dbufferevent.c272 bufferevent_init_common(struct bufferevent_private *bufev_private, in bufferevent_init_common() function
Dbufferevent_openssl.c1308 if (bufferevent_init_common(bev_p, base, in bufferevent_openssl_new_impl()
DChangeLog820 o Fix infrequent memory leak in bufferevent_init_common(). (8398641 Jardel Weyrich)