Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c51707 int rc = sqlite3OsRead(fd, ac, sizeof(ac), offset);
51920 || SQLITE_OK!=(rc = sqlite3OsRead(pJrnl, aMagic, 8, szJ-8))
54487 rc = sqlite3OsRead(pPager->fd, pDest, N, 0);
55705 rc = sqlite3OsRead(pPager->jfd, (void *)&first, 1, 0);
59501 rc = sqlite3OsRead(pWal->pWalFd, aBuf, WAL_HDRSIZE, 0);
59560 rc = sqlite3OsRead(pWal->pWalFd, aFrame, szFrame, iOffset);
60200 rc = sqlite3OsRead(pWal->pWalFd, zBuf, szPage, iOffset);
60642 rc = sqlite3OsRead(pWal->pWalFd, aBuf, WAL_HDRSIZE, 0);
60677 rc = sqlite3OsRead(pWal->pWalFd, aFrame, szFrame, iOffset);
92240 rc = sqlite3OsRead(p->pFd, p->aBuffer, nRead, p->iReadOff);
[all …]

Completed in 388 milliseconds