Searched refs:_win32_fh_next (Results 1 – 1 of 1) sorted by relevance
142 static int _win32_fh_next; // where to start search for free FHRec variable179 for (int i = _win32_fh_next; i < WIN32_MAX_FHS; ++i) { in _fh_alloc()182 _win32_fh_next = i + 1; in _fh_alloc()203 if (_win32_fh_next > offset) { in _fh_close()204 _win32_fh_next = offset; in _fh_close()