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

  /src/external/bsd/libbind/dist/isc/
eventlib.c 93 ctx->maxnfds = 0;
817 int i, maxnfds; local
820 if (fd < ctx->maxnfds)
827 maxnfds = (1 + (fd/pollfd_chunk_size)) * pollfd_chunk_size;
829 pollfds = realloc(ctx->pollfds, maxnfds * sizeof(*ctx->pollfds));
832 fdTable = realloc(ctx->fdTable, maxnfds * sizeof(*ctx->fdTable));
838 (long)maxnfds*sizeof(struct pollfd));
842 for (i = ctx->maxnfds; i < maxnfds; i++) {
848 ctx->maxnfds = maxnfds
    [all...]
eventlib_p.h 236 int maxnfds; /* # elements in above */ member in struct:__anon7190
  /src/lib/libc/isc/
eventlib_p.h 236 int maxnfds; /* # elements in above */ member in struct:__anon376

Completed in 16 milliseconds