Home
last modified time | relevance | path

Searched refs:iPg (Results 1 – 6 of 6) sorted by relevance

/external/sqlite/dist/
Dsqlite3.h785 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
Dsqlite3.c1809 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
35336 int iPg;
35340 for(iPg=(sStat.st_size/pgsz); iPg<(nByte/pgsz); iPg++){
35342 if( seekAndWriteFd(pShmNode->h, iPg*pgsz + pgsz-1, "", 1, &x)!=1 ){
51088 static int pagerUndoCallback(void *pCtx, Pgno iPg){
51094 pPg = sqlite3PagerLookup(pPager, iPg);
57027 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
57028 if( iPg>iMin ){
57029 if( iPg<iRet ){
57030 iRet = iPg;
[all …]
Dshell.c3509 static int apndShmMap(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
3742 int iPg, in apndShmMap() argument
3748 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in apndShmMap()
/external/sqlite/dist/orig/
Dsqlite3.h785 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
Dsqlite3.c1809 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
35320 int iPg;
35324 for(iPg=(sStat.st_size/pgsz); iPg<(nByte/pgsz); iPg++){
35326 if( seekAndWriteFd(pShmNode->h, iPg*pgsz + pgsz-1, "", 1, &x)!=1 ){
51072 static int pagerUndoCallback(void *pCtx, Pgno iPg){
51078 pPg = sqlite3PagerLookup(pPager, iPg);
57011 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
57012 if( iPg>iMin ){
57013 if( iPg<iRet ){
57014 iRet = iPg;
[all …]
Dshell.c3503 static int apndShmMap(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
3736 int iPg, in apndShmMap() argument
3742 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in apndShmMap()