Searched refs:evPollfdRealloc (Results 1 – 4 of 4) sorted by relevance
267 extern int evPollfdRealloc(evContext_p *ctx, int pollfd_chunk_size, int fd);
76 if (fd >= ctx->maxnfds && evPollfdRealloc(ctx, 1, fd) != 0) in evSelectFD()
815 evPollfdRealloc(evContext_p *ctx, int pollfd_chunk_size, int fd) { in evPollfdRealloc() function