Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c49692 #if !defined(osUnlockFile) && defined(SQLITE_WIN32_HAS_ANSI)
49693 #define osUnlockFile ((BOOL(WINAPI*)(HANDLE,DWORD,DWORD,DWORD, \ macro
51375 return osUnlockFile(*phFile, offsetLow, offsetHigh, numBytesLow, in winUnlockFile()