Searched refs:bufferevent_ops_async (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h285 extern const struct bufferevent_ops bufferevent_ops_async;
286 #define BEV_IS_ASYNC(bevp) ((bevp)->be_ops == &bufferevent_ops_async)
H A Dbufferevent_async.c91 const struct bufferevent_ops bufferevent_ops_async = { variable in typeref:struct:bufferevent_ops
107 if (bev->be_ops != &bufferevent_ops_async)
557 if (bufferevent_init_common_(&bev_a->bev, base, &bufferevent_ops_async,

Completed in 165 milliseconds