Home
last modified time | relevance | path

Searched refs:lock_bytes (Results 1 – 8 of 8) sorted by relevance

/dports/devel/glib20/glib-2.70.4/gio/
H A Dgwin32file-sync-stream.c59 ULARGE_INTEGER lock_bytes,
73 ULARGE_INTEGER lock_bytes,
307 ULARGE_INTEGER lock_bytes, in _file_sync_stream_lock_region() argument
316 ULARGE_INTEGER lock_bytes, in _file_sync_stream_unlock_region() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/clipboard/
H A Dclipboard_util_win.cc264 Microsoft::WRL::ComPtr<ILockBytes> lock_bytes; in CopyFileContentsToHGlobal() local
266 &lock_bytes); in CopyFileContentsToHGlobal()
271 lock_bytes.Get(), STGM_READWRITE | STGM_SHARE_EXCLUSIVE | STGM_CREATE, in CopyFileContentsToHGlobal()
282 hr = ::GetHGlobalFromILockBytes(lock_bytes.Get(), &hdata); in CopyFileContentsToHGlobal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/clipboard/
H A Dclipboard_util_win.cc264 Microsoft::WRL::ComPtr<ILockBytes> lock_bytes; in CopyFileContentsToHGlobal() local
266 &lock_bytes); in CopyFileContentsToHGlobal()
271 lock_bytes.Get(), STGM_READWRITE | STGM_SHARE_EXCLUSIVE | STGM_CREATE, in CopyFileContentsToHGlobal()
282 hr = ::GetHGlobalFromILockBytes(lock_bytes.Get(), &hdata); in CopyFileContentsToHGlobal()
/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwdsound.c984 int lock_bytes; in digi_directsound_unlock_voice() local
991 lock_bytes = ds_voices[voice].lock_size_a >> 1; in digi_directsound_unlock_voice()
993 while (lock_bytes--) in digi_directsound_unlock_voice()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/dragdrop/
H A Dos_exchange_data_provider_win.cc427 Microsoft::WRL::ComPtr<ILockBytes> lock_bytes; in SetVirtualFileContentAtIndexForTesting() local
429 nullptr, /* fDeleteOnRelease*/ TRUE, &lock_bytes); in SetVirtualFileContentAtIndexForTesting()
433 lock_bytes.Get(), STGM_READWRITE | STGM_SHARE_EXCLUSIVE | STGM_CREATE, in SetVirtualFileContentAtIndexForTesting()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/dragdrop/
H A Dos_exchange_data_provider_win.cc437 Microsoft::WRL::ComPtr<ILockBytes> lock_bytes; in SetVirtualFileContentAtIndexForTesting() local
439 nullptr, /* fDeleteOnRelease*/ TRUE, &lock_bytes); in SetVirtualFileContentAtIndexForTesting()
443 lock_bytes.Get(), STGM_READWRITE | STGM_SHARE_EXCLUSIVE | STGM_CREATE, in SetVirtualFileContentAtIndexForTesting()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxf86vidmode.rs996 let lock_bytes = self.lock.serialize();
1004 lock_bytes[0],
1005 lock_bytes[1],
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxf86vidmode.rs996 let lock_bytes = self.lock.serialize(); in serialize() localVariable
1004 lock_bytes[0], in serialize()
1005 lock_bytes[1], in serialize()