HomeSort by relevance Sort by last modified time
    Searched refs:bufferevent_ops_async (Results 1 - 2 of 2) sorted by null

  /external/libevent/
bufferevent-internal.h 310 extern const struct bufferevent_ops bufferevent_ops_async;
311 #define BEV_IS_ASYNC(bevp) ((bevp)->be_ops == &bufferevent_ops_async)
bufferevent_async.c 91 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 1469 milliseconds