Searched refs:xRead (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/sqlite3/libsqlite/ |
H A D | sqlite3.h | 780 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); member
|
H A D | sqlite3.c | 1819 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 639 milliseconds