HomeSort by relevance Sort by last modified time
    Searched refs:bufferevent_ops (Results 1 - 8 of 8) sorted by null

  /external/libevent/
bufferevent-internal.h 214 struct bufferevent_ops { struct
257 extern const struct bufferevent_ops bufferevent_ops_socket;
258 extern const struct bufferevent_ops bufferevent_ops_filter;
259 extern const struct bufferevent_ops bufferevent_ops_pair;
266 extern const struct bufferevent_ops bufferevent_ops_async;
273 int bufferevent_init_common(struct bufferevent_private *, struct event_base *, const struct bufferevent_ops *, enum bufferevent_options options);
bufferevent_pair.c 325 const struct bufferevent_ops bufferevent_ops_pair = {
bufferevent_filter.c 95 const struct bufferevent_ops bufferevent_ops_filter = {