Lines Matching refs:bufferevent
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) in readcb()
54 struct bufferevent *partner = ctx; in readcb()
79 drained_writecb(struct bufferevent *bev, void *ctx) in drained_writecb()
81 struct bufferevent *partner = ctx; in drained_writecb()
92 close_on_finished_writecb(struct bufferevent *bev, void *ctx) in close_on_finished_writecb()
102 eventcb(struct bufferevent *bev, short what, void *ctx) in eventcb()
104 struct bufferevent *partner = ctx; in eventcb()
161 struct bufferevent *b_out, *b_in; in accept_cb()
188 struct bufferevent *b_ssl; in accept_cb()