Home
last modified time | relevance | path

Searched defs:pFd (Results 1 – 14 of 14) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_vfs.c319 TestvfsFd *pFd = pTestfile->pFd; in tvfsClose() local
351 TestvfsFd *pFd = tvfsGetFd(pFile); in tvfsRead() local
378 TestvfsFd *pFd = tvfsGetFd(pFile); in tvfsWrite() local
408 TestvfsFd *pFd = tvfsGetFd(pFile); in tvfsTruncate() local
429 TestvfsFd *pFd = tvfsGetFd(pFile); in tvfsSync() local
480 TestvfsFd *pFd = tvfsGetFd(pFile); in tvfsLock() local
495 TestvfsFd *pFd = tvfsGetFd(pFile); in tvfsUnlock() local
513 TestvfsFd *pFd = tvfsGetFd(pFile); in tvfsCheckReservedLock() local
612 TestvfsFd *pFd; in tvfsOpen() local
1601 sqlite3_file *pFd; in test_vfs_shmlock() local
[all …]
H A Dvdbesort.c174 sqlite3_file *pFd; /* File handle */ member
355 sqlite3_file *pFd; /* File handle we are reading from */ member
421 sqlite3_file *pFd; /* File handle to write to */ member
616 sqlite3_file *pFd = pFile->pFd; in vdbeSorterMapFile() local
1286 static void vdbeSorterExtendFile(sqlite3 *db, sqlite3_file *pFd, i64 nByte){ in vdbeSorterExtendFile()
1454 sqlite3_file *pFd, /* File handle to write to */ in vdbePmaWriterInit()
H A Dos_unix.c3698 static int openDirectory(const char *zFilename, int *pFd){ in openDirectory()
4096 static void setDeviceCharacteristics(unixFile *pFd){ in setDeviceCharacteristics()
4204 unixFile *pFd = (unixFile*)id; in unixSectorSize() local
4223 unixFile *pFd = (unixFile*)id; in unixDeviceCharacteristics() local
4466 static void unixShmPurge(unixFile *pFd){ in unixShmPurge()
5120 static void unixUnmapfile(unixFile *pFd){ in unixUnmapfile()
5146 unixFile *pFd, /* File descriptor object */ in unixRemapfile()
5237 static int unixMapfile(unixFile *pFd, i64 nMap){ in unixMapfile()
5276 unixFile *pFd = (unixFile *)fd; /* The underlying database file */ in unixFetch() local
5307 unixFile *pFd = (unixFile *)fd; /* The underlying database file */ in unixUnfetch() local
H A Dbackup.c723 sqlite3_file *pFd; /* File descriptor for database pTo */ in sqlite3BtreeCopyFile() local
H A Dmemdb.c502 sqlite3_file *pFd, in memdbOpen()
H A Dos_win.c4415 static int winMapfile(winFile *pFd, sqlite3_int64 nByte){
4515 winFile *pFd = (winFile*)fd; /* The underlying database file */ local
4557 winFile *pFd = (winFile*)fd; /* The underlying database file */ local
H A Dtest_osinst.c812 sqlite3_file *pFd; /* File descriptor open on vfslog file */ member
H A Dwal.c3490 sqlite3_file *pFd; /* The WAL file to which we write */ member
H A Dpager.c804 #define isOpen(pFd) ((pFd)->pMethods!=0) argument
H A Dtest1.c2612 sqlite3_file *pFd = 0; /* SQLite fd open on zFile */ in test_atomic_batch_write() local
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c2203 static int recoverVfsClose(sqlite3_file *pFd){ in recoverVfsClose()
2428 sqlite3_file *pFd, const void *aBuf, int nByte, i64 iOff in recoverVfsWrite()
2439 static int recoverVfsSync(sqlite3_file *pFd, int flags){ in recoverVfsSync()
2449 static int recoverVfsLock(sqlite3_file *pFd, int eLock){ in recoverVfsLock()
2454 static int recoverVfsUnlock(sqlite3_file *pFd, int eLock){ in recoverVfsUnlock()
2469 static int recoverVfsSectorSize(sqlite3_file *pFd){ in recoverVfsSectorSize()
2474 static int recoverVfsDeviceCharacteristics(sqlite3_file *pFd){ in recoverVfsDeviceCharacteristics()
2491 static void recoverVfsShmBarrier(sqlite3_file *pFd){ in recoverVfsShmBarrier()
2507 sqlite3_file *pFd, in recoverVfsFetch()
2525 sqlite3_file *pFd = 0; in recoverInstallWrapper() local
[all …]
/sqlite-3.40.0/ext/misc/
H A Dmmapwarm.c79 sqlite3_file *pFd = 0; in sqlite3_mmap_warm() local
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c3522 rbu_file *pFd = (rbuIsVacuum(p) ? p->pRbuFd : p->pTargetFd); in rbuSaveState() local
4050 rbu_file *pFd = (rbuIsVacuum(p) ? p->pRbuFd : p->pTargetFd); in openRbuHandle() local
4500 static int rbuUpdateTempSize(rbu_file *pFd, sqlite3_int64 nNew){ in rbuUpdateTempSize()
4667 sqlite3_file *pFd = (sqlite3_file*)pRbu->pRbuFd; in rbuVfsRead() local
5053 rbu_file *pFd = (rbu_file *)pFile; in rbuVfsOpen() local
/sqlite-3.40.0/tool/
H A Dshowdb.c35 sqlite3_file *pFd; /* File descriptor for non-raw mode */ member