Searched refs:sqlite3OsRead (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 38557 int rc = sqlite3OsRead(fd, ac, sizeof(ac), offset); 38753 || SQLITE_OK!=(rc = sqlite3OsRead(pJrnl, aMagic, 8, szJ-8)) 40353 rc = sqlite3OsRead(pPager->fd, pPg->pData, pgsz, iOffset); 41133 rc = sqlite3OsRead(pPager->fd, pDest, N, 0); 45467 rc = sqlite3OsRead(pWal->pWalFd, aBuf, WAL_HDRSIZE, 0); 45526 rc = sqlite3OsRead(pWal->pWalFd, aFrame, szFrame, iOffset); 46097 rc = sqlite3OsRead(pWal->pWalFd, zBuf, szPage, iOffset); 46721 return sqlite3OsRead(pWal->pWalFd, pOut, nOut, iOffset); 70466 rc = sqlite3OsRead( 70523 rc = sqlite3OsRead(pFile, aVarint, 9, iOff); [all …]
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 52710 int rc = sqlite3OsRead(fd, ac, sizeof(ac), offset); 52924 || SQLITE_OK!=(rc = sqlite3OsRead(pJrnl, aMagic, 8, szJ-8)) 55437 rc = sqlite3OsRead(pPager->fd, pDest, N, 0); 56728 rc = sqlite3OsRead(pPager->jfd, (void *)&first, 1, 0); 60503 rc = sqlite3OsRead(pWal->pWalFd, aBuf, WAL_HDRSIZE, 0); 60562 rc = sqlite3OsRead(pWal->pWalFd, aFrame, szFrame, iOffset); 61285 rc = sqlite3OsRead(pWal->pWalFd, zBuf, szPage, iOffset); 61738 rc = sqlite3OsRead(pWal->pWalFd, aBuf, WAL_HDRSIZE, 0); 61773 rc = sqlite3OsRead(pWal->pWalFd, aFrame, szFrame, iOffset); 94176 rc = sqlite3OsRead(p->pFd, p->aBuffer, nRead, p->iReadOff); [all …]
|