Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dbufferevent_struct.h71 struct bufferevent { struct
75 bufferevent behaves. */ argument
76 const struct bufferevent_ops *be_ops; argument
84 bufferevent. */ argument
87 /** An input buffer. Only the bufferevent is allowed to add data to argument
91 /** An input buffer. Only the bufferevent is allowed to drain data argument
98 bufferevent_data_cb readcb; argument
99 bufferevent_data_cb writecb; argument
102 bufferevent_event_cb errorcb; argument
103 void *cbarg;
[all …]
H A Dbufferevent.h114 struct bufferevent struct
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/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 …]
/netbsd-src/external/bsd/libevent/dist/
H A Dbufferevent_openssl.c256 BIO_new_bufferevent(struct bufferevent *bufferevent) in BIO_new_bufferevent()