OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferevent_init_common
(Results
1 - 7
of
7
) sorted by null
/external/libevent/
bufferevent-internal.h
273
int
bufferevent_init_common
(struct bufferevent_private *, struct event_base *, const struct bufferevent_ops *, enum bufferevent_options options);
bufferevent_pair.c
97
if (
bufferevent_init_common
(&bufev->bev, base, &bufferevent_ops_pair,
bufferevent_filter.c
183
if (
bufferevent_init_common
(&bufev_f->bev, underlying->ev_base,
bufferevent_async.c
562
if (
bufferevent_init_common
(&bev_a->bev, base, &bufferevent_ops_async,
bufferevent_sock.c
331
if (
bufferevent_init_common
(bufev_p, base, &bufferevent_ops_socket,
bufferevent.c
272
bufferevent_init_common
(struct bufferevent_private *bufev_private,
function
bufferevent_openssl.c
[
all
...]
Completed in 555 milliseconds