Home
last modified time | relevance | path

Searched defs:bufferevent (Results 1 – 3 of 3) 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/libevent/
Dbufferevent_openssl.c254 BIO_new_bufferevent(struct bufferevent *bufferevent, int close_flag) in BIO_new_bufferevent()