HomeSort by relevance Sort by last modified time
    Searched defs:bev (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libevent/test/
regress_http.c 161 http_readcb(struct bufferevent *bev, void *arg)
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)
199 if (EVBUFFER_LENGTH(bev->output) == 0) {
201 bufferevent_enable(bev, EV_READ);
207 http_errorcb(struct bufferevent *bev, short what, void *arg
297 struct bufferevent *bev = arg; local
308 struct bufferevent *bev; local
811 struct bufferevent *bev; local
1078 struct bufferevent *bev; local
1269 struct bufferevent *bev; local
1355 struct bufferevent *bev; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.c 1508 static int __event_process_build_id(struct build_id_event *bev,
1519 machine = perf_session__findnew_machine(session, bev->pid);
1523 misc = bev->header.misc & PERF_RECORD_MISC_CPUMODE_MASK;
1547 dso__set_build_id(dso, &bev->build_id);
1572 struct build_id_event bev; local
1589 bev.header = old_bev.header;
1595 bev.pid = HOST_KERNEL_ID
1613 struct build_id_event bev; local
    [all...]

Completed in 39 milliseconds