HomeSort by: relevance | last modified time | path
    Searched defs:select_resize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
select.c 109 static int select_resize(struct selectop *sop, int fdsz);
120 if (select_resize(sop, SELECT_ALLOC_SIZE(32 + 1))) {
215 select_resize(struct selectop *sop, int fdsz) function
229 * change the semantics of select_resize from "expand the
279 if (select_resize(sop, fdsz)) {
  /src/external/bsd/ntp/dist/sntp/libevent/
select.c 108 static int select_resize(struct selectop *sop, int fdsz);
119 if (select_resize(sop, SELECT_ALLOC_SIZE(32 + 1))) {
214 select_resize(struct selectop *sop, int fdsz) function
228 * change the semantics of select_resize from "expand the
278 if (select_resize(sop, fdsz)) {

Completed in 231 milliseconds