Searched refs:_win32_fh_next (Results 1 – 1 of 1) sorted by relevance
146 static int _win32_fh_next; // where to start search for free FHRec variable191 for (int i = _win32_fh_next; i < WIN32_MAX_FHS; ++i) { in _fh_alloc()194 _win32_fh_next = i + 1; in _fh_alloc()218 if (_win32_fh_next > offset) { in _fh_close()219 _win32_fh_next = offset; in _fh_close()