Searched refs:osHandle (Results 1 – 1 of 1) sorted by relevance
3489 HANDLE osHandle; /* o.s. handle value */ in _fixed_read() local3491 if ((osHandle = (HANDLE)_get_osfhandle(fh)) != (HANDLE)-1) in _fixed_read()3493 if ((filepos = SetFilePointer(osHandle, -1, NULL, FILE_CURRENT)) == -1) in _fixed_read()