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

  /external/chromium/third_party/libevent/
select.c 215 struct event **r_by_fd = NULL; local
236 if ((r_by_fd = realloc(sop->event_r_by_fd,
239 sop->event_r_by_fd = r_by_fd;
  /external/chromium_org/third_party/libevent/
select.c 215 struct event **r_by_fd = NULL; local
236 if ((r_by_fd = realloc(sop->event_r_by_fd,
239 sop->event_r_by_fd = r_by_fd;

Completed in 431 milliseconds