Home
last modified time | relevance | path

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

/external/libevent/
Dbufferevent-internal.h214 struct bufferevent_ops { struct
257 extern const struct bufferevent_ops bufferevent_ops_socket; argument
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 …mmon(struct bufferevent_private *, struct event_base *, const struct bufferevent_ops *, enum buffe…
Dbufferevent_pair.c325 const struct bufferevent_ops bufferevent_ops_pair = {
Dbufferevent_filter.c95 const struct bufferevent_ops bufferevent_ops_filter = {
Dbufferevent_sock.c87 const struct bufferevent_ops bufferevent_ops_socket = {
Dbufferevent_async.c90 const struct bufferevent_ops bufferevent_ops_async = {
Dbufferevent.c274 const struct bufferevent_ops *ops, in bufferevent_init_common()
Dbufferevent_openssl.c334 const struct bufferevent_ops bufferevent_ops_openssl = {
/external/libevent/include/event2/
Dbufferevent_struct.h75 const struct bufferevent_ops *be_ops;