Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.h867 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p); member
H A Dshell.c9957 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 Dsqlite3.c1186 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p); member
26734 return id->pMethods->xUnfetch(id, iOff, p); in sqlite3OsUnfetch()