Home
last modified time | relevance | path

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

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