Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h843 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p); member
/third_party/sqlite/src/
Dshell.c4116 return pFile->pMethods->xUnfetch(pFile, iOfst+p->iPgOne, pPage); in apndUnfetch()
Dsqlite3.c1153 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p); member
24208 return id->pMethods->xUnfetch(id, iOff, p);
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch82507 - apndUnfetch /* xUnfetch */
83103 - return pFile->pMethods->xUnfetch(pFile, iOfst+p->iPgOne, pPage);
87056 + apndUnfetch /* xUnfetch */
87653 + return pFile->pMethods->xUnfetch(pFile, iOfst+p->iPgOne, pPage);
120142 - apndUnfetch /* xUnfetch */
120738 - return pFile->pMethods->xUnfetch(pFile, iOfst+p->iPgOne, pPage);
124691 + apndUnfetch /* xUnfetch */
125288 + return pFile->pMethods->xUnfetch(pFile, iOfst+p->iPgOne, pPage);