sqlite3_file 129 sql/connection.cc int GetSqlite3File(sqlite3* db, sqlite3_file** file) { sqlite3_file 328 sql/connection.cc sqlite3_file* file = NULL; sqlite3_file 460 sql/connection.cc sqlite3_file* file = NULL; sqlite3_file 1118 third_party/sqlite/amalgamation/sqlite3.c typedef struct sqlite3_file sqlite3_file; sqlite3_file 1215 third_party/sqlite/amalgamation/sqlite3.c int (*xClose)(sqlite3_file*); sqlite3_file 1216 third_party/sqlite/amalgamation/sqlite3.c int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); sqlite3_file 1217 third_party/sqlite/amalgamation/sqlite3.c int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); sqlite3_file 1218 third_party/sqlite/amalgamation/sqlite3.c int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); sqlite3_file 1219 third_party/sqlite/amalgamation/sqlite3.c int (*xSync)(sqlite3_file*, int flags); sqlite3_file 1220 third_party/sqlite/amalgamation/sqlite3.c int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); sqlite3_file 1221 third_party/sqlite/amalgamation/sqlite3.c int (*xLock)(sqlite3_file*, int); sqlite3_file 1222 third_party/sqlite/amalgamation/sqlite3.c int (*xUnlock)(sqlite3_file*, int); sqlite3_file 1223 third_party/sqlite/amalgamation/sqlite3.c int (*xCheckReservedLock)(sqlite3_file*, int *pResOut); sqlite3_file 1224 third_party/sqlite/amalgamation/sqlite3.c int (*xFileControl)(sqlite3_file*, int op, void *pArg); sqlite3_file 1225 third_party/sqlite/amalgamation/sqlite3.c int (*xSectorSize)(sqlite3_file*); sqlite3_file 1226 third_party/sqlite/amalgamation/sqlite3.c int (*xDeviceCharacteristics)(sqlite3_file*); sqlite3_file 1228 third_party/sqlite/amalgamation/sqlite3.c int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**); sqlite3_file 1229 third_party/sqlite/amalgamation/sqlite3.c int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); sqlite3_file 1230 third_party/sqlite/amalgamation/sqlite3.c void (*xShmBarrier)(sqlite3_file*); sqlite3_file 1231 third_party/sqlite/amalgamation/sqlite3.c int (*xShmUnmap)(sqlite3_file*, int deleteFlag); sqlite3_file 1466 third_party/sqlite/amalgamation/sqlite3.c int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, sqlite3_file 8444 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3_file *sqlite3PagerFile(Pager*); sqlite3_file 8875 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file*); sqlite3_file 8876 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsRead(sqlite3_file*, void*, int amt, i64 offset); sqlite3_file 8877 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsWrite(sqlite3_file*, const void*, int amt, i64 offset); sqlite3_file 8878 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsTruncate(sqlite3_file*, i64 size); sqlite3_file 8879 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsSync(sqlite3_file*, int); sqlite3_file 8880 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file*, i64 *pSize); sqlite3_file 8881 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsLock(sqlite3_file*, int); sqlite3_file 8882 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file*, int); sqlite3_file 8883 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsCheckReservedLock(sqlite3_file *id, int *pResOut); sqlite3_file 8884 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsFileControl(sqlite3_file*,int,void*); sqlite3_file 8886 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsSectorSize(sqlite3_file *id); sqlite3_file 8887 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsDeviceCharacteristics(sqlite3_file *id); sqlite3_file 8888 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsShmMap(sqlite3_file *,int,int,int,void volatile **); sqlite3_file 8889 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int, int, int); sqlite3_file 8890 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3OsShmBarrier(sqlite3_file *id); sqlite3_file 8891 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsShmUnmap(sqlite3_file *id, int); sqlite3_file 8896 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsOpen(sqlite3_vfs *, const char *, sqlite3_file*, int, int *); sqlite3_file 8914 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsOpenMalloc(sqlite3_vfs *, const char *, sqlite3_file **, int,int*); sqlite3_file 8915 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsCloseFree(sqlite3_file *); sqlite3_file 11486 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3JournalOpen(sqlite3_vfs *, const char *, sqlite3_file *, int, int); sqlite3_file 11488 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3JournalCreate(sqlite3_file *); sqlite3_file 11493 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3MemJournalOpen(sqlite3_file *); sqlite3_file 11495 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3IsMemJournal(sqlite3_file *); sqlite3_file 13999 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsClose(sqlite3_file *pId){ sqlite3_file 14007 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ sqlite3_file 14011 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ sqlite3_file 14015 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsTruncate(sqlite3_file *id, i64 size){ sqlite3_file 14018 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsSync(sqlite3_file *id, int flags){ sqlite3_file 14022 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file *id, i64 *pSize){ sqlite3_file 14026 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsLock(sqlite3_file *id, int lockType){ sqlite3_file 14030 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file *id, int lockType){ sqlite3_file 14033 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsCheckReservedLock(sqlite3_file *id, int *pResOut){ sqlite3_file 14037 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg){ sqlite3_file 14040 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsSectorSize(sqlite3_file *id){ sqlite3_file 14041 third_party/sqlite/amalgamation/sqlite3.c int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize; sqlite3_file 14044 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsDeviceCharacteristics(sqlite3_file *id){ sqlite3_file 14047 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ sqlite3_file 14050 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3OsShmBarrier(sqlite3_file *id){ sqlite3_file 14053 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsShmUnmap(sqlite3_file *id, int deleteFlag){ sqlite3_file 14057 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *id, /* Database file handle */ sqlite3_file 14073 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pFile, sqlite3_file 14149 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file **ppFile, sqlite3_file 14154 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pFile; sqlite3_file 14155 third_party/sqlite/amalgamation/sqlite3.c pFile = (sqlite3_file *)sqlite3Malloc(pVfs->szOsFile); sqlite3_file 14166 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsCloseFree(sqlite3_file *pFile){ sqlite3_file 22107 third_party/sqlite/amalgamation/sqlite3.c static int os2Close( sqlite3_file *id ){ sqlite3_file 22135 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *id, /* File to read from */ sqlite3_file 22166 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *id, /* File to write into */ sqlite3_file 22197 third_party/sqlite/amalgamation/sqlite3.c static int os2Truncate( sqlite3_file *id, i64 nByte ){ sqlite3_file 22229 third_party/sqlite/amalgamation/sqlite3.c static int os2Sync( sqlite3_file *id, int flags ){ sqlite3_file 22252 third_party/sqlite/amalgamation/sqlite3.c static int os2FileSize( sqlite3_file *id, sqlite3_int64 *pSize ){ sqlite3_file 22329 third_party/sqlite/amalgamation/sqlite3.c static int os2Lock( sqlite3_file *id, int locktype ){ sqlite3_file 22466 third_party/sqlite/amalgamation/sqlite3.c static int os2CheckReservedLock( sqlite3_file *id, int *pOut ){ sqlite3_file 22512 third_party/sqlite/amalgamation/sqlite3.c static int os2Unlock( sqlite3_file *id, int locktype ){ sqlite3_file 22568 third_party/sqlite/amalgamation/sqlite3.c static int os2FileControl(sqlite3_file *id, int op, void *pArg){ sqlite3_file 22604 third_party/sqlite/amalgamation/sqlite3.c static int os2SectorSize(sqlite3_file *id){ sqlite3_file 22612 third_party/sqlite/amalgamation/sqlite3.c static int os2DeviceCharacteristics(sqlite3_file *id){ sqlite3_file 23079 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *id, /* Handle open on database file */ sqlite3_file 23171 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *id, /* The underlying database file */ sqlite3_file 23219 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *id, /* Database file holding the shared memory */ sqlite3_file 23337 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *id /* Database file holding the shared memory */ sqlite3_file 23474 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *id, /* Write the SQLite file handle here */ sqlite3_file 25332 third_party/sqlite/amalgamation/sqlite3.c static int unixCheckReservedLock(sqlite3_file *id, int *pResOut){ sqlite3_file 25443 third_party/sqlite/amalgamation/sqlite3.c static int unixLock(sqlite3_file *id, int eFileLock){ sqlite3_file 25690 third_party/sqlite/amalgamation/sqlite3.c static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ sqlite3_file 25868 third_party/sqlite/amalgamation/sqlite3.c static int unixUnlock(sqlite3_file *id, int eFileLock){ sqlite3_file 25882 third_party/sqlite/amalgamation/sqlite3.c static int closeUnixFile(sqlite3_file *id){ sqlite3_file 25907 third_party/sqlite/amalgamation/sqlite3.c static int unixClose(sqlite3_file *id){ sqlite3_file 25951 third_party/sqlite/amalgamation/sqlite3.c static int nolockCheckReservedLock(sqlite3_file *NotUsed, int *pResOut){ sqlite3_file 25956 third_party/sqlite/amalgamation/sqlite3.c static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ sqlite3_file 25960 third_party/sqlite/amalgamation/sqlite3.c static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ sqlite3_file 25968 third_party/sqlite/amalgamation/sqlite3.c static int nolockClose(sqlite3_file *id) { sqlite3_file 26013 third_party/sqlite/amalgamation/sqlite3.c static int dotlockCheckReservedLock(sqlite3_file *id, int *pResOut) { sqlite3_file 26064 third_party/sqlite/amalgamation/sqlite3.c static int dotlockLock(sqlite3_file *id, int eFileLock) { sqlite3_file 26114 third_party/sqlite/amalgamation/sqlite3.c static int dotlockUnlock(sqlite3_file *id, int eFileLock) { sqlite3_file 26156 third_party/sqlite/amalgamation/sqlite3.c static int dotlockClose(sqlite3_file *id) { sqlite3_file 26206 third_party/sqlite/amalgamation/sqlite3.c static int flockCheckReservedLock(sqlite3_file *id, int *pResOut){ sqlite3_file 26288 third_party/sqlite/amalgamation/sqlite3.c static int flockLock(sqlite3_file *id, int eFileLock) { sqlite3_file 26332 third_party/sqlite/amalgamation/sqlite3.c static int flockUnlock(sqlite3_file *id, int eFileLock) { sqlite3_file 26366 third_party/sqlite/amalgamation/sqlite3.c static int flockClose(sqlite3_file *id) { sqlite3_file 26396 third_party/sqlite/amalgamation/sqlite3.c static int semCheckReservedLock(sqlite3_file *id, int *pResOut) { sqlite3_file 26464 third_party/sqlite/amalgamation/sqlite3.c static int semLock(sqlite3_file *id, int eFileLock) { sqlite3_file 26498 third_party/sqlite/amalgamation/sqlite3.c static int semUnlock(sqlite3_file *id, int eFileLock) { sqlite3_file 26535 third_party/sqlite/amalgamation/sqlite3.c static int semClose(sqlite3_file *id) { sqlite3_file 26640 third_party/sqlite/amalgamation/sqlite3.c static int afpCheckReservedLock(sqlite3_file *id, int *pResOut){ sqlite3_file 26709 third_party/sqlite/amalgamation/sqlite3.c static int afpLock(sqlite3_file *id, int eFileLock){ sqlite3_file 26891 third_party/sqlite/amalgamation/sqlite3.c static int afpUnlock(sqlite3_file *id, int eFileLock) { sqlite3_file 26994 third_party/sqlite/amalgamation/sqlite3.c static int afpClose(sqlite3_file *id) { sqlite3_file 27037 third_party/sqlite/amalgamation/sqlite3.c static int nfsUnlock(sqlite3_file *id, int eFileLock){ sqlite3_file 27112 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *id, sqlite3_file 27189 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *id, sqlite3_file 27433 third_party/sqlite/amalgamation/sqlite3.c static int unixSync(sqlite3_file *id, int flags){ sqlite3_file 27482 third_party/sqlite/amalgamation/sqlite3.c static int unixTruncate(sqlite3_file *id, i64 nByte){ sqlite3_file 27522 third_party/sqlite/amalgamation/sqlite3.c static int unixFileSize(sqlite3_file *id, i64 *pSize){ sqlite3_file 27551 third_party/sqlite/amalgamation/sqlite3.c static int proxyFileControl(sqlite3_file*,int,void*); sqlite3_file 27611 third_party/sqlite/amalgamation/sqlite3.c static int unixFileControl(sqlite3_file *id, int op, void *pArg){ sqlite3_file 27662 third_party/sqlite/amalgamation/sqlite3.c static int unixSectorSize(sqlite3_file *NotUsed){ sqlite3_file 27670 third_party/sqlite/amalgamation/sqlite3.c static int unixDeviceCharacteristics(sqlite3_file *NotUsed){ sqlite3_file 28029 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *fd, /* Handle open on database file */ sqlite3_file 28138 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *fd, /* Database file holding the shared memory */ sqlite3_file 28250 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *fd /* Database file holding the shared memory */ sqlite3_file 28265 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *fd, /* The underlying database file */ sqlite3_file 28460 third_party/sqlite/amalgamation/sqlite3.c static int proxyClose(sqlite3_file*); sqlite3_file 28461 third_party/sqlite/amalgamation/sqlite3.c static int proxyLock(sqlite3_file*, int); sqlite3_file 28462 third_party/sqlite/amalgamation/sqlite3.c static int proxyUnlock(sqlite3_file*, int); sqlite3_file 28463 third_party/sqlite/amalgamation/sqlite3.c static int proxyCheckReservedLock(sqlite3_file*, int*); sqlite3_file 28608 third_party/sqlite/amalgamation/sqlite3.c void initUnixFile(sqlite3_file* file) { sqlite3_file 28619 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pId, /* Write to the unixFile structure here */ sqlite3_file 29001 third_party/sqlite/amalgamation/sqlite3.c void chromium_sqlite3_initialize_unix_sqlite3_file(sqlite3_file* file) { sqlite3_file 29008 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file* file, sqlite3_file 29023 third_party/sqlite/amalgamation/sqlite3.c int chromium_sqlite3_get_reusable_file_handle(sqlite3_file* file, sqlite3_file 29047 third_party/sqlite/amalgamation/sqlite3.c void chromium_sqlite3_update_reusable_file_handle(sqlite3_file* file, sqlite3_file 29060 third_party/sqlite/amalgamation/sqlite3.c void chromium_sqlite3_destroy_reusable_file_handle(sqlite3_file* file) { sqlite3_file 29090 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pFile, /* The file descriptor to be filled in */ sqlite3_file 29956 third_party/sqlite/amalgamation/sqlite3.c rc = fillInUnixFile(&dummyVfs, fd, 0, (sqlite3_file*)pNew, path, 0, 0, 0); sqlite3_file 30089 third_party/sqlite/amalgamation/sqlite3.c rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); sqlite3_file 30140 third_party/sqlite/amalgamation/sqlite3.c rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK); sqlite3_file 30143 third_party/sqlite/amalgamation/sqlite3.c rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); sqlite3_file 30266 third_party/sqlite/amalgamation/sqlite3.c rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, EXCLUSIVE_LOCK); sqlite3_file 30281 third_party/sqlite/amalgamation/sqlite3.c rc = unixWrite((sqlite3_file *)conchFile, writeBuffer, writeSize, 0); sqlite3_file 30314 third_party/sqlite/amalgamation/sqlite3.c conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK); sqlite3_file 30365 third_party/sqlite/amalgamation/sqlite3.c conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK); sqlite3_file 30389 third_party/sqlite/amalgamation/sqlite3.c rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK); sqlite3_file 30463 third_party/sqlite/amalgamation/sqlite3.c rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy); sqlite3_file 30581 third_party/sqlite/amalgamation/sqlite3.c pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile); sqlite3_file 30598 third_party/sqlite/amalgamation/sqlite3.c static int proxyFileControl(sqlite3_file *id, int op, void *pArg){ sqlite3_file 30668 third_party/sqlite/amalgamation/sqlite3.c static int proxyCheckReservedLock(sqlite3_file *id, int *pResOut) { sqlite3_file 30675 third_party/sqlite/amalgamation/sqlite3.c return proxy->pMethod->xCheckReservedLock((sqlite3_file*)proxy, pResOut); sqlite3_file 30707 third_party/sqlite/amalgamation/sqlite3.c static int proxyLock(sqlite3_file *id, int eFileLock) { sqlite3_file 30714 third_party/sqlite/amalgamation/sqlite3.c rc = proxy->pMethod->xLock((sqlite3_file*)proxy, eFileLock); sqlite3_file 30731 third_party/sqlite/amalgamation/sqlite3.c static int proxyUnlock(sqlite3_file *id, int eFileLock) { sqlite3_file 30738 third_party/sqlite/amalgamation/sqlite3.c rc = proxy->pMethod->xUnlock((sqlite3_file*)proxy, eFileLock); sqlite3_file 30750 third_party/sqlite/amalgamation/sqlite3.c static int proxyClose(sqlite3_file *id) { sqlite3_file 30759 third_party/sqlite/amalgamation/sqlite3.c rc = lockProxy->pMethod->xUnlock((sqlite3_file*)lockProxy, NO_LOCK); sqlite3_file 30761 third_party/sqlite/amalgamation/sqlite3.c rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy); sqlite3_file 30771 third_party/sqlite/amalgamation/sqlite3.c rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile); sqlite3_file 31790 third_party/sqlite/amalgamation/sqlite3.c static int winClose(sqlite3_file *id){ sqlite3_file 31827 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *id, /* File to read from */ sqlite3_file 31860 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *id, /* File to write into */ sqlite3_file 31903 third_party/sqlite/amalgamation/sqlite3.c static int winTruncate(sqlite3_file *id, sqlite3_int64 nByte){ sqlite3_file 31945 third_party/sqlite/amalgamation/sqlite3.c static int winSync(sqlite3_file *id, int flags){ sqlite3_file 31993 third_party/sqlite/amalgamation/sqlite3.c static int winFileSize(sqlite3_file *id, sqlite3_int64 *pSize){ sqlite3_file 32095 third_party/sqlite/amalgamation/sqlite3.c static int winLock(sqlite3_file *id, int locktype){ sqlite3_file 32218 third_party/sqlite/amalgamation/sqlite3.c static int winCheckReservedLock(sqlite3_file *id, int *pResOut){ sqlite3_file 32251 third_party/sqlite/amalgamation/sqlite3.c static int winUnlock(sqlite3_file *id, int locktype){ sqlite3_file 32284 third_party/sqlite/amalgamation/sqlite3.c static int winFileControl(sqlite3_file *id, int op, void *pArg){ sqlite3_file 32322 third_party/sqlite/amalgamation/sqlite3.c static int winSectorSize(sqlite3_file *id){ sqlite3_file 32330 third_party/sqlite/amalgamation/sqlite3.c static int winDeviceCharacteristics(sqlite3_file *id){ sqlite3_file 32501 third_party/sqlite/amalgamation/sqlite3.c static int winOpen(sqlite3_vfs*,const char*,sqlite3_file*,int,int*); sqlite3_file 32532 third_party/sqlite/amalgamation/sqlite3.c winClose((sqlite3_file *)&p->hFile); sqlite3_file 32608 third_party/sqlite/amalgamation/sqlite3.c (sqlite3_file*)&pShmNode->hFile, /* File handle here */ sqlite3_file 32620 third_party/sqlite/amalgamation/sqlite3.c rc = winTruncate((sqlite3_file *)&pShmNode->hFile, 0); sqlite3_file 32669 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *fd, /* Database holding shared memory */ sqlite3_file 32710 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *fd, /* Database file holding the shared memory */ sqlite3_file 32819 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *fd /* Database holding the shared memory */ sqlite3_file 32847 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *fd, /* Handle open on database file */ sqlite3_file 32879 third_party/sqlite/amalgamation/sqlite3.c rc = winFileSize((sqlite3_file *)&pShmNode->hFile, &sz); sqlite3_file 32893 third_party/sqlite/amalgamation/sqlite3.c rc = winTruncate((sqlite3_file *)&pShmNode->hFile, nByte); sqlite3_file 33162 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *id, /* Write the SQLite file handle here */ sqlite3_file 33906 third_party/sqlite/amalgamation/sqlite3.c void chromium_sqlite3_initialize_win_sqlite3_file(sqlite3_file* file, HANDLE handle) { sqlite3_file 36381 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3WalOpen(sqlite3_vfs*, sqlite3_file*, const char *zName, int, Wal**); sqlite3_file 37079 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *fd; /* File descriptor for database */ sqlite3_file 37080 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *jfd; /* File descriptor for main journal */ sqlite3_file 37081 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *sjfd; /* File descriptor for sub-journal */ sqlite3_file 37449 third_party/sqlite/amalgamation/sqlite3.c static int read32bits(sqlite3_file *fd, i64 offset, u32 *pRes){ sqlite3_file 37468 third_party/sqlite/amalgamation/sqlite3.c static int write32bits(sqlite3_file *fd, i64 offset, u32 val){ sqlite3_file 37633 third_party/sqlite/amalgamation/sqlite3.c static int readMasterJournal(sqlite3_file *pJrnl, char *zMaster, u32 nMaster){ sqlite3_file 38538 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *jfd; /* The file descriptor for the journal file */ sqlite3_file 38794 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pMaster; /* Malloc'd master-journal file descriptor */ sqlite3_file 38795 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pJournal; /* Malloc'd child-journal file descriptor */ sqlite3_file 38805 third_party/sqlite/amalgamation/sqlite3.c pMaster = (sqlite3_file *)sqlite3MallocZero(pVfs->szOsFile * 2); sqlite3_file 38806 third_party/sqlite/amalgamation/sqlite3.c pJournal = (sqlite3_file *)(((u8 *)pMaster) + pVfs->szOsFile); sqlite3_file 39822 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pFile, /* Write the file descriptor here */ sqlite3_file 40815 third_party/sqlite/amalgamation/sqlite3.c pPager->fd = (sqlite3_file*)(pPtr += ROUND8(pcacheSize)); sqlite3_file 40816 third_party/sqlite/amalgamation/sqlite3.c pPager->sjfd = (sqlite3_file*)(pPtr += ROUND8(pVfs->szOsFile)); sqlite3_file 40817 third_party/sqlite/amalgamation/sqlite3.c pPager->jfd = (sqlite3_file*)(pPtr += journalFileSize); sqlite3_file 42696 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3_file *sqlite3PagerFile(Pager *pPager){ sqlite3_file 43692 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pDbFd; /* File handle for the database file */ sqlite3_file 43693 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pWalFd; /* File handle for WAL file */ sqlite3_file 44514 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pDbFd, /* The open database file */ sqlite3_file 44546 third_party/sqlite/amalgamation/sqlite3.c pRet->pWalFd = (sqlite3_file *)&pRet[1]; sqlite3_file 55564 third_party/sqlite/amalgamation/sqlite3.c static int backupTruncateFile(sqlite3_file *pFile, i64 iSize){ sqlite3_file 55721 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file * const pFile = sqlite3PagerFile(pDestPager); sqlite3_file 58914 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pMaster = 0; sqlite3_file 68938 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pReal; /* The "real" underlying file descriptor */ sqlite3_file 68950 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pReal = (sqlite3_file *)&p[1]; sqlite3_file 68966 third_party/sqlite/amalgamation/sqlite3.c static int jrnlClose(sqlite3_file *pJfd){ sqlite3_file 68979 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pJfd, /* The journal file from which to read */ sqlite3_file 69000 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pJfd, /* The journal file into which to write */ sqlite3_file 69026 third_party/sqlite/amalgamation/sqlite3.c static int jrnlTruncate(sqlite3_file *pJfd, sqlite_int64 size){ sqlite3_file 69040 third_party/sqlite/amalgamation/sqlite3.c static int jrnlSync(sqlite3_file *pJfd, int flags){ sqlite3_file 69054 third_party/sqlite/amalgamation/sqlite3.c static int jrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize){ sqlite3_file 69094 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pJfd, /* Preallocated, blank file handle */ sqlite3_file 69120 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3JournalCreate(sqlite3_file *p){ sqlite3_file 69209 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pJfd, /* The journal file from which to read */ sqlite3_file 69254 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pJfd, /* The journal file into which to write */ sqlite3_file 69303 third_party/sqlite/amalgamation/sqlite3.c static int memjrnlTruncate(sqlite3_file *pJfd, sqlite_int64 size){ sqlite3_file 69321 third_party/sqlite/amalgamation/sqlite3.c static int memjrnlClose(sqlite3_file *pJfd){ sqlite3_file 69335 third_party/sqlite/amalgamation/sqlite3.c static int memjrnlSync(sqlite3_file *NotUsed, int NotUsed2){ sqlite3_file 69343 third_party/sqlite/amalgamation/sqlite3.c static int memjrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize){ sqlite3_file 69375 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3MemJournalOpen(sqlite3_file *pJfd){ sqlite3_file 69386 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3IsMemJournal(sqlite3_file *pJfd){ sqlite3_file 88325 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pFile = sqlite3PagerFile(pPager); sqlite3_file 88338 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *pFile = sqlite3PagerFile(pPager); sqlite3_file 109673 third_party/sqlite/amalgamation/sqlite3.c sqlite3_file *fd; sqlite3_file 109680 third_party/sqlite/amalgamation/sqlite3.c *(sqlite3_file**)pArg = fd; sqlite3_file 575 third_party/sqlite/amalgamation/sqlite3.h typedef struct sqlite3_file sqlite3_file; sqlite3_file 672 third_party/sqlite/amalgamation/sqlite3.h int (*xClose)(sqlite3_file*); sqlite3_file 673 third_party/sqlite/amalgamation/sqlite3.h int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); sqlite3_file 674 third_party/sqlite/amalgamation/sqlite3.h int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); sqlite3_file 675 third_party/sqlite/amalgamation/sqlite3.h int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); sqlite3_file 676 third_party/sqlite/amalgamation/sqlite3.h int (*xSync)(sqlite3_file*, int flags); sqlite3_file 677 third_party/sqlite/amalgamation/sqlite3.h int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); sqlite3_file 678 third_party/sqlite/amalgamation/sqlite3.h int (*xLock)(sqlite3_file*, int); sqlite3_file 679 third_party/sqlite/amalgamation/sqlite3.h int (*xUnlock)(sqlite3_file*, int); sqlite3_file 680 third_party/sqlite/amalgamation/sqlite3.h int (*xCheckReservedLock)(sqlite3_file*, int *pResOut); sqlite3_file 681 third_party/sqlite/amalgamation/sqlite3.h int (*xFileControl)(sqlite3_file*, int op, void *pArg); sqlite3_file 682 third_party/sqlite/amalgamation/sqlite3.h int (*xSectorSize)(sqlite3_file*); sqlite3_file 683 third_party/sqlite/amalgamation/sqlite3.h int (*xDeviceCharacteristics)(sqlite3_file*); sqlite3_file 685 third_party/sqlite/amalgamation/sqlite3.h int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**); sqlite3_file 686 third_party/sqlite/amalgamation/sqlite3.h int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); sqlite3_file 687 third_party/sqlite/amalgamation/sqlite3.h void (*xShmBarrier)(sqlite3_file*); sqlite3_file 688 third_party/sqlite/amalgamation/sqlite3.h int (*xShmUnmap)(sqlite3_file*, int deleteFlag); sqlite3_file 923 third_party/sqlite/amalgamation/sqlite3.h int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, sqlite3_file 486 third_party/sqlite/src/ext/async/sqlite3async.c sqlite3_file *pFile; sqlite3_file 521 third_party/sqlite/src/ext/async/sqlite3async.c sqlite3_file *pBaseRead; /* Read handle to the underlying Os file */ sqlite3_file 522 third_party/sqlite/src/ext/async/sqlite3async.c sqlite3_file *pBaseWrite; /* Write handle to the underlying Os file */ sqlite3_file 627 third_party/sqlite/src/ext/async/sqlite3async.c static int asyncClose(sqlite3_file *pFile){ sqlite3_file 646 third_party/sqlite/src/ext/async/sqlite3async.c sqlite3_file *pFile, sqlite3_file 663 third_party/sqlite/src/ext/async/sqlite3async.c sqlite3_file *pFile, sqlite3_file 671 third_party/sqlite/src/ext/async/sqlite3async.c sqlite3_file *pBase = p->pBaseRead; sqlite3_file 743 third_party/sqlite/src/ext/async/sqlite3async.c static int asyncTruncate(sqlite3_file *pFile, sqlite3_int64 nByte){ sqlite3_file 752 third_party/sqlite/src/ext/async/sqlite3async.c static int asyncSync(sqlite3_file *pFile, int flags){ sqlite3_file 764 third_party/sqlite/src/ext/async/sqlite3async.c int asyncFileSize(sqlite3_file *pFile, sqlite3_int64 *piSize){ sqlite3_file 768 third_party/sqlite/src/ext/async/sqlite3async.c sqlite3_file *pBase; sqlite3_file 862 third_party/sqlite/src/ext/async/sqlite3async.c static int asyncLock(sqlite3_file *pFile, int eLock){ sqlite3_file 897 third_party/sqlite/src/ext/async/sqlite3async.c static int asyncUnlock(sqlite3_file *pFile, int eLock){ sqlite3_file 916 third_party/sqlite/src/ext/async/sqlite3async.c static int asyncCheckReservedLock(sqlite3_file *pFile, int *pResOut){ sqlite3_file 938 third_party/sqlite/src/ext/async/sqlite3async.c static int asyncFileControl(sqlite3_file *id, int op, void *pArg){ sqlite3_file 955 third_party/sqlite/src/ext/async/sqlite3async.c static int asyncSectorSize(sqlite3_file *pFile){ sqlite3_file 959 third_party/sqlite/src/ext/async/sqlite3async.c static int asyncDeviceCharacteristics(sqlite3_file *pFile){ sqlite3_file 1017 third_party/sqlite/src/ext/async/sqlite3async.c sqlite3_file *pFile, sqlite3_file 1064 third_party/sqlite/src/ext/async/sqlite3async.c pData->pBaseRead = (sqlite3_file*)z; sqlite3_file 1066 third_party/sqlite/src/ext/async/sqlite3async.c pData->pBaseWrite = (sqlite3_file*)z; sqlite3_file 1101 third_party/sqlite/src/ext/async/sqlite3async.c pLock->pFile = (sqlite3_file *)&pLock[1]; sqlite3_file 1347 third_party/sqlite/src/ext/async/sqlite3async.c sqlite3_file *pBase = 0; sqlite3_file 301 third_party/sqlite/src/src/backup.c static int backupTruncateFile(sqlite3_file *pFile, i64 iSize){ sqlite3_file 458 third_party/sqlite/src/src/backup.c sqlite3_file * const pFile = sqlite3PagerFile(pDestPager); sqlite3_file 42 third_party/sqlite/src/src/journal.c sqlite3_file *pReal; /* The "real" underlying file descriptor */ sqlite3_file 54 third_party/sqlite/src/src/journal.c sqlite3_file *pReal = (sqlite3_file *)&p[1]; sqlite3_file 70 third_party/sqlite/src/src/journal.c static int jrnlClose(sqlite3_file *pJfd){ sqlite3_file 83 third_party/sqlite/src/src/journal.c sqlite3_file *pJfd, /* The journal file from which to read */ sqlite3_file 104 third_party/sqlite/src/src/journal.c sqlite3_file *pJfd, /* The journal file into which to write */ sqlite3_file 130 third_party/sqlite/src/src/journal.c static int jrnlTruncate(sqlite3_file *pJfd, sqlite_int64 size){ sqlite3_file 144 third_party/sqlite/src/src/journal.c static int jrnlSync(sqlite3_file *pJfd, int flags){ sqlite3_file 158 third_party/sqlite/src/src/journal.c static int jrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize){ sqlite3_file 198 third_party/sqlite/src/src/journal.c sqlite3_file *pJfd, /* Preallocated, blank file handle */ sqlite3_file 224 third_party/sqlite/src/src/journal.c int sqlite3JournalCreate(sqlite3_file *p){ sqlite3_file 2428 third_party/sqlite/src/src/main.c sqlite3_file *fd; sqlite3_file 2435 third_party/sqlite/src/src/main.c *(sqlite3_file**)pArg = fd; sqlite3_file 73 third_party/sqlite/src/src/memjournal.c sqlite3_file *pJfd, /* The journal file from which to read */ sqlite3_file 118 third_party/sqlite/src/src/memjournal.c sqlite3_file *pJfd, /* The journal file into which to write */ sqlite3_file 167 third_party/sqlite/src/src/memjournal.c static int memjrnlTruncate(sqlite3_file *pJfd, sqlite_int64 size){ sqlite3_file 185 third_party/sqlite/src/src/memjournal.c static int memjrnlClose(sqlite3_file *pJfd){ sqlite3_file 199 third_party/sqlite/src/src/memjournal.c static int memjrnlSync(sqlite3_file *NotUsed, int NotUsed2){ sqlite3_file 207 third_party/sqlite/src/src/memjournal.c static int memjrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize){ sqlite3_file 239 third_party/sqlite/src/src/memjournal.c void sqlite3MemJournalOpen(sqlite3_file *pJfd){ sqlite3_file 250 third_party/sqlite/src/src/memjournal.c int sqlite3IsMemJournal(sqlite3_file *pJfd){ sqlite3_file 55 third_party/sqlite/src/src/os.c int sqlite3OsClose(sqlite3_file *pId){ sqlite3_file 63 third_party/sqlite/src/src/os.c int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ sqlite3_file 67 third_party/sqlite/src/src/os.c int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ sqlite3_file 71 third_party/sqlite/src/src/os.c int sqlite3OsTruncate(sqlite3_file *id, i64 size){ sqlite3_file 74 third_party/sqlite/src/src/os.c int sqlite3OsSync(sqlite3_file *id, int flags){ sqlite3_file 78 third_party/sqlite/src/src/os.c int sqlite3OsFileSize(sqlite3_file *id, i64 *pSize){ sqlite3_file 82 third_party/sqlite/src/src/os.c int sqlite3OsLock(sqlite3_file *id, int lockType){ sqlite3_file 86 third_party/sqlite/src/src/os.c int sqlite3OsUnlock(sqlite3_file *id, int lockType){ sqlite3_file 89 third_party/sqlite/src/src/os.c int sqlite3OsCheckReservedLock(sqlite3_file *id, int *pResOut){ sqlite3_file 93 third_party/sqlite/src/src/os.c int sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg){ sqlite3_file 96 third_party/sqlite/src/src/os.c int sqlite3OsSectorSize(sqlite3_file *id){ sqlite3_file 97 third_party/sqlite/src/src/os.c int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize; sqlite3_file 100 third_party/sqlite/src/src/os.c int sqlite3OsDeviceCharacteristics(sqlite3_file *id){ sqlite3_file 103 third_party/sqlite/src/src/os.c int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ sqlite3_file 106 third_party/sqlite/src/src/os.c void sqlite3OsShmBarrier(sqlite3_file *id){ sqlite3_file 109 third_party/sqlite/src/src/os.c int sqlite3OsShmUnmap(sqlite3_file *id, int deleteFlag){ sqlite3_file 113 third_party/sqlite/src/src/os.c sqlite3_file *id, /* Database file handle */ sqlite3_file 129 third_party/sqlite/src/src/os.c sqlite3_file *pFile, sqlite3_file 205 third_party/sqlite/src/src/os.c sqlite3_file **ppFile, sqlite3_file 210 third_party/sqlite/src/src/os.c sqlite3_file *pFile; sqlite3_file 211 third_party/sqlite/src/src/os.c pFile = (sqlite3_file *)sqlite3Malloc(pVfs->szOsFile); sqlite3_file 222 third_party/sqlite/src/src/os.c int sqlite3OsCloseFree(sqlite3_file *pFile){ sqlite3_file 237 third_party/sqlite/src/src/os.h int sqlite3OsClose(sqlite3_file*); sqlite3_file 238 third_party/sqlite/src/src/os.h int sqlite3OsRead(sqlite3_file*, void*, int amt, i64 offset); sqlite3_file 239 third_party/sqlite/src/src/os.h int sqlite3OsWrite(sqlite3_file*, const void*, int amt, i64 offset); sqlite3_file 240 third_party/sqlite/src/src/os.h int sqlite3OsTruncate(sqlite3_file*, i64 size); sqlite3_file 241 third_party/sqlite/src/src/os.h int sqlite3OsSync(sqlite3_file*, int); sqlite3_file 242 third_party/sqlite/src/src/os.h int sqlite3OsFileSize(sqlite3_file*, i64 *pSize); sqlite3_file 243 third_party/sqlite/src/src/os.h int sqlite3OsLock(sqlite3_file*, int); sqlite3_file 244 third_party/sqlite/src/src/os.h int sqlite3OsUnlock(sqlite3_file*, int); sqlite3_file 245 third_party/sqlite/src/src/os.h int sqlite3OsCheckReservedLock(sqlite3_file *id, int *pResOut); sqlite3_file 246 third_party/sqlite/src/src/os.h int sqlite3OsFileControl(sqlite3_file*,int,void*); sqlite3_file 248 third_party/sqlite/src/src/os.h int sqlite3OsSectorSize(sqlite3_file *id); sqlite3_file 249 third_party/sqlite/src/src/os.h int sqlite3OsDeviceCharacteristics(sqlite3_file *id); sqlite3_file 250 third_party/sqlite/src/src/os.h int sqlite3OsShmMap(sqlite3_file *,int,int,int,void volatile **); sqlite3_file 251 third_party/sqlite/src/src/os.h int sqlite3OsShmLock(sqlite3_file *id, int, int, int); sqlite3_file 252 third_party/sqlite/src/src/os.h void sqlite3OsShmBarrier(sqlite3_file *id); sqlite3_file 253 third_party/sqlite/src/src/os.h int sqlite3OsShmUnmap(sqlite3_file *id, int); sqlite3_file 258 third_party/sqlite/src/src/os.h int sqlite3OsOpen(sqlite3_vfs *, const char *, sqlite3_file*, int, int *); sqlite3_file 276 third_party/sqlite/src/src/os.h int sqlite3OsOpenMalloc(sqlite3_vfs *, const char *, sqlite3_file **, int,int*); sqlite3_file 277 third_party/sqlite/src/src/os.h int sqlite3OsCloseFree(sqlite3_file *); sqlite3_file 95 third_party/sqlite/src/src/os_os2.c static int os2Close( sqlite3_file *id ){ sqlite3_file 123 third_party/sqlite/src/src/os_os2.c sqlite3_file *id, /* File to read from */ sqlite3_file 154 third_party/sqlite/src/src/os_os2.c sqlite3_file *id, /* File to write into */ sqlite3_file 185 third_party/sqlite/src/src/os_os2.c static int os2Truncate( sqlite3_file *id, i64 nByte ){ sqlite3_file 217 third_party/sqlite/src/src/os_os2.c static int os2Sync( sqlite3_file *id, int flags ){ sqlite3_file 240 third_party/sqlite/src/src/os_os2.c static int os2FileSize( sqlite3_file *id, sqlite3_int64 *pSize ){ sqlite3_file 317 third_party/sqlite/src/src/os_os2.c static int os2Lock( sqlite3_file *id, int locktype ){ sqlite3_file 454 third_party/sqlite/src/src/os_os2.c static int os2CheckReservedLock( sqlite3_file *id, int *pOut ){ sqlite3_file 500 third_party/sqlite/src/src/os_os2.c static int os2Unlock( sqlite3_file *id, int locktype ){ sqlite3_file 556 third_party/sqlite/src/src/os_os2.c static int os2FileControl(sqlite3_file *id, int op, void *pArg){ sqlite3_file 592 third_party/sqlite/src/src/os_os2.c static int os2SectorSize(sqlite3_file *id){ sqlite3_file 600 third_party/sqlite/src/src/os_os2.c static int os2DeviceCharacteristics(sqlite3_file *id){ sqlite3_file 1067 third_party/sqlite/src/src/os_os2.c sqlite3_file *id, /* Handle open on database file */ sqlite3_file 1159 third_party/sqlite/src/src/os_os2.c sqlite3_file *id, /* The underlying database file */ sqlite3_file 1207 third_party/sqlite/src/src/os_os2.c sqlite3_file *id, /* Database file holding the shared memory */ sqlite3_file 1325 third_party/sqlite/src/src/os_os2.c sqlite3_file *id /* Database file holding the shared memory */ sqlite3_file 1462 third_party/sqlite/src/src/os_os2.c sqlite3_file *id, /* Write the SQLite file handle here */ sqlite3_file 1191 third_party/sqlite/src/src/os_unix.c static int unixCheckReservedLock(sqlite3_file *id, int *pResOut){ sqlite3_file 1302 third_party/sqlite/src/src/os_unix.c static int unixLock(sqlite3_file *id, int eFileLock){ sqlite3_file 1549 third_party/sqlite/src/src/os_unix.c static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ sqlite3_file 1727 third_party/sqlite/src/src/os_unix.c static int unixUnlock(sqlite3_file *id, int eFileLock){ sqlite3_file 1741 third_party/sqlite/src/src/os_unix.c static int closeUnixFile(sqlite3_file *id){ sqlite3_file 1766 third_party/sqlite/src/src/os_unix.c static int unixClose(sqlite3_file *id){ sqlite3_file 1810 third_party/sqlite/src/src/os_unix.c static int nolockCheckReservedLock(sqlite3_file *NotUsed, int *pResOut){ sqlite3_file 1815 third_party/sqlite/src/src/os_unix.c static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ sqlite3_file 1819 third_party/sqlite/src/src/os_unix.c static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ sqlite3_file 1827 third_party/sqlite/src/src/os_unix.c static int nolockClose(sqlite3_file *id) { sqlite3_file 1872 third_party/sqlite/src/src/os_unix.c static int dotlockCheckReservedLock(sqlite3_file *id, int *pResOut) { sqlite3_file 1923 third_party/sqlite/src/src/os_unix.c static int dotlockLock(sqlite3_file *id, int eFileLock) { sqlite3_file 1973 third_party/sqlite/src/src/os_unix.c static int dotlockUnlock(sqlite3_file *id, int eFileLock) { sqlite3_file 2015 third_party/sqlite/src/src/os_unix.c static int dotlockClose(sqlite3_file *id) { sqlite3_file 2065 third_party/sqlite/src/src/os_unix.c static int flockCheckReservedLock(sqlite3_file *id, int *pResOut){ sqlite3_file 2147 third_party/sqlite/src/src/os_unix.c static int flockLock(sqlite3_file *id, int eFileLock) { sqlite3_file 2191 third_party/sqlite/src/src/os_unix.c static int flockUnlock(sqlite3_file *id, int eFileLock) { sqlite3_file 2225 third_party/sqlite/src/src/os_unix.c static int flockClose(sqlite3_file *id) { sqlite3_file 2255 third_party/sqlite/src/src/os_unix.c static int semCheckReservedLock(sqlite3_file *id, int *pResOut) { sqlite3_file 2323 third_party/sqlite/src/src/os_unix.c static int semLock(sqlite3_file *id, int eFileLock) { sqlite3_file 2357 third_party/sqlite/src/src/os_unix.c static int semUnlock(sqlite3_file *id, int eFileLock) { sqlite3_file 2394 third_party/sqlite/src/src/os_unix.c static int semClose(sqlite3_file *id) { sqlite3_file 2499 third_party/sqlite/src/src/os_unix.c static int afpCheckReservedLock(sqlite3_file *id, int *pResOut){ sqlite3_file 2568 third_party/sqlite/src/src/os_unix.c static int afpLock(sqlite3_file *id, int eFileLock){ sqlite3_file 2750 third_party/sqlite/src/src/os_unix.c static int afpUnlock(sqlite3_file *id, int eFileLock) { sqlite3_file 2853 third_party/sqlite/src/src/os_unix.c static int afpClose(sqlite3_file *id) { sqlite3_file 2896 third_party/sqlite/src/src/os_unix.c static int nfsUnlock(sqlite3_file *id, int eFileLock){ sqlite3_file 2971 third_party/sqlite/src/src/os_unix.c sqlite3_file *id, sqlite3_file 3048 third_party/sqlite/src/src/os_unix.c sqlite3_file *id, sqlite3_file 3292 third_party/sqlite/src/src/os_unix.c static int unixSync(sqlite3_file *id, int flags){ sqlite3_file 3341 third_party/sqlite/src/src/os_unix.c static int unixTruncate(sqlite3_file *id, i64 nByte){ sqlite3_file 3381 third_party/sqlite/src/src/os_unix.c static int unixFileSize(sqlite3_file *id, i64 *pSize){ sqlite3_file 3410 third_party/sqlite/src/src/os_unix.c static int proxyFileControl(sqlite3_file*,int,void*); sqlite3_file 3470 third_party/sqlite/src/src/os_unix.c static int unixFileControl(sqlite3_file *id, int op, void *pArg){ sqlite3_file 3521 third_party/sqlite/src/src/os_unix.c static int unixSectorSize(sqlite3_file *NotUsed){ sqlite3_file 3529 third_party/sqlite/src/src/os_unix.c static int unixDeviceCharacteristics(sqlite3_file *NotUsed){ sqlite3_file 3888 third_party/sqlite/src/src/os_unix.c sqlite3_file *fd, /* Handle open on database file */ sqlite3_file 3997 third_party/sqlite/src/src/os_unix.c sqlite3_file *fd, /* Database file holding the shared memory */ sqlite3_file 4109 third_party/sqlite/src/src/os_unix.c sqlite3_file *fd /* Database file holding the shared memory */ sqlite3_file 4124 third_party/sqlite/src/src/os_unix.c sqlite3_file *fd, /* The underlying database file */ sqlite3_file 4319 third_party/sqlite/src/src/os_unix.c static int proxyClose(sqlite3_file*); sqlite3_file 4320 third_party/sqlite/src/src/os_unix.c static int proxyLock(sqlite3_file*, int); sqlite3_file 4321 third_party/sqlite/src/src/os_unix.c static int proxyUnlock(sqlite3_file*, int); sqlite3_file 4322 third_party/sqlite/src/src/os_unix.c static int proxyCheckReservedLock(sqlite3_file*, int*); sqlite3_file 4467 third_party/sqlite/src/src/os_unix.c void initUnixFile(sqlite3_file* file) { sqlite3_file 4478 third_party/sqlite/src/src/os_unix.c sqlite3_file *pId, /* Write to the unixFile structure here */ sqlite3_file 4860 third_party/sqlite/src/src/os_unix.c void chromium_sqlite3_initialize_unix_sqlite3_file(sqlite3_file* file) { sqlite3_file 4867 third_party/sqlite/src/src/os_unix.c sqlite3_file* file, sqlite3_file 4882 third_party/sqlite/src/src/os_unix.c int chromium_sqlite3_get_reusable_file_handle(sqlite3_file* file, sqlite3_file 4906 third_party/sqlite/src/src/os_unix.c void chromium_sqlite3_update_reusable_file_handle(sqlite3_file* file, sqlite3_file 4919 third_party/sqlite/src/src/os_unix.c void chromium_sqlite3_destroy_reusable_file_handle(sqlite3_file* file) { sqlite3_file 4949 third_party/sqlite/src/src/os_unix.c sqlite3_file *pFile, /* The file descriptor to be filled in */ sqlite3_file 5815 third_party/sqlite/src/src/os_unix.c rc = fillInUnixFile(&dummyVfs, fd, 0, (sqlite3_file*)pNew, path, 0, 0, 0); sqlite3_file 5948 third_party/sqlite/src/src/os_unix.c rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); sqlite3_file 5999 third_party/sqlite/src/src/os_unix.c rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK); sqlite3_file 6002 third_party/sqlite/src/src/os_unix.c rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); sqlite3_file 6125 third_party/sqlite/src/src/os_unix.c rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, EXCLUSIVE_LOCK); sqlite3_file 6140 third_party/sqlite/src/src/os_unix.c rc = unixWrite((sqlite3_file *)conchFile, writeBuffer, writeSize, 0); sqlite3_file 6173 third_party/sqlite/src/src/os_unix.c conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK); sqlite3_file 6224 third_party/sqlite/src/src/os_unix.c conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK); sqlite3_file 6248 third_party/sqlite/src/src/os_unix.c rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK); sqlite3_file 6322 third_party/sqlite/src/src/os_unix.c rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy); sqlite3_file 6440 third_party/sqlite/src/src/os_unix.c pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile); sqlite3_file 6457 third_party/sqlite/src/src/os_unix.c static int proxyFileControl(sqlite3_file *id, int op, void *pArg){ sqlite3_file 6527 third_party/sqlite/src/src/os_unix.c static int proxyCheckReservedLock(sqlite3_file *id, int *pResOut) { sqlite3_file 6534 third_party/sqlite/src/src/os_unix.c return proxy->pMethod->xCheckReservedLock((sqlite3_file*)proxy, pResOut); sqlite3_file 6566 third_party/sqlite/src/src/os_unix.c static int proxyLock(sqlite3_file *id, int eFileLock) { sqlite3_file 6573 third_party/sqlite/src/src/os_unix.c rc = proxy->pMethod->xLock((sqlite3_file*)proxy, eFileLock); sqlite3_file 6590 third_party/sqlite/src/src/os_unix.c static int proxyUnlock(sqlite3_file *id, int eFileLock) { sqlite3_file 6597 third_party/sqlite/src/src/os_unix.c rc = proxy->pMethod->xUnlock((sqlite3_file*)proxy, eFileLock); sqlite3_file 6609 third_party/sqlite/src/src/os_unix.c static int proxyClose(sqlite3_file *id) { sqlite3_file 6618 third_party/sqlite/src/src/os_unix.c rc = lockProxy->pMethod->xUnlock((sqlite3_file*)lockProxy, NO_LOCK); sqlite3_file 6620 third_party/sqlite/src/src/os_unix.c rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy); sqlite3_file 6630 third_party/sqlite/src/src/os_unix.c rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile); sqlite3_file 671 third_party/sqlite/src/src/os_win.c static int winClose(sqlite3_file *id){ sqlite3_file 708 third_party/sqlite/src/src/os_win.c sqlite3_file *id, /* File to read from */ sqlite3_file 741 third_party/sqlite/src/src/os_win.c sqlite3_file *id, /* File to write into */ sqlite3_file 784 third_party/sqlite/src/src/os_win.c static int winTruncate(sqlite3_file *id, sqlite3_int64 nByte){ sqlite3_file 826 third_party/sqlite/src/src/os_win.c static int winSync(sqlite3_file *id, int flags){ sqlite3_file 874 third_party/sqlite/src/src/os_win.c static int winFileSize(sqlite3_file *id, sqlite3_int64 *pSize){ sqlite3_file 976 third_party/sqlite/src/src/os_win.c static int winLock(sqlite3_file *id, int locktype){ sqlite3_file 1099 third_party/sqlite/src/src/os_win.c static int winCheckReservedLock(sqlite3_file *id, int *pResOut){ sqlite3_file 1132 third_party/sqlite/src/src/os_win.c static int winUnlock(sqlite3_file *id, int locktype){ sqlite3_file 1165 third_party/sqlite/src/src/os_win.c static int winFileControl(sqlite3_file *id, int op, void *pArg){ sqlite3_file 1203 third_party/sqlite/src/src/os_win.c static int winSectorSize(sqlite3_file *id){ sqlite3_file 1211 third_party/sqlite/src/src/os_win.c static int winDeviceCharacteristics(sqlite3_file *id){ sqlite3_file 1382 third_party/sqlite/src/src/os_win.c static int winOpen(sqlite3_vfs*,const char*,sqlite3_file*,int,int*); sqlite3_file 1413 third_party/sqlite/src/src/os_win.c winClose((sqlite3_file *)&p->hFile); sqlite3_file 1489 third_party/sqlite/src/src/os_win.c (sqlite3_file*)&pShmNode->hFile, /* File handle here */ sqlite3_file 1501 third_party/sqlite/src/src/os_win.c rc = winTruncate((sqlite3_file *)&pShmNode->hFile, 0); sqlite3_file 1550 third_party/sqlite/src/src/os_win.c sqlite3_file *fd, /* Database holding shared memory */ sqlite3_file 1591 third_party/sqlite/src/src/os_win.c sqlite3_file *fd, /* Database file holding the shared memory */ sqlite3_file 1700 third_party/sqlite/src/src/os_win.c sqlite3_file *fd /* Database holding the shared memory */ sqlite3_file 1728 third_party/sqlite/src/src/os_win.c sqlite3_file *fd, /* Handle open on database file */ sqlite3_file 1760 third_party/sqlite/src/src/os_win.c rc = winFileSize((sqlite3_file *)&pShmNode->hFile, &sz); sqlite3_file 1774 third_party/sqlite/src/src/os_win.c rc = winTruncate((sqlite3_file *)&pShmNode->hFile, nByte); sqlite3_file 2043 third_party/sqlite/src/src/os_win.c sqlite3_file *id, /* Write the SQLite file handle here */ sqlite3_file 2787 third_party/sqlite/src/src/os_win.c void chromium_sqlite3_initialize_win_sqlite3_file(sqlite3_file* file, HANDLE handle) { sqlite3_file 649 third_party/sqlite/src/src/pager.c sqlite3_file *fd; /* File descriptor for database */ sqlite3_file 650 third_party/sqlite/src/src/pager.c sqlite3_file *jfd; /* File descriptor for main journal */ sqlite3_file 651 third_party/sqlite/src/src/pager.c sqlite3_file *sjfd; /* File descriptor for sub-journal */ sqlite3_file 1019 third_party/sqlite/src/src/pager.c static int read32bits(sqlite3_file *fd, i64 offset, u32 *pRes){ sqlite3_file 1038 third_party/sqlite/src/src/pager.c static int write32bits(sqlite3_file *fd, i64 offset, u32 val){ sqlite3_file 1203 third_party/sqlite/src/src/pager.c static int readMasterJournal(sqlite3_file *pJrnl, char *zMaster, u32 nMaster){ sqlite3_file 2108 third_party/sqlite/src/src/pager.c sqlite3_file *jfd; /* The file descriptor for the journal file */ sqlite3_file 2364 third_party/sqlite/src/src/pager.c sqlite3_file *pMaster; /* Malloc'd master-journal file descriptor */ sqlite3_file 2365 third_party/sqlite/src/src/pager.c sqlite3_file *pJournal; /* Malloc'd child-journal file descriptor */ sqlite3_file 2375 third_party/sqlite/src/src/pager.c pMaster = (sqlite3_file *)sqlite3MallocZero(pVfs->szOsFile * 2); sqlite3_file 2376 third_party/sqlite/src/src/pager.c pJournal = (sqlite3_file *)(((u8 *)pMaster) + pVfs->szOsFile); sqlite3_file 3392 third_party/sqlite/src/src/pager.c sqlite3_file *pFile, /* Write the file descriptor here */ sqlite3_file 4385 third_party/sqlite/src/src/pager.c pPager->fd = (sqlite3_file*)(pPtr += ROUND8(pcacheSize)); sqlite3_file 4386 third_party/sqlite/src/src/pager.c pPager->sjfd = (sqlite3_file*)(pPtr += ROUND8(pVfs->szOsFile)); sqlite3_file 4387 third_party/sqlite/src/src/pager.c pPager->jfd = (sqlite3_file*)(pPtr += journalFileSize); sqlite3_file 6266 third_party/sqlite/src/src/pager.c sqlite3_file *sqlite3PagerFile(Pager *pPager){ sqlite3_file 153 third_party/sqlite/src/src/pager.h sqlite3_file *sqlite3PagerFile(Pager*); sqlite3_file 789 third_party/sqlite/src/src/pragma.c sqlite3_file *pFile = sqlite3PagerFile(pPager); sqlite3_file 802 third_party/sqlite/src/src/pragma.c sqlite3_file *pFile = sqlite3PagerFile(pPager); sqlite3_file 3141 third_party/sqlite/src/src/sqliteInt.h int sqlite3JournalOpen(sqlite3_vfs *, const char *, sqlite3_file *, int, int); sqlite3_file 3143 third_party/sqlite/src/src/sqliteInt.h int sqlite3JournalCreate(sqlite3_file *); sqlite3_file 3148 third_party/sqlite/src/src/sqliteInt.h void sqlite3MemJournalOpen(sqlite3_file *); sqlite3_file 3150 third_party/sqlite/src/src/sqliteInt.h int sqlite3IsMemJournal(sqlite3_file *); sqlite3_file 536 third_party/sqlite/src/src/test2.c sqlite3_file *fd = 0; sqlite3_file 128 third_party/sqlite/src/src/test6.c sqlite3_file *pRealFile; /* Underlying "real" file handle */ sqlite3_file 226 third_party/sqlite/src/src/test6.c sqlite3_file *pRealFile = pWrite->pFile->pRealFile; sqlite3_file 359 third_party/sqlite/src/src/test6.c sqlite3_file *pFile, sqlite3_file 395 third_party/sqlite/src/src/test6.c static int cfClose(sqlite3_file *pFile){ sqlite3_file 406 third_party/sqlite/src/src/test6.c sqlite3_file *pFile, sqlite3_file 426 third_party/sqlite/src/src/test6.c sqlite3_file *pFile, sqlite3_file 453 third_party/sqlite/src/src/test6.c static int cfTruncate(sqlite3_file *pFile, sqlite_int64 size){ sqlite3_file 465 third_party/sqlite/src/src/test6.c static int cfSync(sqlite3_file *pFile, int flags){ sqlite3_file 489 third_party/sqlite/src/src/test6.c static int cfFileSize(sqlite3_file *pFile, sqlite_int64 *pSize){ sqlite3_file 498 third_party/sqlite/src/src/test6.c static int cfLock(sqlite3_file *pFile, int eLock){ sqlite3_file 501 third_party/sqlite/src/src/test6.c static int cfUnlock(sqlite3_file *pFile, int eLock){ sqlite3_file 504 third_party/sqlite/src/src/test6.c static int cfCheckReservedLock(sqlite3_file *pFile, int *pResOut){ sqlite3_file 507 third_party/sqlite/src/src/test6.c static int cfFileControl(sqlite3_file *pFile, int op, void *pArg){ sqlite3_file 516 third_party/sqlite/src/src/test6.c static int cfSectorSize(sqlite3_file *pFile){ sqlite3_file 519 third_party/sqlite/src/src/test6.c static int cfDeviceCharacteristics(sqlite3_file *pFile){ sqlite3_file 526 third_party/sqlite/src/src/test6.c static int cfShmLock(sqlite3_file *pFile, int ofst, int n, int flags){ sqlite3_file 529 third_party/sqlite/src/src/test6.c static void cfShmBarrier(sqlite3_file *pFile){ sqlite3_file 532 third_party/sqlite/src/src/test6.c static int cfShmUnmap(sqlite3_file *pFile, int delFlag){ sqlite3_file 536 third_party/sqlite/src/src/test6.c sqlite3_file *pFile, /* Handle open on database file */ sqlite3_file 584 third_party/sqlite/src/src/test6.c sqlite3_file *pFile, sqlite3_file 591 third_party/sqlite/src/src/test6.c sqlite3_file *pReal = (sqlite3_file*)&pWrapper[1]; sqlite3_file 150 third_party/sqlite/src/src/test_demovfs.c sqlite3_file base; /* Base class. Must be first. */ sqlite3_file 201 third_party/sqlite/src/src/test_demovfs.c static int demoClose(sqlite3_file *pFile){ sqlite3_file 214 third_party/sqlite/src/src/test_demovfs.c sqlite3_file *pFile, sqlite3_file 254 third_party/sqlite/src/src/test_demovfs.c sqlite3_file *pFile, sqlite3_file 305 third_party/sqlite/src/src/test_demovfs.c static int demoTruncate(sqlite3_file *pFile, sqlite_int64 size){ sqlite3_file 315 third_party/sqlite/src/src/test_demovfs.c static int demoSync(sqlite3_file *pFile, int flags){ sqlite3_file 331 third_party/sqlite/src/src/test_demovfs.c static int demoFileSize(sqlite3_file *pFile, sqlite_int64 *pSize){ sqlite3_file 358 third_party/sqlite/src/src/test_demovfs.c static int demoLock(sqlite3_file *pFile, int eLock){ sqlite3_file 361 third_party/sqlite/src/src/test_demovfs.c static int demoUnlock(sqlite3_file *pFile, int eLock){ sqlite3_file 364 third_party/sqlite/src/src/test_demovfs.c static int demoCheckReservedLock(sqlite3_file *pFile, int *pResOut){ sqlite3_file 372 third_party/sqlite/src/src/test_demovfs.c static int demoFileControl(sqlite3_file *pFile, int op, void *pArg){ sqlite3_file 381 third_party/sqlite/src/src/test_demovfs.c static int demoSectorSize(sqlite3_file *pFile){ sqlite3_file 384 third_party/sqlite/src/src/test_demovfs.c static int demoDeviceCharacteristics(sqlite3_file *pFile){ sqlite3_file 394 third_party/sqlite/src/src/test_demovfs.c sqlite3_file *pFile, /* Pointer to DemoFile struct to populate */ sqlite3_file 34 third_party/sqlite/src/src/test_devsym.c sqlite3_file base; sqlite3_file 35 third_party/sqlite/src/src/test_devsym.c sqlite3_file *pReal; sqlite3_file 41 third_party/sqlite/src/src/test_devsym.c static int devsymClose(sqlite3_file*); sqlite3_file 42 third_party/sqlite/src/src/test_devsym.c static int devsymRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); sqlite3_file 43 third_party/sqlite/src/src/test_devsym.c static int devsymWrite(sqlite3_file*,const void*,int iAmt, sqlite3_int64 iOfst); sqlite3_file 44 third_party/sqlite/src/src/test_devsym.c static int devsymTruncate(sqlite3_file*, sqlite3_int64 size); sqlite3_file 45 third_party/sqlite/src/src/test_devsym.c static int devsymSync(sqlite3_file*, int flags); sqlite3_file 46 third_party/sqlite/src/src/test_devsym.c static int devsymFileSize(sqlite3_file*, sqlite3_int64 *pSize); sqlite3_file 47 third_party/sqlite/src/src/test_devsym.c static int devsymLock(sqlite3_file*, int); sqlite3_file 48 third_party/sqlite/src/src/test_devsym.c static int devsymUnlock(sqlite3_file*, int); sqlite3_file 49 third_party/sqlite/src/src/test_devsym.c static int devsymCheckReservedLock(sqlite3_file*, int *); sqlite3_file 50 third_party/sqlite/src/src/test_devsym.c static int devsymFileControl(sqlite3_file*, int op, void *pArg); sqlite3_file 51 third_party/sqlite/src/src/test_devsym.c static int devsymSectorSize(sqlite3_file*); sqlite3_file 52 third_party/sqlite/src/src/test_devsym.c static int devsymDeviceCharacteristics(sqlite3_file*); sqlite3_file 53 third_party/sqlite/src/src/test_devsym.c static int devsymShmLock(sqlite3_file*,int,int,int); sqlite3_file 54 third_party/sqlite/src/src/test_devsym.c static int devsymShmMap(sqlite3_file*,int,int,int, void volatile **); sqlite3_file 55 third_party/sqlite/src/src/test_devsym.c static void devsymShmBarrier(sqlite3_file*); sqlite3_file 56 third_party/sqlite/src/src/test_devsym.c static int devsymShmUnmap(sqlite3_file*,int); sqlite3_file 61 third_party/sqlite/src/src/test_devsym.c static int devsymOpen(sqlite3_vfs*, const char *, sqlite3_file*, int , int *); sqlite3_file 134 third_party/sqlite/src/src/test_devsym.c static int devsymClose(sqlite3_file *pFile){ sqlite3_file 143 third_party/sqlite/src/src/test_devsym.c sqlite3_file *pFile, sqlite3_file 156 third_party/sqlite/src/src/test_devsym.c sqlite3_file *pFile, sqlite3_file 168 third_party/sqlite/src/src/test_devsym.c static int devsymTruncate(sqlite3_file *pFile, sqlite_int64 size){ sqlite3_file 176 third_party/sqlite/src/src/test_devsym.c static int devsymSync(sqlite3_file *pFile, int flags){ sqlite3_file 184 third_party/sqlite/src/src/test_devsym.c static int devsymFileSize(sqlite3_file *pFile, sqlite_int64 *pSize){ sqlite3_file 192 third_party/sqlite/src/src/test_devsym.c static int devsymLock(sqlite3_file *pFile, int eLock){ sqlite3_file 200 third_party/sqlite/src/src/test_devsym.c static int devsymUnlock(sqlite3_file *pFile, int eLock){ sqlite3_file 208 third_party/sqlite/src/src/test_devsym.c static int devsymCheckReservedLock(sqlite3_file *pFile, int *pResOut){ sqlite3_file 216 third_party/sqlite/src/src/test_devsym.c static int devsymFileControl(sqlite3_file *pFile, int op, void *pArg){ sqlite3_file 224 third_party/sqlite/src/src/test_devsym.c static int devsymSectorSize(sqlite3_file *pFile){ sqlite3_file 231 third_party/sqlite/src/src/test_devsym.c static int devsymDeviceCharacteristics(sqlite3_file *pFile){ sqlite3_file 238 third_party/sqlite/src/src/test_devsym.c static int devsymShmLock(sqlite3_file *pFile, int ofst, int n, int flags){ sqlite3_file 243 third_party/sqlite/src/src/test_devsym.c sqlite3_file *pFile, sqlite3_file 252 third_party/sqlite/src/src/test_devsym.c static void devsymShmBarrier(sqlite3_file *pFile){ sqlite3_file 256 third_party/sqlite/src/src/test_devsym.c static int devsymShmUnmap(sqlite3_file *pFile, int delFlag){ sqlite3_file 269 third_party/sqlite/src/src/test_devsym.c sqlite3_file *pFile, sqlite3_file 275 third_party/sqlite/src/src/test_devsym.c p->pReal = (sqlite3_file *)&p[1]; sqlite3_file 115 third_party/sqlite/src/src/test_journal.c sqlite3_file base; sqlite3_file 131 third_party/sqlite/src/src/test_journal.c sqlite3_file *pReal; /* The file handle for the underlying vfs */ sqlite3_file 137 third_party/sqlite/src/src/test_journal.c static int jtClose(sqlite3_file*); sqlite3_file 138 third_party/sqlite/src/src/test_journal.c static int jtRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); sqlite3_file 139 third_party/sqlite/src/src/test_journal.c static int jtWrite(sqlite3_file*,const void*,int iAmt, sqlite3_int64 iOfst); sqlite3_file 140 third_party/sqlite/src/src/test_journal.c static int jtTruncate(sqlite3_file*, sqlite3_int64 size); sqlite3_file 141 third_party/sqlite/src/src/test_journal.c static int jtSync(sqlite3_file*, int flags); sqlite3_file 142 third_party/sqlite/src/src/test_journal.c static int jtFileSize(sqlite3_file*, sqlite3_int64 *pSize); sqlite3_file 143 third_party/sqlite/src/src/test_journal.c static int jtLock(sqlite3_file*, int); sqlite3_file 144 third_party/sqlite/src/src/test_journal.c static int jtUnlock(sqlite3_file*, int); sqlite3_file 145 third_party/sqlite/src/src/test_journal.c static int jtCheckReservedLock(sqlite3_file*, int *); sqlite3_file 146 third_party/sqlite/src/src/test_journal.c static int jtFileControl(sqlite3_file*, int op, void *pArg); sqlite3_file 147 third_party/sqlite/src/src/test_journal.c static int jtSectorSize(sqlite3_file*); sqlite3_file 148 third_party/sqlite/src/src/test_journal.c static int jtDeviceCharacteristics(sqlite3_file*); sqlite3_file 153 third_party/sqlite/src/src/test_journal.c static int jtOpen(sqlite3_vfs*, const char *, sqlite3_file*, int , int *); sqlite3_file 250 third_party/sqlite/src/src/test_journal.c static int jtClose(sqlite3_file *pFile){ sqlite3_file 268 third_party/sqlite/src/src/test_journal.c sqlite3_file *pFile, sqlite3_file 361 third_party/sqlite/src/src/test_journal.c sqlite3_file *p = pMain->pReal; sqlite3_file 432 third_party/sqlite/src/src/test_journal.c sqlite3_file *pReal = p->pReal; sqlite3_file 509 third_party/sqlite/src/src/test_journal.c sqlite3_file *pFile, sqlite3_file 572 third_party/sqlite/src/src/test_journal.c static int jtTruncate(sqlite3_file *pFile, sqlite_int64 size){ sqlite3_file 592 third_party/sqlite/src/src/test_journal.c static int jtSync(sqlite3_file *pFile, int flags){ sqlite3_file 623 third_party/sqlite/src/src/test_journal.c static int jtFileSize(sqlite3_file *pFile, sqlite_int64 *pSize){ sqlite3_file 631 third_party/sqlite/src/src/test_journal.c static int jtLock(sqlite3_file *pFile, int eLock){ sqlite3_file 644 third_party/sqlite/src/src/test_journal.c static int jtUnlock(sqlite3_file *pFile, int eLock){ sqlite3_file 657 third_party/sqlite/src/src/test_journal.c static int jtCheckReservedLock(sqlite3_file *pFile, int *pResOut){ sqlite3_file 665 third_party/sqlite/src/src/test_journal.c static int jtFileControl(sqlite3_file *pFile, int op, void *pArg){ sqlite3_file 673 third_party/sqlite/src/src/test_journal.c static int jtSectorSize(sqlite3_file *pFile){ sqlite3_file 681 third_party/sqlite/src/src/test_journal.c static int jtDeviceCharacteristics(sqlite3_file *pFile){ sqlite3_file 692 third_party/sqlite/src/src/test_journal.c sqlite3_file *pFile, sqlite3_file 699 third_party/sqlite/src/src/test_journal.c p->pReal = (sqlite3_file *)&p[1]; sqlite3_file 99 third_party/sqlite/src/src/test_multiplex.c sqlite3_file **pReal; /* Handles to each chunk */ sqlite3_file 117 third_party/sqlite/src/src/test_multiplex.c sqlite3_file base; /* Base class - must be first */ sqlite3_file 198 third_party/sqlite/src/src/test_multiplex.c static sqlite3_file *multiplexSubOpen(multiplexConn *pConn, int iChunk, int *rc, int *pOutFlags){ sqlite3_file 202 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = pGroup->pReal[iChunk]; /* Real file descriptor */ sqlite3_file 294 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pConn, /* Fill in this file descriptor */ sqlite3_file 301 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen; /* Real file descriptor */ sqlite3_file 316 third_party/sqlite/src/src/test_multiplex.c + (sizeof(sqlite3_file *)*SQLITE_MULTIPLEX_MAX_CHUNKS) /* pReal[] */ sqlite3_file 338 third_party/sqlite/src/src/test_multiplex.c pGroup->pReal = (sqlite3_file **)p; sqlite3_file 339 third_party/sqlite/src/src/test_multiplex.c p += (sizeof(sqlite3_file *)*pGroup->nMaxChunks); sqlite3_file 341 third_party/sqlite/src/src/test_multiplex.c pGroup->pReal[i] = (sqlite3_file *)p; sqlite3_file 468 third_party/sqlite/src/src/test_multiplex.c static int multiplexClose(sqlite3_file *pConn){ sqlite3_file 477 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = pGroup->pReal[i]; sqlite3_file 500 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pConn, sqlite3_file 510 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, 0, &rc, NULL); sqlite3_file 515 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, i, &rc, NULL); sqlite3_file 540 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pConn, sqlite3_file 550 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, 0, &rc, NULL); sqlite3_file 555 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, i, &rc, NULL); sqlite3_file 579 third_party/sqlite/src/src/test_multiplex.c static int multiplexTruncate(sqlite3_file *pConn, sqlite3_int64 size){ sqlite3_file 585 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, 0, &rc, NULL); sqlite3_file 590 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen; sqlite3_file 628 third_party/sqlite/src/src/test_multiplex.c static int multiplexSync(sqlite3_file *pConn, int flags){ sqlite3_file 637 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = pGroup->pReal[i]; sqlite3_file 649 third_party/sqlite/src/src/test_multiplex.c static int multiplexFileSize(sqlite3_file *pConn, sqlite3_int64 *pSize){ sqlite3_file 657 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, 0, &rc, NULL); sqlite3_file 662 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = NULL; sqlite3_file 713 third_party/sqlite/src/src/test_multiplex.c static int multiplexLock(sqlite3_file *pConn, int lock){ sqlite3_file 716 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, 0, &rc, NULL); sqlite3_file 725 third_party/sqlite/src/src/test_multiplex.c static int multiplexUnlock(sqlite3_file *pConn, int lock){ sqlite3_file 728 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, 0, &rc, NULL); sqlite3_file 737 third_party/sqlite/src/src/test_multiplex.c static int multiplexCheckReservedLock(sqlite3_file *pConn, int *pResOut){ sqlite3_file 740 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, 0, &rc, NULL); sqlite3_file 750 third_party/sqlite/src/src/test_multiplex.c static int multiplexFileControl(sqlite3_file *pConn, int op, void *pArg){ sqlite3_file 754 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen; sqlite3_file 807 third_party/sqlite/src/src/test_multiplex.c static int multiplexSectorSize(sqlite3_file *pConn){ sqlite3_file 810 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, 0, &rc, NULL); sqlite3_file 819 third_party/sqlite/src/src/test_multiplex.c static int multiplexDeviceCharacteristics(sqlite3_file *pConn){ sqlite3_file 822 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, 0, &rc, NULL); sqlite3_file 832 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pConn, /* Handle open on database file */ sqlite3_file 840 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, 0, &rc, NULL); sqlite3_file 850 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pConn, /* Database file holding the shared memory */ sqlite3_file 857 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, 0, &rc, NULL); sqlite3_file 866 third_party/sqlite/src/src/test_multiplex.c static void multiplexShmBarrier(sqlite3_file *pConn){ sqlite3_file 869 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, 0, &rc, NULL); sqlite3_file 877 third_party/sqlite/src/src/test_multiplex.c static int multiplexShmUnmap(sqlite3_file *pConn, int deleteFlag){ sqlite3_file 880 third_party/sqlite/src/src/test_multiplex.c sqlite3_file *pSubOpen = multiplexSubOpen(p, 0, &rc, NULL); sqlite3_file 99 third_party/sqlite/src/src/test_onefile.c sqlite3_file *pFile; sqlite3_file 111 third_party/sqlite/src/src/test_onefile.c sqlite3_file base; sqlite3_file 118 third_party/sqlite/src/src/test_onefile.c sqlite3_file base; sqlite3_file 131 third_party/sqlite/src/src/test_onefile.c static int fsClose(sqlite3_file*); sqlite3_file 132 third_party/sqlite/src/src/test_onefile.c static int fsRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); sqlite3_file 133 third_party/sqlite/src/src/test_onefile.c static int fsWrite(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); sqlite3_file 134 third_party/sqlite/src/src/test_onefile.c static int fsTruncate(sqlite3_file*, sqlite3_int64 size); sqlite3_file 135 third_party/sqlite/src/src/test_onefile.c static int fsSync(sqlite3_file*, int flags); sqlite3_file 136 third_party/sqlite/src/src/test_onefile.c static int fsFileSize(sqlite3_file*, sqlite3_int64 *pSize); sqlite3_file 137 third_party/sqlite/src/src/test_onefile.c static int fsLock(sqlite3_file*, int); sqlite3_file 138 third_party/sqlite/src/src/test_onefile.c static int fsUnlock(sqlite3_file*, int); sqlite3_file 139 third_party/sqlite/src/src/test_onefile.c static int fsCheckReservedLock(sqlite3_file*, int *pResOut); sqlite3_file 140 third_party/sqlite/src/src/test_onefile.c static int fsFileControl(sqlite3_file*, int op, void *pArg); sqlite3_file 141 third_party/sqlite/src/src/test_onefile.c static int fsSectorSize(sqlite3_file*); sqlite3_file 142 third_party/sqlite/src/src/test_onefile.c static int fsDeviceCharacteristics(sqlite3_file*); sqlite3_file 147 third_party/sqlite/src/src/test_onefile.c static int tmpClose(sqlite3_file*); sqlite3_file 148 third_party/sqlite/src/src/test_onefile.c static int tmpRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); sqlite3_file 149 third_party/sqlite/src/src/test_onefile.c static int tmpWrite(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); sqlite3_file 150 third_party/sqlite/src/src/test_onefile.c static int tmpTruncate(sqlite3_file*, sqlite3_int64 size); sqlite3_file 151 third_party/sqlite/src/src/test_onefile.c static int tmpSync(sqlite3_file*, int flags); sqlite3_file 152 third_party/sqlite/src/src/test_onefile.c static int tmpFileSize(sqlite3_file*, sqlite3_int64 *pSize); sqlite3_file 153 third_party/sqlite/src/src/test_onefile.c static int tmpLock(sqlite3_file*, int); sqlite3_file 154 third_party/sqlite/src/src/test_onefile.c static int tmpUnlock(sqlite3_file*, int); sqlite3_file 155 third_party/sqlite/src/src/test_onefile.c static int tmpCheckReservedLock(sqlite3_file*, int *pResOut); sqlite3_file 156 third_party/sqlite/src/src/test_onefile.c static int tmpFileControl(sqlite3_file*, int op, void *pArg); sqlite3_file 157 third_party/sqlite/src/src/test_onefile.c static int tmpSectorSize(sqlite3_file*); sqlite3_file 158 third_party/sqlite/src/src/test_onefile.c static int tmpDeviceCharacteristics(sqlite3_file*); sqlite3_file 163 third_party/sqlite/src/src/test_onefile.c static int fsOpen(sqlite3_vfs*, const char *, sqlite3_file*, int , int *); sqlite3_file 257 third_party/sqlite/src/src/test_onefile.c static int tmpClose(sqlite3_file *pFile){ sqlite3_file 267 third_party/sqlite/src/src/test_onefile.c sqlite3_file *pFile, sqlite3_file 284 third_party/sqlite/src/src/test_onefile.c sqlite3_file *pFile, sqlite3_file 307 third_party/sqlite/src/src/test_onefile.c static int tmpTruncate(sqlite3_file *pFile, sqlite_int64 size){ sqlite3_file 316 third_party/sqlite/src/src/test_onefile.c static int tmpSync(sqlite3_file *pFile, int flags){ sqlite3_file 323 third_party/sqlite/src/src/test_onefile.c static int tmpFileSize(sqlite3_file *pFile, sqlite_int64 *pSize){ sqlite3_file 332 third_party/sqlite/src/src/test_onefile.c static int tmpLock(sqlite3_file *pFile, int eLock){ sqlite3_file 339 third_party/sqlite/src/src/test_onefile.c static int tmpUnlock(sqlite3_file *pFile, int eLock){ sqlite3_file 346 third_party/sqlite/src/src/test_onefile.c static int tmpCheckReservedLock(sqlite3_file *pFile, int *pResOut){ sqlite3_file 354 third_party/sqlite/src/src/test_onefile.c static int tmpFileControl(sqlite3_file *pFile, int op, void *pArg){ sqlite3_file 361 third_party/sqlite/src/src/test_onefile.c static int tmpSectorSize(sqlite3_file *pFile){ sqlite3_file 368 third_party/sqlite/src/src/test_onefile.c static int tmpDeviceCharacteristics(sqlite3_file *pFile){ sqlite3_file 375 third_party/sqlite/src/src/test_onefile.c static int fsClose(sqlite3_file *pFile){ sqlite3_file 401 third_party/sqlite/src/src/test_onefile.c sqlite3_file *pFile, sqlite3_file 409 third_party/sqlite/src/src/test_onefile.c sqlite3_file *pF = pReal->pFile; sqlite3_file 440 third_party/sqlite/src/src/test_onefile.c sqlite3_file *pFile, sqlite3_file 448 third_party/sqlite/src/src/test_onefile.c sqlite3_file *pF = pReal->pFile; sqlite3_file 488 third_party/sqlite/src/src/test_onefile.c static int fsTruncate(sqlite3_file *pFile, sqlite_int64 size){ sqlite3_file 502 third_party/sqlite/src/src/test_onefile.c static int fsSync(sqlite3_file *pFile, int flags){ sqlite3_file 505 third_party/sqlite/src/src/test_onefile.c sqlite3_file *pRealFile = pReal->pFile; sqlite3_file 526 third_party/sqlite/src/src/test_onefile.c static int fsFileSize(sqlite3_file *pFile, sqlite_int64 *pSize){ sqlite3_file 540 third_party/sqlite/src/src/test_onefile.c static int fsLock(sqlite3_file *pFile, int eLock){ sqlite3_file 547 third_party/sqlite/src/src/test_onefile.c static int fsUnlock(sqlite3_file *pFile, int eLock){ sqlite3_file 554 third_party/sqlite/src/src/test_onefile.c static int fsCheckReservedLock(sqlite3_file *pFile, int *pResOut){ sqlite3_file 562 third_party/sqlite/src/src/test_onefile.c static int fsFileControl(sqlite3_file *pFile, int op, void *pArg){ sqlite3_file 569 third_party/sqlite/src/src/test_onefile.c static int fsSectorSize(sqlite3_file *pFile){ sqlite3_file 576 third_party/sqlite/src/src/test_onefile.c static int fsDeviceCharacteristics(sqlite3_file *pFile){ sqlite3_file 586 third_party/sqlite/src/src/test_onefile.c sqlite3_file *pFile, sqlite3_file 616 third_party/sqlite/src/src/test_onefile.c sqlite3_file *pRealFile; sqlite3_file 627 third_party/sqlite/src/src/test_onefile.c pReal->pFile = (sqlite3_file *)(&pReal[1]); sqlite3_file 689 third_party/sqlite/src/src/test_onefile.c sqlite3_file *pF; sqlite3_file 118 third_party/sqlite/src/src/test_osinst.c sqlite3_file *pLog; /* Log file handle */ sqlite3_file 125 third_party/sqlite/src/src/test_osinst.c sqlite3_file base; /* IO methods */ sqlite3_file 126 third_party/sqlite/src/src/test_osinst.c sqlite3_file *pReal; /* Underlying file handle */ sqlite3_file 138 third_party/sqlite/src/src/test_osinst.c static int vfslogClose(sqlite3_file*); sqlite3_file 139 third_party/sqlite/src/src/test_osinst.c static int vfslogRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); sqlite3_file 140 third_party/sqlite/src/src/test_osinst.c static int vfslogWrite(sqlite3_file*,const void*,int iAmt, sqlite3_int64 iOfst); sqlite3_file 141 third_party/sqlite/src/src/test_osinst.c static int vfslogTruncate(sqlite3_file*, sqlite3_int64 size); sqlite3_file 142 third_party/sqlite/src/src/test_osinst.c static int vfslogSync(sqlite3_file*, int flags); sqlite3_file 143 third_party/sqlite/src/src/test_osinst.c static int vfslogFileSize(sqlite3_file*, sqlite3_int64 *pSize); sqlite3_file 144 third_party/sqlite/src/src/test_osinst.c static int vfslogLock(sqlite3_file*, int); sqlite3_file 145 third_party/sqlite/src/src/test_osinst.c static int vfslogUnlock(sqlite3_file*, int); sqlite3_file 146 third_party/sqlite/src/src/test_osinst.c static int vfslogCheckReservedLock(sqlite3_file*, int *pResOut); sqlite3_file 147 third_party/sqlite/src/src/test_osinst.c static int vfslogFileControl(sqlite3_file*, int op, void *pArg); sqlite3_file 148 third_party/sqlite/src/src/test_osinst.c static int vfslogSectorSize(sqlite3_file*); sqlite3_file 149 third_party/sqlite/src/src/test_osinst.c static int vfslogDeviceCharacteristics(sqlite3_file*); sqlite3_file 151 third_party/sqlite/src/src/test_osinst.c static int vfslogShmLock(sqlite3_file *pFile, int ofst, int n, int flags); sqlite3_file 152 third_party/sqlite/src/src/test_osinst.c static int vfslogShmMap(sqlite3_file *pFile,int,int,int,volatile void **); sqlite3_file 153 third_party/sqlite/src/src/test_osinst.c static void vfslogShmBarrier(sqlite3_file*); sqlite3_file 154 third_party/sqlite/src/src/test_osinst.c static int vfslogShmUnmap(sqlite3_file *pFile, int deleteFlag); sqlite3_file 159 third_party/sqlite/src/src/test_osinst.c static int vfslogOpen(sqlite3_vfs*, const char *, sqlite3_file*, int , int *); sqlite3_file 251 third_party/sqlite/src/src/test_osinst.c static int vfslogClose(sqlite3_file *pFile){ sqlite3_file 269 third_party/sqlite/src/src/test_osinst.c sqlite3_file *pFile, sqlite3_file 288 third_party/sqlite/src/src/test_osinst.c sqlite3_file *pFile, sqlite3_file 306 third_party/sqlite/src/src/test_osinst.c static int vfslogTruncate(sqlite3_file *pFile, sqlite_int64 size){ sqlite3_file 320 third_party/sqlite/src/src/test_osinst.c static int vfslogSync(sqlite3_file *pFile, int flags){ sqlite3_file 334 third_party/sqlite/src/src/test_osinst.c static int vfslogFileSize(sqlite3_file *pFile, sqlite_int64 *pSize){ sqlite3_file 348 third_party/sqlite/src/src/test_osinst.c static int vfslogLock(sqlite3_file *pFile, int eLock){ sqlite3_file 362 third_party/sqlite/src/src/test_osinst.c static int vfslogUnlock(sqlite3_file *pFile, int eLock){ sqlite3_file 376 third_party/sqlite/src/src/test_osinst.c static int vfslogCheckReservedLock(sqlite3_file *pFile, int *pResOut){ sqlite3_file 390 third_party/sqlite/src/src/test_osinst.c static int vfslogFileControl(sqlite3_file *pFile, int op, void *pArg){ sqlite3_file 398 third_party/sqlite/src/src/test_osinst.c static int vfslogSectorSize(sqlite3_file *pFile){ sqlite3_file 412 third_party/sqlite/src/src/test_osinst.c static int vfslogDeviceCharacteristics(sqlite3_file *pFile){ sqlite3_file 423 third_party/sqlite/src/src/test_osinst.c static int vfslogShmLock(sqlite3_file *pFile, int ofst, int n, int flags){ sqlite3_file 434 third_party/sqlite/src/src/test_osinst.c sqlite3_file *pFile, sqlite3_file 449 third_party/sqlite/src/src/test_osinst.c static void vfslogShmBarrier(sqlite3_file *pFile){ sqlite3_file 457 third_party/sqlite/src/src/test_osinst.c static int vfslogShmUnmap(sqlite3_file *pFile, int deleteFlag){ sqlite3_file 475 third_party/sqlite/src/src/test_osinst.c sqlite3_file *pFile, sqlite3_file 485 third_party/sqlite/src/src/test_osinst.c p->pReal = (sqlite3_file *)&p[1]; sqlite3_file 725 third_party/sqlite/src/src/test_osinst.c p->pLog = (sqlite3_file *)&p[1]; sqlite3_file 803 third_party/sqlite/src/src/test_osinst.c sqlite3_file *pFd; /* File descriptor open on vfslog file */ sqlite3_file 875 third_party/sqlite/src/src/test_osinst.c p->pFd = (sqlite3_file *)&p[1]; sqlite3_file 108 third_party/sqlite/src/src/test_quota.c sqlite3_file base; /* Base class - must be first */ sqlite3_file 274 third_party/sqlite/src/src/test_quota.c static sqlite3_file *quotaSubOpen(sqlite3_file *pConn){ sqlite3_file 276 third_party/sqlite/src/src/test_quota.c return (sqlite3_file*)&p[1]; sqlite3_file 290 third_party/sqlite/src/src/test_quota.c sqlite3_file *pConn, /* Fill in this file descriptor */ sqlite3_file 298 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen; /* Real file descriptor */ sqlite3_file 360 third_party/sqlite/src/src/test_quota.c static int quotaClose(sqlite3_file *pConn){ sqlite3_file 363 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 384 third_party/sqlite/src/src/test_quota.c sqlite3_file *pConn, sqlite3_file 389 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 398 third_party/sqlite/src/src/test_quota.c sqlite3_file *pConn, sqlite3_file 404 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 434 third_party/sqlite/src/src/test_quota.c static int quotaTruncate(sqlite3_file *pConn, sqlite3_int64 size){ sqlite3_file 436 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 453 third_party/sqlite/src/src/test_quota.c static int quotaSync(sqlite3_file *pConn, int flags){ sqlite3_file 454 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 461 third_party/sqlite/src/src/test_quota.c static int quotaFileSize(sqlite3_file *pConn, sqlite3_int64 *pSize){ sqlite3_file 463 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 484 third_party/sqlite/src/src/test_quota.c static int quotaLock(sqlite3_file *pConn, int lock){ sqlite3_file 485 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 491 third_party/sqlite/src/src/test_quota.c static int quotaUnlock(sqlite3_file *pConn, int lock){ sqlite3_file 492 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 498 third_party/sqlite/src/src/test_quota.c static int quotaCheckReservedLock(sqlite3_file *pConn, int *pResOut){ sqlite3_file 499 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 505 third_party/sqlite/src/src/test_quota.c static int quotaFileControl(sqlite3_file *pConn, int op, void *pArg){ sqlite3_file 506 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 512 third_party/sqlite/src/src/test_quota.c static int quotaSectorSize(sqlite3_file *pConn){ sqlite3_file 513 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 519 third_party/sqlite/src/src/test_quota.c static int quotaDeviceCharacteristics(sqlite3_file *pConn){ sqlite3_file 520 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 527 third_party/sqlite/src/src/test_quota.c sqlite3_file *pConn, /* Handle open on database file */ sqlite3_file 533 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 540 third_party/sqlite/src/src/test_quota.c sqlite3_file *pConn, /* Database file holding the shared memory */ sqlite3_file 545 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 551 third_party/sqlite/src/src/test_quota.c static void quotaShmBarrier(sqlite3_file *pConn){ sqlite3_file 552 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 558 third_party/sqlite/src/src/test_quota.c static int quotaShmUnmap(sqlite3_file *pConn, int deleteFlag){ sqlite3_file 559 third_party/sqlite/src/src/test_quota.c sqlite3_file *pSubOpen = quotaSubOpen(pConn); sqlite3_file 92 third_party/sqlite/src/src/test_superlock.c sqlite3_file *fd, /* Database file handle */ sqlite3_file 98 third_party/sqlite/src/src/test_superlock.c int (*xShmLock)(sqlite3_file*, int, int, int) = fd->pMethods->xShmLock; sqlite3_file 114 third_party/sqlite/src/src/test_superlock.c sqlite3_file *fd = 0; /* Main database file handle */ sqlite3_file 156 third_party/sqlite/src/src/test_superlock.c sqlite3_file *fd = 0; sqlite3_file 45 third_party/sqlite/src/src/test_vfs.c sqlite3_file base; /* Base class. Must be first */ sqlite3_file 53 third_party/sqlite/src/src/test_vfs.c sqlite3_file *pReal; /* The real, underlying file descriptor */ sqlite3_file 157 third_party/sqlite/src/src/test_vfs.c static int tvfsClose(sqlite3_file*); sqlite3_file 158 third_party/sqlite/src/src/test_vfs.c static int tvfsRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); sqlite3_file 159 third_party/sqlite/src/src/test_vfs.c static int tvfsWrite(sqlite3_file*,const void*,int iAmt, sqlite3_int64 iOfst); sqlite3_file 160 third_party/sqlite/src/src/test_vfs.c static int tvfsTruncate(sqlite3_file*, sqlite3_int64 size); sqlite3_file 161 third_party/sqlite/src/src/test_vfs.c static int tvfsSync(sqlite3_file*, int flags); sqlite3_file 162 third_party/sqlite/src/src/test_vfs.c static int tvfsFileSize(sqlite3_file*, sqlite3_int64 *pSize); sqlite3_file 163 third_party/sqlite/src/src/test_vfs.c static int tvfsLock(sqlite3_file*, int); sqlite3_file 164 third_party/sqlite/src/src/test_vfs.c static int tvfsUnlock(sqlite3_file*, int); sqlite3_file 165 third_party/sqlite/src/src/test_vfs.c static int tvfsCheckReservedLock(sqlite3_file*, int *); sqlite3_file 166 third_party/sqlite/src/src/test_vfs.c static int tvfsFileControl(sqlite3_file*, int op, void *pArg); sqlite3_file 167 third_party/sqlite/src/src/test_vfs.c static int tvfsSectorSize(sqlite3_file*); sqlite3_file 168 third_party/sqlite/src/src/test_vfs.c static int tvfsDeviceCharacteristics(sqlite3_file*); sqlite3_file 173 third_party/sqlite/src/src/test_vfs.c static int tvfsOpen(sqlite3_vfs*, const char *, sqlite3_file*, int , int *); sqlite3_file 187 third_party/sqlite/src/src/test_vfs.c static int tvfsShmOpen(sqlite3_file*); sqlite3_file 188 third_party/sqlite/src/src/test_vfs.c static int tvfsShmLock(sqlite3_file*, int , int, int); sqlite3_file 189 third_party/sqlite/src/src/test_vfs.c static int tvfsShmMap(sqlite3_file*,int,int,int, void volatile **); sqlite3_file 190 third_party/sqlite/src/src/test_vfs.c static void tvfsShmBarrier(sqlite3_file*); sqlite3_file 191 third_party/sqlite/src/src/test_vfs.c static int tvfsShmUnmap(sqlite3_file*, int); sqlite3_file 320 third_party/sqlite/src/src/test_vfs.c static int tvfsClose(sqlite3_file *pFile){ sqlite3_file 349 third_party/sqlite/src/src/test_vfs.c sqlite3_file *pFile, sqlite3_file 362 third_party/sqlite/src/src/test_vfs.c sqlite3_file *pFile, sqlite3_file 394 third_party/sqlite/src/src/test_vfs.c static int tvfsTruncate(sqlite3_file *pFile, sqlite_int64 size){ sqlite3_file 415 third_party/sqlite/src/src/test_vfs.c static int tvfsSync(sqlite3_file *pFile, int flags){ sqlite3_file 459 third_party/sqlite/src/src/test_vfs.c static int tvfsFileSize(sqlite3_file *pFile, sqlite_int64 *pSize){ sqlite3_file 467 third_party/sqlite/src/src/test_vfs.c static int tvfsLock(sqlite3_file *pFile, int eLock){ sqlite3_file 475 third_party/sqlite/src/src/test_vfs.c static int tvfsUnlock(sqlite3_file *pFile, int eLock){ sqlite3_file 483 third_party/sqlite/src/src/test_vfs.c static int tvfsCheckReservedLock(sqlite3_file *pFile, int *pResOut){ sqlite3_file 491 third_party/sqlite/src/src/test_vfs.c static int tvfsFileControl(sqlite3_file *pFile, int op, void *pArg){ sqlite3_file 499 third_party/sqlite/src/src/test_vfs.c static int tvfsSectorSize(sqlite3_file *pFile){ sqlite3_file 511 third_party/sqlite/src/src/test_vfs.c static int tvfsDeviceCharacteristics(sqlite3_file *pFile){ sqlite3_file 526 third_party/sqlite/src/src/test_vfs.c sqlite3_file *pFile, sqlite3_file 542 third_party/sqlite/src/src/test_vfs.c pFd->pReal = (sqlite3_file *)&pFd[1]; sqlite3_file 724 third_party/sqlite/src/src/test_vfs.c static int tvfsShmOpen(sqlite3_file *pFile){ sqlite3_file 782 third_party/sqlite/src/src/test_vfs.c sqlite3_file *pFile, /* Handle open on database file */ sqlite3_file 825 third_party/sqlite/src/src/test_vfs.c sqlite3_file *pFile, sqlite3_file 887 third_party/sqlite/src/src/test_vfs.c static void tvfsShmBarrier(sqlite3_file *pFile){ sqlite3_file 899 third_party/sqlite/src/src/test_vfs.c sqlite3_file *pFile, sqlite3_file 38 third_party/sqlite/src/src/test_vfstrace.c sqlite3_file base; /* Base class. Must be first */ sqlite3_file 41 third_party/sqlite/src/src/test_vfstrace.c sqlite3_file *pReal; /* The real underlying file */ sqlite3_file 47 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceClose(sqlite3_file*); sqlite3_file 48 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); sqlite3_file 49 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceWrite(sqlite3_file*,const void*,int iAmt, sqlite3_int64); sqlite3_file 50 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceTruncate(sqlite3_file*, sqlite3_int64 size); sqlite3_file 51 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceSync(sqlite3_file*, int flags); sqlite3_file 52 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceFileSize(sqlite3_file*, sqlite3_int64 *pSize); sqlite3_file 53 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceLock(sqlite3_file*, int); sqlite3_file 54 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceUnlock(sqlite3_file*, int); sqlite3_file 55 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceCheckReservedLock(sqlite3_file*, int *); sqlite3_file 56 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceFileControl(sqlite3_file*, int op, void *pArg); sqlite3_file 57 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceSectorSize(sqlite3_file*); sqlite3_file 58 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceDeviceCharacteristics(sqlite3_file*); sqlite3_file 59 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceShmLock(sqlite3_file*,int,int,int); sqlite3_file 60 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceShmMap(sqlite3_file*,int,int,int, void volatile **); sqlite3_file 61 third_party/sqlite/src/src/test_vfstrace.c static void vfstraceShmBarrier(sqlite3_file*); sqlite3_file 62 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceShmUnmap(sqlite3_file*,int); sqlite3_file 67 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceOpen(sqlite3_vfs*, const char *, sqlite3_file*, int , int *); sqlite3_file 192 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceClose(sqlite3_file *pFile){ sqlite3_file 210 third_party/sqlite/src/src/test_vfstrace.c sqlite3_file *pFile, sqlite3_file 229 third_party/sqlite/src/src/test_vfstrace.c sqlite3_file *pFile, sqlite3_file 247 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceTruncate(sqlite3_file *pFile, sqlite_int64 size){ sqlite3_file 261 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceSync(sqlite3_file *pFile, int flags){ sqlite3_file 285 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceFileSize(sqlite3_file *pFile, sqlite_int64 *pSize){ sqlite3_file 313 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceLock(sqlite3_file *pFile, int eLock){ sqlite3_file 327 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceUnlock(sqlite3_file *pFile, int eLock){ sqlite3_file 341 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceCheckReservedLock(sqlite3_file *pFile, int *pResOut){ sqlite3_file 356 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceFileControl(sqlite3_file *pFile, int op, void *pArg){ sqlite3_file 397 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceSectorSize(sqlite3_file *pFile){ sqlite3_file 410 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceDeviceCharacteristics(sqlite3_file *pFile){ sqlite3_file 424 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceShmLock(sqlite3_file *pFile, int ofst, int n, int flags){ sqlite3_file 445 third_party/sqlite/src/src/test_vfstrace.c sqlite3_file *pFile, sqlite3_file 460 third_party/sqlite/src/src/test_vfstrace.c static void vfstraceShmBarrier(sqlite3_file *pFile){ sqlite3_file 466 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceShmUnmap(sqlite3_file *pFile, int delFlag){ sqlite3_file 485 third_party/sqlite/src/src/test_vfstrace.c sqlite3_file *pFile, sqlite3_file 495 third_party/sqlite/src/src/test_vfstrace.c p->pReal = (sqlite3_file *)&p[1]; sqlite3_file 1789 third_party/sqlite/src/src/vdbeaux.c sqlite3_file *pMaster = 0; sqlite3_file 412 third_party/sqlite/src/src/wal.c sqlite3_file *pDbFd; /* File handle for the database file */ sqlite3_file 413 third_party/sqlite/src/src/wal.c sqlite3_file *pWalFd; /* File handle for WAL file */ sqlite3_file 1234 third_party/sqlite/src/src/wal.c sqlite3_file *pDbFd, /* The open database file */ sqlite3_file 1266 third_party/sqlite/src/src/wal.c pRet->pWalFd = (sqlite3_file *)&pRet[1]; sqlite3_file 49 third_party/sqlite/src/src/wal.h int sqlite3WalOpen(sqlite3_vfs*, sqlite3_file*, const char *zName, int, Wal**); sqlite3_file 83 third_party/sqlite/src/tool/speedtest8inst1.c sqlite3_file *p; sqlite3_file 89 third_party/sqlite/src/tool/speedtest8inst1.c p = (sqlite3_file *)malloc(pVfs->szOsFile);