Searched refs:bufferevent_ops (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent_struct.h75 const struct bufferevent_ops *be_ops;
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h228 struct bufferevent_ops { struct
276 extern const struct bufferevent_ops bufferevent_ops_socket;
277 extern const struct bufferevent_ops bufferevent_ops_filter;
278 extern const struct bufferevent_ops bufferevent_ops_pair;
285 extern const struct bufferevent_ops bufferevent_ops_async;
292 int bufferevent_init_common_(struct bufferevent_private *, struct event_base *, const struct bufferevent_ops *, enum bufferevent_options options);
H A Dbufferevent_pair.c348 const struct bufferevent_ops bufferevent_ops_pair = {
H A Dbufferevent_filter.c98 const struct bufferevent_ops bufferevent_ops_filter = {
H A Dbufferevent_async.c91 const struct bufferevent_ops bufferevent_ops_async = {
H A Dbufferevent_sock.c88 const struct bufferevent_ops bufferevent_ops_socket = {
H A Dbufferevent.c294 const struct bufferevent_ops *ops,
H A Dbufferevent_openssl.c341 const struct bufferevent_ops bufferevent_ops_openssl = {

Completed in 136 milliseconds