Searched refs:xUnfetch (Results 1 – 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3.h | 843 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p); member
|
/third_party/sqlite/src/ |
D | shell.c | 4116 return pFile->pMethods->xUnfetch(pFile, iOfst+p->iPgOne, pPage); in apndUnfetch()
|
D | sqlite3.c | 1153 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p); member 24208 return id->pMethods->xUnfetch(id, iOff, p);
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 82507 - 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);
|