Lines Matching defs:Bool
23064 typedef unsigned Bool;
23102 Bool isEphemeral:1; /* True for an ephemeral table */
23103 Bool useRandomRowid:1; /* Generate new record numbers semi-randomly */
23104 Bool isOrdered:1; /* True if the table is not BTREE_UNORDERED */
23105 Bool noReuse:1; /* OpenEphemeral may not reuse this cursor */
23106 Bool colCache:1; /* pCache pointer is initialized and non-NULL */
33940 BOOL bRc;
46520 WINBASEAPI BOOL WINAPI FlushViewOfFile(LPCVOID, SIZE_T);
46521 WINBASEAPI BOOL WINAPI UnmapViewOfFile(LPCVOID);
46552 BOOL bPending; /* Indicates a pending lock has been obtained */
46553 BOOL bReserved; /* Indicates a reserved lock has been obtained */
46554 BOOL bExclusive; /* Indicates an exclusive lock has been obtained */
46600 BOOL bNoLock; /* Non-zero if locking is disabled. */
46725 BOOL bOwned; /* Do we own the heap (i.e. destroy it on shutdown)? */
46817 #define osAreFileApisANSI ((BOOL(WINAPI*)(VOID))aSyscall[0].pCurrent)
46838 #define osCloseHandle ((BOOL(WINAPI*)(HANDLE))aSyscall[3].pCurrent)
46885 #define osCreateMutexW ((HANDLE(WINAPI*)(LPSECURITY_ATTRIBUTES,BOOL, \
46894 #define osDeleteFileA ((BOOL(WINAPI*)(LPCSTR))aSyscall[9].pCurrent)
46902 #define osDeleteFileW ((BOOL(WINAPI*)(LPCWSTR))aSyscall[10].pCurrent)
46910 #define osFileTimeToLocalFileTime ((BOOL(WINAPI*)(CONST FILETIME*, \
46919 #define osFileTimeToSystemTime ((BOOL(WINAPI*)(CONST FILETIME*, \
46924 #define osFlushFileBuffers ((BOOL(WINAPI*)(HANDLE))aSyscall[13].pCurrent)
46950 #define osFreeLibrary ((BOOL(WINAPI*)(HMODULE))aSyscall[16].pCurrent)
46962 #define osGetDiskFreeSpaceA ((BOOL(WINAPI*)(LPCSTR,LPDWORD,LPDWORD,LPDWORD, \
46971 #define osGetDiskFreeSpaceW ((BOOL(WINAPI*)(LPCWSTR,LPDWORD,LPDWORD,LPDWORD, \
46996 #define osGetFileAttributesExW ((BOOL(WINAPI*)(LPCWSTR,GET_FILEEX_INFO_LEVELS, \
47096 #define osGetVersionExA ((BOOL(WINAPI*)( \
47106 #define osGetVersionExW ((BOOL(WINAPI*)( \
47129 #define osHeapDestroy ((BOOL(WINAPI*)(HANDLE))aSyscall[38].pCurrent)
47133 #define osHeapFree ((BOOL(WINAPI*)(HANDLE,DWORD,LPVOID))aSyscall[39].pCurrent)
47151 #define osHeapValidate ((BOOL(WINAPI*)(HANDLE,DWORD, \
47194 #define osLockFile ((BOOL(WINAPI*)(HANDLE,DWORD,DWORD,DWORD, \
47205 #define osLockFileEx ((BOOL(WINAPI*)(HANDLE,DWORD,DWORD,DWORD,DWORD, \
47226 #define osQueryPerformanceCounter ((BOOL(WINAPI*)( \
47231 #define osReadFile ((BOOL(WINAPI*)(HANDLE,LPVOID,DWORD,LPDWORD, \
47236 #define osSetEndOfFile ((BOOL(WINAPI*)(HANDLE))aSyscall[53].pCurrent)
47257 #define osSystemTimeToFileTime ((BOOL(WINAPI*)(CONST SYSTEMTIME*, \
47267 #define osUnlockFile ((BOOL(WINAPI*)(HANDLE,DWORD,DWORD,DWORD, \
47277 #define osUnlockFileEx ((BOOL(WINAPI*)(HANDLE,DWORD,DWORD,DWORD, \
47286 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent)
47295 #define osWriteFile ((BOOL(WINAPI*)(HANDLE,LPCVOID,DWORD,LPDWORD, \
47323 BOOL))aSyscall[64].pCurrent)
47331 #define osSetFilePointerEx ((BOOL(WINAPI*)(HANDLE,LARGE_INTEGER, \
47340 #define osGetFileInformationByHandleEx ((BOOL(WINAPI*)(HANDLE, \
47456 ((BOOL(WINAPI*)(LPCVOID,SIZE_T))aSyscall[79].pCurrent)
48555 BOOL bLogged = FALSE;
48556 BOOL bInit = TRUE;
48679 static BOOL winceLockFile(
48687 BOOL bReturn = FALSE;
48745 static BOOL winceUnlockFile(
48753 BOOL bReturn = FALSE;
48814 static BOOL winLockFile(
48846 static BOOL winUnlockFile(
48929 BOOL bRet; /* Value returned by SetFilePointerEx() */
49303 BOOL rc;
49812 static BOOL winIsLongPathPrefix(const char *);
49813 static BOOL winIsDriveLetterAndColon(const char *);
50153 BOOL bRc = osUnmapViewOfFile(p->aRegion[i].pMap);
51838 static BOOL winIsLongPathPrefix(
51849 static BOOL winIsDriveLetterAndColon(
51861 static BOOL winIsVerbatimPathname(