Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/
Devbuffer.c79 struct bufferevent *bufev = arg; in bufferevent_read_pressure_cb()
95 struct bufferevent *bufev = arg; in bufferevent_readcb()
166 struct bufferevent *bufev = arg; in bufferevent_writecb()
233 struct bufferevent *
237 struct bufferevent *bufev; in bufferevent_new()
239 if ((bufev = calloc(1, sizeof(struct bufferevent))) == NULL) in bufferevent_new()
269 bufferevent_setcb(struct bufferevent *bufev, in bufferevent_setcb()
280 bufferevent_setfd(struct bufferevent *bufev, int fd) in bufferevent_setfd()
296 bufferevent_priority_set(struct bufferevent *bufev, int priority) in bufferevent_priority_set()
309 bufferevent_free(struct bufferevent *bufev) in bufferevent_free()
[all …]
Devent.h745 struct bufferevent;
746 typedef void (*evbuffercb)(struct bufferevent *, void *);
747 typedef void (*everrorcb)(struct bufferevent *, short what, void *);
755 struct bufferevent { struct
813 struct bufferevent *bufferevent_new(int fd,
825 int bufferevent_base_set(struct event_base *base, struct bufferevent *bufev);
835 int bufferevent_priority_set(struct bufferevent *bufev, int pri);
843 void bufferevent_free(struct bufferevent *bufev);
860 void bufferevent_setcb(struct bufferevent *bufev,
869 void bufferevent_setfd(struct bufferevent *bufev, int fd);
[all …]
DChangeLog68 …o Fix a bug where setting the timeout on a bufferevent would take not effect if the event was alre…
92 o fix a bug in bufferevent read water marks and add a test for them
/external/chromium/third_party/libevent/test/
Dregress_http.c161 http_readcb(struct bufferevent *bev, void *arg) in http_readcb()
197 http_writecb(struct bufferevent *bev, void *arg) in http_writecb()
207 http_errorcb(struct bufferevent *bev, short what, void *arg) in http_errorcb()
297 struct bufferevent *bev = arg; in http_complete_write()
308 struct bufferevent *bev; in http_basic_test()
795 http_failure_readcb(struct bufferevent *bev, void *arg) in http_failure_readcb()
811 struct bufferevent *bev; in http_failure_test()
1078 struct bufferevent *bev; in http_base_test()
1134 http_chunked_readcb(struct bufferevent *bev, void *arg) in http_chunked_readcb()
1140 http_chunked_errorcb(struct bufferevent *bev, short what, void *arg) in http_chunked_errorcb()
[all …]
Dregress.c1082 readcb(struct bufferevent *bev, void *arg) in readcb()
1091 writecb(struct bufferevent *bev, void *arg) in writecb()
1098 errorcb(struct bufferevent *bev, short what, void *arg) in errorcb()
1106 struct bufferevent *bev1, *bev2; in test_bufferevent()
1139 wm_readcb(struct bufferevent *bev, void *arg) in wm_readcb()
1156 wm_writecb(struct bufferevent *bev, void *arg) in wm_writecb()
1163 wm_errorcb(struct bufferevent *bev, short what, void *arg) in wm_errorcb()
1171 struct bufferevent *bev1, *bev2; in test_bufferevent_watermarks()