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

/external/chromium/third_party/libevent/
H A Dselect.c215 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 42 milliseconds