Home
last modified time | relevance | path

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

/minix3/external/bsd/libevent/dist/include/event2/
H A Dbufferevent_struct.h72 struct bufferevent { struct
76 bufferevent behaves. */ argument
77 const struct bufferevent_ops *be_ops; argument
85 bufferevent. */ argument
88 /** An input buffer. Only the bufferevent is allowed to add data to argument
92 /** An input buffer. Only the bufferevent is allowed to drain data argument
99 bufferevent_data_cb readcb; argument
100 bufferevent_data_cb writecb; argument
103 bufferevent_event_cb errorcb; argument
104 void *cbarg;
[all …]
H A Dbufferevent.h113 struct bufferevent struct
/minix3/external/bsd/libevent/dist/
H A Dbufferevent_openssl.c253 BIO_new_bufferevent(struct bufferevent *bufferevent, int close_flag) in BIO_new_bufferevent()