Searched refs:bev (Results 1 - 3 of 3) sorted by relevance

/external/chromium/third_party/libevent/test/
H A Dregress_http.c161 http_readcb(struct bufferevent *bev, void *arg) argument
165 event_debug(("%s: %s\n", __func__, EVBUFFER_DATA(bev->input)));
167 if (evbuffer_find(bev->input,
173 done = evhttp_parse_firstline(req, bev->input);
177 done = evhttp_parse_headers(req, bev->input);
188 bufferevent_disable(bev, EV_READ);
197 http_writecb(struct bufferevent *bev, void *arg) argument
199 if (EVBUFFER_LENGTH(bev->output) == 0) {
201 bufferevent_enable(bev, EV_READ);
207 http_errorcb(struct bufferevent *bev, shor argument
297 struct bufferevent *bev = arg; local
308 struct bufferevent *bev; local
795 http_failure_readcb(struct bufferevent *bev, void *arg) argument
811 struct bufferevent *bev; local
1078 struct bufferevent *bev; local
1134 http_chunked_readcb(struct bufferevent *bev, void *arg) argument
1140 http_chunked_errorcb(struct bufferevent *bev, short what, void *arg) argument
1227 http_chunked_writecb(struct bufferevent *bev, void *arg) argument
1269 struct bufferevent *bev; local
1355 struct bufferevent *bev; local
[all...]
H A Dregress.c1082 readcb(struct bufferevent *bev, void *arg) argument
1084 if (EVBUFFER_LENGTH(bev->input) == 8333) {
1085 bufferevent_disable(bev, EV_READ);
1091 writecb(struct bufferevent *bev, void *arg) argument
1093 if (EVBUFFER_LENGTH(bev->output) == 0)
1098 errorcb(struct bufferevent *bev, short what, void *arg) argument
1139 wm_readcb(struct bufferevent *bev, void *arg) argument
1141 int len = EVBUFFER_LENGTH(bev->input);
1146 evbuffer_drain(bev->input, len);
1150 bufferevent_disable(bev, EV_REA
1156 wm_writecb(struct bufferevent *bev, void *arg) argument
1163 wm_errorcb(struct bufferevent *bev, short what, void *arg) argument
[all...]
/external/linux-tools-perf/util/
H A Dheader.c673 static int __event_process_build_id(struct build_id_event *bev, argument
684 machine = perf_session__findnew_machine(session, bev->pid);
688 misc = bev->header.misc & PERF_RECORD_MISC_CPUMODE_MASK;
712 dso__set_build_id(dso, &bev->build_id);
743 struct build_id_event bev; local
760 bev.header = old_bev.header;
761 bev.pid = 0;
762 memcpy(bev.build_id, old_bev.build_id, sizeof(bev.build_id));
763 __event_process_build_id(&bev, filenam
775 struct build_id_event bev; local
[all...]

Completed in 117 milliseconds