Searched defs:pg1 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c5464 Pgno pg1; /* First page of the sector pPg is located on. */ local
5465 int nPage = 0; /* Number of pages starting at pg1 to journal */
5478 ** an integer power of 2. It sets variable pg1 to the identifier
5481 pg1 = ((pPg->pgno-1) & ~(nPagePerSector-1)) + 1;
5485 nPage = (pPg->pgno - pg1)+1;
5486 }else if( (pg1+nPagePerSector-1)>nPageCount ){
5487 nPage = nPageCount+1-pg1;
5492 assert(pg1<=pPg->pgno);
5493 assert((pg1+nPage)>pPg->pgno);
5496 Pgno pg = pg1
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c41894 Pgno pg1; /* First page of the sector pPg is located on. */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c46048 Pgno pg1; /* First page of the sector pPg is located on. */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c46068 Pgno pg1; /* First page of the sector pPg is located on. */ local
[all...]

Completed in 8147 milliseconds