Searched refs:WIN32_FH_BASE (Results 1 – 1 of 1) sorted by relevance
135 #define WIN32_FH_BASE 2048 macro147 fd -= WIN32_FH_BASE; in _fh_from_int()150 D( "_fh_from_int: invalid fd %d passed to %s", fd + WIN32_FH_BASE, in _fh_from_int()159 D( "_fh_from_int: invalid fd %d passed to %s", fd + WIN32_FH_BASE, in _fh_from_int()173 return (int)(f - _win32_fhs) + WIN32_FH_BASE; in _fh_to_int()