| /sqlite-3.40.0/src/ |
| H A D | test_onefile.c | 454 rc = pF->pMethods->xWrite(pF, zBuf, iAmt, iOfst+BLOCKSIZE); in fsWrite() 471 rc = pF->pMethods->xWrite(pF, &((char *)zBuf)[iBuf], iRealAmt,iRealOff); in fsWrite() 514 rc = pRealFile->pMethods->xWrite(pRealFile, zSize, 4, 0); in fsSync() 641 rc = pRealFile->pMethods->xWrite(pRealFile, "\0", 1, BLOBSIZE-1); in fsOpen() 700 rc = pF->pMethods->xWrite(pF, "\0\0\0\0", 4, pReal->nBlob-BLOCKSIZE); in fsDelete()
|
| H A D | os_kv.c | 295 int (*xWrite)(const char *zClass, const char *zKey, const char *zData); member 482 return sqlite3KvvfsMethods.xWrite(pFile->zClass, "sz", zData); in kvvfsWriteFileSize() 637 if( sqlite3KvvfsMethods.xWrite(pFile->zClass, zKey, aData) ){ in kvvfsWriteDb() 704 i = sqlite3KvvfsMethods.xWrite(pFile->zClass, "jrnl", zOut); in kvvfsSyncJrnl()
|
| H A D | test_multiplex.c | 773 rc = pSubOpen->pMethods->xWrite(pSubOpen, pBuf, iAmt, iOfst); in multiplexWrite() 784 rc = pSubOpen->pMethods->xWrite(pSubOpen, pBuf, iAmt, in multiplexWrite() 1178 gMultiplex.sIoMethodsV1.xWrite = multiplexWrite; in sqlite3_multiplex_initialize()
|
| H A D | test_vfstrace.c | 338 rc = p->pReal->pMethods->xWrite(p->pReal, zBuf, iAmt, iOfst); in vfstraceWrite() 625 pNew->xWrite = vfstraceWrite; in vfstraceOpen()
|
| H A D | os.c | 94 return id->pMethods->xWrite(id, pBuf, amt, offset); in sqlite3OsWrite()
|
| H A D | test_osinst.c | 302 rc = p->pReal->pMethods->xWrite(p->pReal, z, iAmt, iOfst); in vfslogWrite() 633 p->pLog->pMethods->xWrite(p->pLog, p->aBuf, p->nBuf, p->iOffset); in vfslog_flush()
|
| /sqlite-3.40.0/test/ |
| H A D | walvfs.test | 127 tvfs filter xWrite 128 tvfs script xWrite 130 proc xWrite {method file args} { 145 proc xWrite {method file args} {
|
| H A D | sort5.test | 52 tvfs filter {xOpen xWrite} 63 xWrite {
|
| H A D | journal2.test | 53 if {[lsearch {xDelete xWrite xTruncate} $method]>=0} { 150 # Then, enable simulated IO errors in all calls to xDelete, xWrite 164 tvfs filter {xOpen xClose xDelete xWrite xTruncate}
|
| H A D | walcrash3.test | 25 tvfs filter {xTruncate xWrite} 54 # xWrite call the [tvfs_callback] makes a copy of the database and WAL
|
| H A D | e_walckpt.test | 244 tvfs filter xWrite 262 # time it calls xWrite() to write a page into the database file, we 335 # Set up a callback function for xSync and xWrite calls made during 346 if {$method == "xWrite" && $tail=="test.db"} { 681 tvfs filter xWrite
|
| H A D | writecrash.test | 13 # xWrite function.
|
| H A D | index5.test | 40 tvfs filter xWrite
|
| H A D | ioerr6.test | 47 # Cause the first call to xWrite() to fail with SQLITE_FULL.
|
| H A D | atomic2.test | 72 tvfs filter {xFileControl xWrite}
|
| H A D | interrupt2.test | 29 tvfs filter xWrite
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb3.c | 241 rc = pRealEnv->xWrite(p->pReal, iOff, pData, nData); in testEnvWrite() 249 return pRealEnv->xWrite(p->pReal, iOff, pData, nData); in testEnvWrite() 412 pEnv->xWrite( in doSystemCrash() 988 pDb->env.xWrite = testEnvWrite; in testLsmOpen() 1168 void (*xWrite)(void *, int, lsm_i64, int, int), in tdb_lsm_write_hook() 1173 p->xWriteHook = xWrite; in tdb_lsm_write_hook()
|
| H A D | lsmtest_tdb4.c | 171 rc = p->pBt->pVfs->xWrite(p->pFile, iSOff, aWrite, nWrite); in btFlushSectors() 228 return p->pVfs->xWrite(p->pFile, iOff, pBuf, nBuf); in btVfsWrite() 728 p->env.xWrite = btVfsWrite; in test_bt_open()
|
| H A D | lsmtest.h | 80 int (*xWrite)(TestDb *, void *, int , void *, int); member
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-wasm.c | 749 M(xWrite,"i(ppij)"); in sqlite3_wasm_enum_json() 777 M(xWrite,"i(sss)"); in sqlite3_wasm_enum_json() 1026 rc = pIo->xWrite(pFile, pPos, n, (sqlite3_int64)(pPos - pData)); in sqlite3_wasm_vfs_create_file() 1032 rc = pIo->xWrite(pFile, pPos, nData, (sqlite3_int64)(pPos - pData)); in sqlite3_wasm_vfs_create_file()
|
| H A D | sqlite3-api-opfs.js | 300 state.opIds.xWrite = i++; 772 xWrite: function(pFile,pSrc,n,offset64){ method 1211 rc = ioSyncWrappers.xWrite(sq3File.pointer, zDbFile, 10, 1);
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | appendvfs.c | 267 if( SQLITE_OK==(rc = pFile->pMethods->xWrite in apndWriteMark() 292 return pFile->pMethods->xWrite(pFile, zBuf, iAmt, paf->iPgOne+iOfst); in apndWrite()
|
| H A D | scrub.c | 129 rc = p->pDest->pMethods->xWrite(p->pDest, pData, p->szPage, iOff); in scrubBackupWrite()
|
| /sqlite-3.40.0/ext/async/ |
| H A D | README.txt | 56 this vfs are written to (using the vfs xWrite() method), the data is not 63 the vfs reader the xWrite() appears to have already completed.
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm.h | 57 int (*xWrite)(lsm_file *, lsm_i64, void *, int); member
|