Searched refs:xUnfetch (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.h | 867 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p); member
|
| H A D | shell.c | 9957 return pFile->pMethods->xUnfetch(pFile, iOfst+p->iPgOne, pPage); in apndUnfetch() 17076 rc = p->pReal->pMethods->xUnfetch(p->pReal, iOff, ptr); in vfstraceUnfetch() 17128 pNew->xUnfetch = pSub->xUnfetch ? vfstraceUnfetch : 0; in vfstraceOpen()
|
| H A D | sqlite3.c | 1186 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p); member 26734 return id->pMethods->xUnfetch(id, iOff, p); in sqlite3OsUnfetch()
|