Lines Matching defs:xWrite
1609 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
1785 ** to xWrite().
1798 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
2068 ** except for calls to the xWrite method and the xFileControl method
20904 return id->pMethods->xWrite(id, pBuf, amt, offset);
35599 ** continue accessing the database using the xRead() and xWrite()
35670 ** will probably fail too. Fall back to using xRead/xWrite exclusively
35835 unixWrite, /* xWrite */ \
43090 /* Log the error, but continue normal operation using xRead/xWrite */
43108 /* Log the error, but continue normal operation using xRead/xWrite */
43224 winWrite, /* xWrite */
43250 winWrite, /* xWrite */
90873 memjrnlWrite, /* xWrite */
175446 p->rc = pDb->pMethods->xWrite(pDb, p->aBuf, p->pgsz, iOff);
176705 ** all xWrite() calls on the target database file perform no IO.
176960 rc = p->pReal->pMethods->xWrite(p->pReal, zBuf, iAmt, iOfst);
177292 rbuVfsWrite, /* xWrite */