Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h780 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); member
H A Dsqlite3.c1819 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); member
22259 return id->pMethods->xRead(id, pBuf, amt, offset); in sqlite3OsRead()
191666 p->rc = pWal->pMethods->xRead(pWal, p->aBuf, p->pgsz, iOff);
193123 rc = p->pReal->pMethods->xRead(p->pReal, zBuf, iAmt, iOfst);
193135 rc = pFd->pMethods->xRead(pFd, zBuf, iAmt, iOfst);

Completed in 490 milliseconds