Home | History | Annotate | Download | only in orig

Lines Matching full:xread

939 ** If xRead() returns SQLITE_IOERR_SHORT_READ it must also fill
949 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
17297 return id->pMethods->xRead(id, pBuf, amt, offset);
31375 ** continue accessing the database using the xRead() and xWrite()
31444 ** will probably fail too. Fall back to using xRead/xWrite exclusively
31614 unixRead, /* xRead */ \
38506 /* Log the error, but continue normal operation using xRead/xWrite */
38524 /* Log the error, but continue normal operation using xRead/xWrite */
38639 winRead, /* xRead */
82989 jrnlRead, /* xRead */
83124 FilePoint readpoint; /* Pointer to the end of the last xRead() */
83129 ** of the sqlite3_vfs.xRead method.
83278 memjrnlRead, /* xRead */
161157 p->rc = pWal->pMethods->xRead(pWal, p->aBuf, p->pgsz, iOff);
162095 ** 3d. In RBU_STAGE_CAPTURE mode, all xRead() calls on the wal file, and
162186 rc = p->pReal->pMethods->xRead(p->pReal, zBuf, iAmt, iOfst);
162512 rbuVfsRead, /* xRead */