_osfhnd          1716 win32/win32.c  	if (_osfhnd(fd) == _get_osfhandle(fd)) {
_osfhnd          1731 win32/win32.c  #define _set_osfhnd(fh, osfh) (void)(_osfhnd(fh) = osfh)
_osfhnd          4396 win32/win32.c  	    DWORD low = SetFilePointer((HANDLE)_osfhnd(fd), 0, &high,
_osfhnd          4419 win32/win32.c      if (!ReadFile((HANDLE)_osfhnd(fd), buf, size, &read, pol)) {
_osfhnd          4443 win32/win32.c  		cancel_io((HANDLE)_osfhnd(fd));
_osfhnd          4448 win32/win32.c  	    if (!GetOverlappedResult((HANDLE)_osfhnd(fd), &ol, &read, TRUE) &&
_osfhnd          4456 win32/win32.c  		cancel_io((HANDLE)_osfhnd(fd));
_osfhnd          4471 win32/win32.c  	    SetFilePointer((HANDLE)_osfhnd(fd), low, &high, FILE_BEGIN);
_osfhnd          4515 win32/win32.c  	    DWORD low = SetFilePointer((HANDLE)_osfhnd(fd), 0, &high, method);
_osfhnd          4537 win32/win32.c      if (!WriteFile((HANDLE)_osfhnd(fd), buf, size, &written, pol)) {
_osfhnd          4557 win32/win32.c  		cancel_io((HANDLE)_osfhnd(fd));
_osfhnd          4562 win32/win32.c  	    if (!GetOverlappedResult((HANDLE)_osfhnd(fd), &ol, &written,
_osfhnd          4566 win32/win32.c  		cancel_io((HANDLE)_osfhnd(fd));
_osfhnd          4581 win32/win32.c  	    SetFilePointer((HANDLE)_osfhnd(fd), low, &high, FILE_BEGIN);