Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.h746 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); member
H A Dsqlite3.c1006 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); member
19780 return id->pMethods->xRead(id, pBuf, amt, offset); in sqlite3OsRead()
167615 p->rc = pWal->pMethods->xRead(pWal, p->aBuf, p->pgsz, iOff);
168922 rc = p->pReal->pMethods->xRead(p->pReal, zBuf, iAmt, iOfst);
168934 rc = pFd->pMethods->xRead(pFd, zBuf, iAmt, iOfst);

Completed in 393 milliseconds