Searched refs:iPg (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d305 int function (sqlite3_file*, int iPg, int pgsz, int, void **) xShmMap;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c8771 static int apndShmMap(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
9004 int iPg,
9010 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp);
15611 ** Set the bit associated with page iPg in bitvec pMap.
15613 static void recoverBitmapSet(RecoverBitmap *pMap, i64 iPg){ argument
15614 if( iPg<=pMap->nPg ){
15615 int iElem = (iPg / 32);
15616 int iBit = (iPg % 32);
15623 ** iPg. Return 1 if it is set, or 0 otherwise.
15625 static int recoverBitmapQuery(RecoverBitmap *pMap, i64 iPg){ argument
9002 apndShmMap( sqlite3_file *pFile, int iPg, int pgsz, int bExtend, void volatile **pp ) argument
16689 recoverLostAndFoundFindRoot( sqlite3_recover *p, i64 iPg, i64 *piRoot ) argument
17112 i64 iPg = sqlite3_column_int64(pLaf->pUsedPages, 0); local
17694 recoverVfsShmMap( sqlite3_file *pFd, int iPg, int pgsz, int bExtend, void volatile **pp ) argument
[all...]
H A Dsqlite3.c1163 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
42915 int iPg; local
59850 pagerUndoCallback(void *pCtx, Pgno iPg) argument
65969 u32 iPg; /* Current 32KB wal-index page */ local
66316 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]]; local
78914 int iPg = i<0 ? -i : i; local
80646 getPageReferenced(IntegrityCk *pCheck, Pgno iPg) argument
80655 setPageReferenced(IntegrityCk *pCheck, Pgno iPg) argument
82044 Pgno iPg; local
222233 statGetPage( Btree *pBt, u32 iPg, StatPage *pPg ) argument
241232 int iPg = 1; local
241331 int iPg = -1; /* Page of segment to open */ local
241878 int iPg = ((u64)pSeg->iRowid) % pArray->nTombstone; local
246211 int iPg = -1; local
246675 int iPg = 0; local
[all...]
H A Dsqlite3.h850 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);

Completed in 810 milliseconds