Searched refs:bufferevent_init_common (Results 1 – 8 of 8) sorted by relevance
/external/libevent/ |
D | bufferevent-internal.h | 273 int bufferevent_init_common(struct bufferevent_private *, struct event_base *, const struct buffere…
|
D | bufferevent_pair.c | 97 if (bufferevent_init_common(&bufev->bev, base, &bufferevent_ops_pair, in bufferevent_pair_elt_new()
|
D | bufferevent_filter.c | 183 if (bufferevent_init_common(&bufev_f->bev, underlying->ev_base, in bufferevent_filter_new()
|
D | bufferevent_sock.c | 331 if (bufferevent_init_common(bufev_p, base, &bufferevent_ops_socket, in bufferevent_socket_new()
|
D | bufferevent_async.c | 562 if (bufferevent_init_common(&bev_a->bev, base, &bufferevent_ops_async, in bufferevent_async_new()
|
D | bufferevent.c | 272 bufferevent_init_common(struct bufferevent_private *bufev_private, in bufferevent_init_common() function
|
D | bufferevent_openssl.c | 1308 if (bufferevent_init_common(bev_p, base, in bufferevent_openssl_new_impl()
|
D | ChangeLog | 820 o Fix infrequent memory leak in bufferevent_init_common(). (8398641 Jardel Weyrich)
|