Lines Matching defs:xWrite
954 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
1141 ** to xWrite().
1154 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
1433 ** except for calls to the xWrite method and the xFileControl method
26131 return id->pMethods->xWrite(id, pBuf, amt, offset);
37498 kvvfsWriteDb, /* xWrite */
37522 kvvfsWriteJrnl, /* xWrite */
37673 int (*xWrite)(const char *zClass, const char *zKey, const char *zData);
37859 return sqlite3KvvfsMethods.xWrite(pFile->zClass, "sz", zData);
37978 SQLITE_KV_LOG(("xWrite('%s-journal',%d,%lld)\n", pFile->zClass, iAmt, iOfst));
38008 SQLITE_KV_LOG(("xWrite('%s-db',%d,%lld)\n", pFile->zClass, iAmt, iOfst));
38016 if( sqlite3KvvfsMethods.xWrite(pFile->zClass, zKey, aData) ){
38083 i = sqlite3KvvfsMethods.xWrite(pFile->zClass, "jrnl", zOut);
43666 ** continue accessing the database using the xRead() and xWrite()
43737 ** will probably fail too. Fall back to using xRead/xWrite exclusively
43907 unixWrite, /* xWrite */ \
51119 /* Log the error, but continue normal operation using xRead/xWrite */
51137 /* Log the error, but continue normal operation using xRead/xWrite */
51258 winWrite, /* xWrite */
51284 winWrite, /* xWrite */
53031 memdbWrite, /* xWrite */
106342 memjrnlWrite, /* xWrite */
221261 p->rc = pDb->pMethods->xWrite(pDb, p->aBuf, p->pgsz, iOff);
222611 ** all xWrite() calls on the target database file perform no IO.
222869 rc = p->pReal->pMethods->xWrite(p->pReal, zBuf, iAmt, iOfst);
223175 rbuVfsWrite, /* xWrite */
223195 rbuVfsWrite, /* xWrite */