Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c42687 int rc = sqlite3OsRead(fd, ac, sizeof(ac), offset);
42884 || SQLITE_OK!=(rc = sqlite3OsRead(pJrnl, aMagic, 8, szJ-8))
44526 rc = sqlite3OsRead(pPager->fd, pPg->pData, pgsz, iOffset);
45368 rc = sqlite3OsRead(pPager->fd, pDest, N, 0);
46566 rc = sqlite3OsRead(pPager->jfd, (void *)&first, 1, 0);
50008 rc = sqlite3OsRead(pWal->pWalFd, aBuf, WAL_HDRSIZE, 0);
50067 rc = sqlite3OsRead(pWal->pWalFd, aFrame, szFrame, iOffset);
50691 rc = sqlite3OsRead(pWal->pWalFd, zBuf, szPage, iOffset);
78417 rc = sqlite3OsRead(p->pFd, p->aBuffer, nRead, p->iReadOff);
78561 rc = sqlite3OsRead(
[all …]

Completed in 342 milliseconds