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