Lines Matching refs:iChild
5279 static void assertParentIndex(MemPage *pParent, int iIdx, Pgno iChild){ in assertParentIndex() argument
5284 assert( get4byte(&pParent->aData[pParent->hdrOffset+8])==iChild ); in assertParentIndex()
5286 assert( get4byte(findCell(pParent, iIdx))==iChild ); in assertParentIndex()
7053 Pgno iChild, /* If non-zero, replace first 4 bytes with this value */ in insertCell() argument
7075 if( iChild ){ in insertCell()
7076 put4byte(pCell, iChild); in insertCell()
7110 if( iChild ){ in insertCell()
7117 put4byte(&data[idx], iChild); in insertCell()
10227 Pgno iChild, /* Child page number */ in checkPtrmap() argument
10235 rc = ptrmapGet(pCheck->pBt, iChild, &ePtrmapType, &iPtrmapParent); in checkPtrmap()
10238 checkAppendMsg(pCheck, "Failed to read ptrmap key=%d", iChild); in checkPtrmap()
10245 iChild, eType, iParent, ePtrmapType, iPtrmapParent); in checkPtrmap()