Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A 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 …]
H A Dbufferevent.h113 struct bufferevent struct
/freebsd/contrib/libevent/include/event2/
H A 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 …]
H A Dbufferevent.h113 struct bufferevent struct
/freebsd/contrib/pf/libevent/
H A Devent.h239 struct bufferevent { struct
260 struct bufferevent *bufferevent_new(int fd, argument
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c253 BIO_new_bufferevent(struct bufferevent *bufferevent) in BIO_new_bufferevent()
/freebsd/contrib/libevent/
H A Dbufferevent_openssl.c253 BIO_new_bufferevent(struct bufferevent *bufferevent) in BIO_new_bufferevent()