Home
last modified time | relevance | path

Searched refs:UnlockFileEx (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/winapi/
Dfile_management.hpp128 UnlockFileEx(
502 BOOST_FORCEINLINE BOOL_ UnlockFileEx( in UnlockFileEx() function
509 …return ::UnlockFileEx(hFile, dwReserved, nNumberOfBytesToUnlockLow, nNumberOfBytesToUnlockHigh, re… in UnlockFileEx()
/third_party/iowow/src/platform/win32/
Dwin32.c191 if (!UnlockFileEx(fh, 0, ULONG_MAX, ULONG_MAX, &offset)) { in iwp_unlock()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp816 { return 0 != boost::winapi::UnlockFileEx(hnd, reserved, size_low, size_high, overlapped); } in unlock_file_ex()
/third_party/sqlite/src/
Dsqlite3.c43437 { "UnlockFileEx", (SYSCALL)UnlockFileEx, 0 },