Home
last modified time | relevance | path

Searched defs:bufferevent (Results 1 – 4 of 4) sorted by relevance

/external/libevent/include/event2/
Dbufferevent_struct.h70 struct bufferevent { struct
74 bufferevent behaves. */ argument
75 const struct bufferevent_ops *be_ops; argument
83 bufferevent. */ argument
86 /** An input buffer. Only the bufferevent is allowed to add data to argument
90 /** An input buffer. Only the bufferevent is allowed to drain data argument
97 bufferevent_data_cb readcb; argument
98 bufferevent_data_cb writecb; argument
101 bufferevent_event_cb errorcb; argument
102 void *cbarg;
[all …]
Dbufferevent.h113 struct bufferevent struct
/external/cronet/third_party/libevent/
Devent.h755 struct bufferevent { struct
756 struct event_base *ev_base;
780 Create a new bufferevent. argument
/external/libevent/
Dbufferevent_openssl.c253 BIO_new_bufferevent(struct bufferevent *bufferevent) in BIO_new_bufferevent()