Home
last modified time | relevance | path

Searched refs:drained_writecb (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/sample/
H A Dle-proxy.c50 static void drained_writecb(struct bufferevent *bev, void *ctx);
72 bufferevent_setcb(partner, readcb, drained_writecb, in readcb()
81 drained_writecb(struct bufferevent *bev, void *ctx) in drained_writecb() function