Searched refs:maxnfds (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/kits/network/libbind/isc/
H A Deventlib.c91 ctx->maxnfds = 0;
815 int i, maxnfds; local
818 if (fd < ctx->maxnfds)
825 maxnfds = (1 + (fd/pollfd_chunk_size)) * pollfd_chunk_size;
827 pollfds = realloc(ctx->pollfds, maxnfds * sizeof(*ctx->pollfds));
830 fdTable = realloc(ctx->fdTable, maxnfds * sizeof(*ctx->fdTable));
836 (long)maxnfds*sizeof(struct pollfd));
840 for (i = ctx->maxnfds; i < maxnfds; i++) {
846 ctx->maxnfds
[all...]
H A Dev_files.c74 if (fd >= ctx->maxnfds && evPollfdRealloc(ctx, 1, fd) != 0)
H A Deventlib_p.h234 int maxnfds; /* # elements in above */ member in struct:__anon4638

Completed in 37 milliseconds