Home
last modified time | relevance | path

Searched refs:iChild (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c75961 static void assertParentIndex(MemPage *pParent, int iIdx, Pgno iChild){
75966 assert( get4byte(&pParent->aData[pParent->hdrOffset+8])==iChild );
75968 assert( get4byte(findCell(pParent, iIdx))==iChild );
77781 Pgno iChild /* If non-zero, replace first 4 bytes with this value */
77796 assert( iChild>0 );
77802 put4byte(pCell, iChild);
77840 put4byte(&data[idx], iChild);
81121 Pgno iChild, /* Child page number */
81129 rc = ptrmapGet(pCheck->pBt, iChild, &ePtrmapType, &iPtrmapParent);
81132 checkAppendMsg(pCheck, "Failed to read ptrmap key=%u", iChild);
[all …]
H A Dshell.c18427 i64 iChild = sqlite3_column_int(pLaf->pAllAndParent, 1); in recoverLostAndFound2Step() local
18428 if( recoverBitmapQuery(pLaf->pUsed, iChild)==0 ){ in recoverLostAndFound2Step()
18429 sqlite3_bind_int64(pLaf->pMapInsert, 1, iChild); in recoverLostAndFound2Step()
18435 sqlite3_bind_int64(pLaf->pMaxField, 1, iChild); in recoverLostAndFound2Step()