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

/external/chromium/third_party/libevent/
H A Dselect.c213 fd_set *readset_out = NULL; local
227 if ((readset_out = realloc(sop->event_readset_out, fdsz)) == NULL)
229 sop->event_readset_out = readset_out;
/external/chromium_org/third_party/libevent/
H A Dselect.c213 fd_set *readset_out = NULL; local
227 if ((readset_out = realloc(sop->event_readset_out, fdsz)) == NULL)
229 sop->event_readset_out = readset_out;

Completed in 252 milliseconds