Searched defs:LockFileEx (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_win.c152 ** the LockFileEx() API. But we can still statically link against that
156 ** the LockFileEx() API.
337 #define LockFileEx(a,b,c,d,e,f) winceLockFileEx(&a, b, c, d, e, f) macro
592 ** An implementation of the LockFileEx() API of windows for wince
912 res = LockFileEx(pFile->h, LOCKFILE_FAIL_IMMEDIATELY,
1362 rc = LockFileEx(pFile->hFile.h, dwFlags, 0, nByte, 0, &ovlp);
1375 lockType==_SHM_UNLCK ? "UnlockFileEx" : "LockFileEx",
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8806 ** We cannot use LockFileEx() or UnlockFileEx() on Win95/98/ME because
8821 ** On WinNT/2K/XP systems, LockFileEx() and UnlockFileEx() are available,
17418 ** the LockFileEx() API. But we can still statically link against that
17422 ** the LockFileEx() API.
31456 #define LockFileEx macro
[all...]

Completed in 285 milliseconds