| /sqlite-3.40.0/test/ |
| H A D | walcrash3.test | 25 tvfs filter {xTruncate xWrite} 46 if {$::state==0 && $method=="xTruncate" && [file tail $file]=="test.db-wal"} { 57 # occurred immediately following the xTruncate().
|
| H A D | journal2.test | 53 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 D | pager-invariants.txt | 56 (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 D | test_multiplex.c | 808 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 D | test_init.c | 154 wrapped.pcache.xTruncate(p, a); in wrPCacheTruncate()
|
| H A D | test_vfstrace.c | 352 rc = p->pReal->pMethods->xTruncate(p->pReal, size); in vfstraceTruncate() 626 pNew->xTruncate = vfstraceTruncate; in vfstraceOpen()
|
| H A D | os.c | 97 return id->pMethods->xTruncate(id, size); in sqlite3OsTruncate()
|
| H A D | test_quota.c | 605 int rc = pSubOpen->pMethods->xTruncate(pSubOpen, size); in quotaTruncate() 770 gQuota.sIoMethodsV1.xTruncate = quotaTruncate; in sqlite3_quota_initialize()
|
| H A D | pcache.c | 708 sqlite3GlobalConfig.pcache2.xTruncate(pCache->pCache, pgno+1); in sqlite3PcacheTruncate()
|
| H A D | test_osinst.c | 316 rc = p->pReal->pMethods->xTruncate(p->pReal, size); in vfslogTruncate()
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-opfs.js | 298 state.opIds.xTruncate = i++; 754 xTruncate: function(pFile,sz64){ method 1205 rc = ioSyncWrappers.xTruncate(sq3File.pointer, 1024);
|
| H A D | sqlite3-wasm.c | 750 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 D | sqlite3-opfs-async-proxy.js | 570 xTruncate: async function(fid/*sqlite3_file pointer*/,size){
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm.h | 58 int (*xTruncate)(lsm_file *, lsm_i64); member
|
| H A D | lsm_file.c | 408 return IOERR_WRAPPER( pEnv->xTruncate(pFile, nByte) ); in lsmEnvTruncate()
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb4.c | 234 return p->pVfs->xTruncate(p->pFile, iOff); in btVfsTruncate() 729 p->env.xTruncate = btVfsTruncate; in test_bt_open()
|
| H A D | lsmtest_tdb3.c | 301 return pRealEnv->xTruncate(p->pReal, iOff); in testEnvTruncate() 989 pDb->env.xTruncate = testEnvTruncate; in testLsmOpen()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | appendvfs.c | 304 return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE); in apndTruncate()
|
| H A D | vfsstat.c | 293 rc = p->pReal->pMethods->xTruncate(p->pReal, size); in vstatTruncate()
|
| H A D | cksumvfs.c | 504 return pFile->pMethods->xTruncate(pFile, size); in cksmTruncate()
|
| H A D | vfslog.c | 471 rc = p->pReal->pMethods->xTruncate(p->pReal, size); in vlogTruncate()
|
| /sqlite-3.40.0/ext/async/ |
| H A D | sqlite3async.c | 1426 rc = pBase->pMethods->xTruncate(pBase, p->iOffset); in asyncWriterThread()
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 2436 pFd->pMethods->xTruncate(pFd, size) in recoverVfsTruncate()
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | tester1.js | 897 xTruncate: /*i(Pj)*/function(f){ method
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 4750 return p->pReal->pMethods->xTruncate(p->pReal, size); in rbuVfsTruncate()
|