Home | History | Annotate | Download | only in orig

Lines Matching defs:xWrite

664 ** to xWrite().  The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
830 ** to xWrite().
843 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
15809 return id->pMethods->xWrite(id, pBuf, amt, offset);
28969 ** continue accessing the database using the xRead() and xWrite()
29038 ** will probably fail too. Fall back to using xRead/xWrite exclusively
29209 unixWrite, /* xWrite */ \
36007 /* Log the error, but continue normal operation using xRead/xWrite */
36025 /* Log the error, but continue normal operation using xRead/xWrite */
36141 winWrite, /* xWrite */
76280 jrnlWrite, /* xWrite */
76568 memjrnlWrite, /* xWrite */