Searched refs:_win32_fhs (Results 1 – 1 of 1) sorted by relevance
120 static FHRec _win32_fhs[ WIN32_MAX_FHS ]; variable136 f = &_win32_fhs[fd]; in _fh_from_int()151 if (f && f->used && f >= _win32_fhs && f < _win32_fhs + WIN32_MAX_FHS) in _fh_to_int()152 return (int)(f - _win32_fhs) + WIN32_FH_BASE; in _fh_to_int()166 f = &_win32_fhs[ _win32_fh_count++ ]; in _fh_alloc()171 if ( _win32_fhs[nn].clazz == NULL) { in _fh_alloc()172 f = &_win32_fhs[nn]; in _fh_alloc()