Home
last modified time | relevance | path

Searched refs:tfd_alloc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libbegemot/
H A Drpoll.c190 static u_int tfd_alloc; /* number of entries allocated */ variable
465 if(tims_used > tfd_alloc) { in sort_timers()
466 tfd_alloc = tims_used; in sort_timers()
467 tfd = _xrealloc(tfd, sizeof(int *) * tfd_alloc); in sort_timers()