Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19612 int iFrom; /* Index of column in pFrom */ member
77105 static int modifyPagePointer(MemPage *pPage, Pgno iFrom, Pgno iTo, u8 eType){ argument
77110 if( get4byte(pPage->aData)!=iFrom ){
77132 if( iFrom==get4byte(pCell+info.nSize-4) ){
77141 if( get4byte(pCell)==iFrom ){
77150 get4byte(&pPage->aData[pPage->hdrOffset+8])!=iFrom ){
106216 if( pFKey->aCol[j].iFrom==iCol ){
117330 SQLITE_PRIVATE void sqlite3ExprCodeMove(Parse *pParse, int iFrom, int iTo, int nReg){ argument
117331 sqlite3VdbeAddOp3(pParse->pVdbe, OP_Move, iFrom, iTo, nReg);
122176 if( bFKOnly==0 && pFKey->aCol[i].iFrom==iCol ){
[all …]