OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iSrcPg
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
backup.c
213
** page
iSrcPg
from the source database. Copy this data into the
216
static int backupOnePage(sqlite3_backup *p, Pgno
iSrcPg
, const u8 *zSrcData){
221
const i64 iEnd = (i64)
iSrcPg
*(i64)nSrcPgsz;
232
assert(
iSrcPg
!=PENDING_BYTE_PAGE(p->pSrc->pBt) );
387
const Pgno
iSrcPg
= p->iNext; /* Source page number */
388
if(
iSrcPg
!=PENDING_BYTE_PAGE(p->pSrc->pBt) ){
390
rc = sqlite3PagerGet(pSrcPager,
iSrcPg
, &pSrcPg);
392
rc = backupOnePage(p,
iSrcPg
, sqlite3PagerGetData(pSrcPg));
484
const Pgno
iSrcPg
= (Pgno)((iOff/pgszSrc)+1);
485
rc = sqlite3PagerGet(pSrcPager,
iSrcPg
, &pSrcPg)
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 46 milliseconds