Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c52408 static void assertParentIndex(MemPage *pParent, int iIdx, Pgno iChild){
52411 assert( get4byte(&pParent->aData[pParent->hdrOffset+8])==iChild );
52413 assert( get4byte(findCell(pParent, iIdx))==iChild );
53727 Pgno iChild, /* If non-zero, replace first 4 bytes with this value */
53739 int nSkip = (iChild ? 4 : 0);
53752 assert( sz==cellSizePtr(pPage, pCell) || (sz==8 && iChild>0) );
53758 if( iChild ){
53759 put4byte(pCell, iChild);
53785 if( iChild ){
53786 put4byte(&data[idx], iChild);
[all …]
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c75101 static void assertParentIndex(MemPage *pParent, int iIdx, Pgno iChild){
75106 assert( get4byte(&pParent->aData[pParent->hdrOffset+8])==iChild );
75108 assert( get4byte(findCell(pParent, iIdx))==iChild );
76908 Pgno iChild /* If non-zero, replace first 4 bytes with this value */
76923 assert( iChild>0 );
76929 put4byte(pCell, iChild);
76967 put4byte(&data[idx], iChild);
80245 Pgno iChild, /* Child page number */
80253 rc = ptrmapGet(pCheck->pBt, iChild, &ePtrmapType, &iPtrmapParent);
80256 checkAppendMsg(pCheck, "Failed to read ptrmap key=%u", iChild);
[all …]
Dshell.c16439 i64 iChild = sqlite3_column_int(pLaf->pAllAndParent, 1); in recoverLostAndFound2Step() local
16440 if( recoverBitmapQuery(pLaf->pUsed, iChild)==0 ){ in recoverLostAndFound2Step()
16441 sqlite3_bind_int64(pLaf->pMapInsert, 1, iChild); in recoverLostAndFound2Step()
16447 sqlite3_bind_int64(pLaf->pMaxField, 1, iChild); in recoverLostAndFound2Step()