Home
last modified time | relevance | path

Searched refs:xRead (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c11727 return pFile->pMethods->xRead(pFile, zBuf, iAmt, paf->iPgOne+iOfst); in apndRead()
11932 rc = pFile->pMethods->xRead(pFile, a, APND_MARK_SIZE, sz-APND_MARK_SIZE); in apndReadMark()
11959 rc = pFile->pMethods->xRead(pFile, zHdr, sizeof(zHdr), iMark); in apndIsAppendvfsDatabase()
11979 || SQLITE_OK!=pFile->pMethods->xRead(pFile, zHdr, sizeof(zHdr), 0) in apndIsOrdinaryDatabaseFile()
18626 rc = p->pReal->pMethods->xRead(p->pReal, zBuf, iAmt, iOfst); in vfstraceRead()
19124 pNew->xRead = vfstraceRead; in vfstraceOpen()
23034 rc = pFd->pMethods->xRead(pFd, aPg, nByte, iBlk*nMax); in recoverVfsDetectPagesize()
23069 rc = pFd->pMethods->xRead(pFd, aBuf, nByte, iOff); in recoverVfsRead()
23171 rc = pFd->pMethods->xRead(pFd, aBuf, nByte, iOff); in recoverVfsRead()
31044 char *(SQLITE_CDECL *xRead)(ImportCtx*); /* Func to read one value */ in dotCmdImport()
[all …]
H A Dsqlite3.h857 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); member
H A Dsqlite3.c1178 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); member
27381 return id->pMethods->xRead(id, pBuf, amt, offset); in sqlite3OsRead()
229476 p->rc = pWal->pMethods->xRead(pWal, p->aBuf, p->pgsz, iOff);
231017 rc = p->pReal->pMethods->xRead(p->pReal, zBuf, iAmt, iOfst);
231029 rc = pFd->pMethods->xRead(pFd, zBuf, iAmt, iOfst);