Home
last modified time | relevance | path

Searched refs:xTruncate (Results 1 – 25 of 27) sorted by relevance

12

/sqlite-3.40.0/test/
H A Dwalcrash3.test25 tvfs filter {xTruncate xWrite}
46 if {$::state==0 && $method=="xTruncate" && [file tail $file]=="test.db-wal"} {
57 # occurred immediately following the xTruncate().
H A Djournal2.test53 if {[lsearch {xDelete xWrite xTruncate} $method]>=0} {
151 # and xTruncate before committing the transaction and closing the
164 tvfs filter {xOpen xClose xDelete xWrite xTruncate}
/sqlite-3.40.0/doc/
H A Dpager-invariants.txt56 (8) When a transaction is rolled back, the xTruncate method of the VFS
58 the beginning of the transaction. (In some VFSes, the xTruncate
/sqlite-3.40.0/src/
H A Dtest_multiplex.c808 rc = pSubOpen->pMethods->xTruncate(pSubOpen, size); in multiplexTruncate()
822 rc = pSubOpen->pMethods->xTruncate(pSubOpen, 0); in multiplexTruncate()
829 rc = pSubOpen->pMethods->xTruncate(pSubOpen, size % pGroup->szChunk); in multiplexTruncate()
1179 gMultiplex.sIoMethodsV1.xTruncate = multiplexTruncate; in sqlite3_multiplex_initialize()
H A Dtest_init.c154 wrapped.pcache.xTruncate(p, a); in wrPCacheTruncate()
H A Dtest_vfstrace.c352 rc = p->pReal->pMethods->xTruncate(p->pReal, size); in vfstraceTruncate()
626 pNew->xTruncate = vfstraceTruncate; in vfstraceOpen()
H A Dos.c97 return id->pMethods->xTruncate(id, size); in sqlite3OsTruncate()
H A Dtest_quota.c605 int rc = pSubOpen->pMethods->xTruncate(pSubOpen, size); in quotaTruncate()
770 gQuota.sIoMethodsV1.xTruncate = quotaTruncate; in sqlite3_quota_initialize()
H A Dpcache.c708 sqlite3GlobalConfig.pcache2.xTruncate(pCache->pCache, pgno+1); in sqlite3PcacheTruncate()
H A Dtest_osinst.c316 rc = p->pReal->pMethods->xTruncate(p->pReal, size); in vfslogTruncate()
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js298 state.opIds.xTruncate = i++;
754 xTruncate: function(pFile,sz64){ method
1205 rc = ioSyncWrappers.xTruncate(sq3File.pointer, 1024);
H A Dsqlite3-wasm.c750 M(xTruncate,"i(pj)"); in sqlite3_wasm_enum_json()
1022 if( 0==rc) rc = pIo->xTruncate(pFile, nData); in sqlite3_wasm_vfs_create_file()
H A Dsqlite3-opfs-async-proxy.js570 xTruncate: async function(fid/*sqlite3_file pointer*/,size){
/sqlite-3.40.0/ext/lsm1/
H A Dlsm.h58 int (*xTruncate)(lsm_file *, lsm_i64); member
H A Dlsm_file.c408 return IOERR_WRAPPER( pEnv->xTruncate(pFile, nByte) ); in lsmEnvTruncate()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb4.c234 return p->pVfs->xTruncate(p->pFile, iOff); in btVfsTruncate()
729 p->env.xTruncate = btVfsTruncate; in test_bt_open()
H A Dlsmtest_tdb3.c301 return pRealEnv->xTruncate(p->pReal, iOff); in testEnvTruncate()
989 pDb->env.xTruncate = testEnvTruncate; in testLsmOpen()
/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c304 return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE); in apndTruncate()
H A Dvfsstat.c293 rc = p->pReal->pMethods->xTruncate(p->pReal, size); in vstatTruncate()
H A Dcksumvfs.c504 return pFile->pMethods->xTruncate(pFile, size); in cksmTruncate()
H A Dvfslog.c471 rc = p->pReal->pMethods->xTruncate(p->pReal, size); in vlogTruncate()
/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c1426 rc = pBase->pMethods->xTruncate(pBase, p->iOffset); in asyncWriterThread()
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c2436 pFd->pMethods->xTruncate(pFd, size) in recoverVfsTruncate()
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js897 xTruncate: /*i(Pj)*/function(f){ method
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c4750 return p->pReal->pMethods->xTruncate(p->pReal, size); in rbuVfsTruncate()

12