Home | History | Annotate | Download | only in sample

Lines Matching refs:bufferevent

3   with Libevent's bufferevent layer.
28 #include <event2/bufferevent.h>
48 static void drained_writecb(struct bufferevent *bev, void *ctx);
49 static void eventcb(struct bufferevent *bev, short what, void *ctx);
52 readcb(struct bufferevent *bev, void *ctx)
54 struct bufferevent *partner = ctx;
79 drained_writecb(struct bufferevent *bev, void *ctx)
81 struct bufferevent *partner = ctx;
92 close_on_finished_writecb(struct bufferevent *bev, void *ctx)
102 eventcb(struct bufferevent *bev, short what, void *ctx)
104 struct bufferevent *partner = ctx;
161 struct bufferevent *b_out, *b_in;
162 /* Create two linked bufferevent objects: one to connect, one for the
188 struct bufferevent *b_ssl;