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

  /external/chromium/third_party/libevent/
select.c 97 static int select_resize(struct selectop *sop, int fdsz);
207 select_resize(struct selectop *sop, int fdsz)
218 n_events = (fdsz/sizeof(fd_mask)) * NFDBITS;
224 if ((readset_in = realloc(sop->event_readset_in, fdsz)) == NULL)
227 if ((readset_out = realloc(sop->event_readset_out, fdsz)) == NULL)
230 if ((writeset_in = realloc(sop->event_writeset_in, fdsz)) == NULL)
233 if ((writeset_out = realloc(sop->event_writeset_out, fdsz)) == NULL)
246 fdsz - sop->event_fdsz);
248 fdsz - sop->event_fdsz);
254 sop->event_fdsz = fdsz;
279 int fdsz = sop->event_fdsz; local
    [all...]
  /external/chromium_org/third_party/libevent/
select.c 97 static int select_resize(struct selectop *sop, int fdsz);
207 select_resize(struct selectop *sop, int fdsz)
218 n_events = (fdsz/sizeof(fd_mask)) * NFDBITS;
224 if ((readset_in = realloc(sop->event_readset_in, fdsz)) == NULL)
227 if ((readset_out = realloc(sop->event_readset_out, fdsz)) == NULL)
230 if ((writeset_in = realloc(sop->event_writeset_in, fdsz)) == NULL)
233 if ((writeset_out = realloc(sop->event_writeset_out, fdsz)) == NULL)
246 fdsz - sop->event_fdsz);
248 fdsz - sop->event_fdsz);
254 sop->event_fdsz = fdsz;
279 int fdsz = sop->event_fdsz; local
    [all...]

Completed in 45 milliseconds