OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:w_by_fd
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
select.c
216
struct event **
w_by_fd
= NULL;
local
240
if ((
w_by_fd
= realloc(sop->event_w_by_fd,
243
sop->event_w_by_fd =
w_by_fd
;
/external/chromium_org/third_party/libevent/
select.c
216
struct event **
w_by_fd
= NULL;
local
240
if ((
w_by_fd
= realloc(sop->event_w_by_fd,
243
sop->event_w_by_fd =
w_by_fd
;
Completed in 808 milliseconds