Home
last modified time | relevance | path

Searched refs:iPage (Results 1 - 2 of 2) sorted by relevance

/third_party/sqlite/src/
H A Dsqlite3.c25042 sqlite3OsShmMap( sqlite3_file *id, int iPage, int pgsz, int bExtend, void volatile **pp ) sqlite3OsShmMap() argument
63992 walIndexPageRealloc( Wal *pWal, int iPage, volatile u32 **ppPage ) global() argument
64041 walIndexPage( Wal *pWal, int iPage, volatile u32 **ppPage ) global() argument
64183 walEncodeFrame( Wal *pWal, u32 iPage, u32 nTruncate, u8 *aData, u8 *aFrame ) global() argument
64332 walHash(u32 iPage) global() argument
64494 walIndexAppend(Wal *pWal, u32 iFrame, u32 iPage) global() argument
68110 i8 iPage; /* Index of current page in apPage */ global() member
75056 Pgno iPage; global() local
75201 freePage2(BtShared *pBt, MemPage *pMemPage, Pgno iPage) global() argument
77381 int iPage; global() local
78845 checkRef(IntegrityCk *pCheck, Pgno iPage) global() argument
78894 checkList( IntegrityCk *pCheck, int isFreeList, Pgno iPage, u32 N ) global() argument
79027 checkTreePage( IntegrityCk *pCheck, Pgno iPage, i64 *piMinKey, i64 maxKey ) global() argument
80435 backupUpdate( sqlite3_backup *p, Pgno iPage, const u8 *aData ) global() argument
80460 sqlite3BackupUpdate(sqlite3_backup *pBackup, Pgno iPage, const u8 *aData) global() argument
214310 int iPage; /* Current entry in aPage[] */ global() member
[all...]
H A Dshell.c14120 ** Recover data from page iPage of the input database and write it to
14123 static void recoverLostAndFoundOnePage(sqlite3_recover *p, i64 iPage){ in recoverLostAndFoundOnePage() argument
14136 if( recoverLostAndFoundFindRoot(p, iPage, &iRoot) ) return; in recoverLostAndFoundOnePage()
14137 sqlite3_bind_int64(pPageData, 1, iPage); in recoverLostAndFoundOnePage()
14145 sqlite3_bind_int64(pInsert, 2, iPage); /* pgno */ in recoverLostAndFoundOnePage()
14211 i64 iPage = sqlite3_column_int64(pLaf->pAllPage, 0); in recoverLostAndFound3Step() local
14212 if( recoverBitmapQuery(pLaf->pUsed, iPage)==0 ){ in recoverLostAndFound3Step()
14213 recoverLostAndFoundOnePage(p, iPage); in recoverLostAndFound3Step()
14373 i64 iPage = sqlite3_column_int64(pSel, 0); in recoverWriteDataStep() local
14377 int bNewCell = (p1->iPrevPage!=iPage || p in recoverWriteDataStep()
[all...]

Completed in 167 milliseconds