Lines Matching refs:num_handles
251 static int num_handles;
477 for (i = 0; i < num_handles; ++i)
497 if (num_handles > 0)
502 if (h >= num_handles)
517 last_handle_checked = num_handles - 1;
518 num_handles += ALLOC_INCREMENT;
520 handle = realloc (handle, num_handles * sizeof (handle[0]));
522 handle = malloc (num_handles * sizeof (handle[0]));
547 if (w->status || (unsigned) h >= (unsigned) num_handles || !handle[h].inuse)
1994 if (w->status || (unsigned) req.handle >= (unsigned) num_handles