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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c25937 sqlite3OsShmMap( sqlite3_file *id, int iPage, int pgsz, int bExtend, void volatile **pp ) argument
65298 walIndexPageRealloc( Wal *pWal, int iPage, volatile u32 **ppPage ) argument
65347 walIndexPage( Wal *pWal, int iPage, volatile u32 **ppPage ) argument
65513 walEncodeFrame( Wal *pWal, u32 iPage, u32 nTruncate, u8 *aData, u8 *aFrame ) argument
65676 walHash(u32 iPage) argument
65839 walIndexAppend(Wal *pWal, u32 iFrame, u32 iPage) argument
69697 i8 iPage; /* Index of current page in apPage */ member in struct:BtCursor
76711 Pgno iPage; local
76856 freePage2(BtShared *pBt, MemPage *pMemPage, Pgno iPage) argument
79140 int iPage; local
80670 checkRef(IntegrityCk *pCheck, Pgno iPage) argument
80718 checkList( IntegrityCk *pCheck, int isFreeList, Pgno iPage, u32 N ) argument
80853 checkTreePage( IntegrityCk *pCheck, Pgno iPage, i64 *piMinKey, i64 maxKey ) argument
82233 backupUpdate( sqlite3_backup *p, Pgno iPage, const u8 *aData ) argument
82258 sqlite3BackupUpdate(sqlite3_backup *pBackup, Pgno iPage, const u8 *aData) argument
221822 int iPage; /* Current entry in aPage[] */ member in struct:StatCursor
[all...]
H A Dshell.c16720 ** Recover data from page iPage of the input database and write it to
16723 static void recoverLostAndFoundOnePage(sqlite3_recover *p, i64 iPage){ argument
16736 if( recoverLostAndFoundFindRoot(p, iPage, &iRoot) ) return;
16737 sqlite3_bind_int64(pPageData, 1, iPage);
16745 sqlite3_bind_int64(pInsert, 2, iPage); /* pgno */
16811 i64 iPage = sqlite3_column_int64(pLaf->pAllPage, 0); local
16812 if( recoverBitmapQuery(pLaf->pUsed, iPage)==0 ){
16813 recoverLostAndFoundOnePage(p, iPage);
16973 i64 iPage = sqlite3_column_int64(pSel, 0); local
16977 int bNewCell = (p1->iPrevPage!=iPage || p
[all...]

Completed in 919 milliseconds