Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c18965 int iFrom; /* Index of column in pFrom */ member
75400 static int modifyPagePointer(MemPage *pPage, Pgno iFrom, Pgno iTo, u8 eType){
75405 if( get4byte(pPage->aData)!=iFrom ){
75427 if( iFrom==get4byte(pCell+info.nSize-4) ){
75436 if( get4byte(pCell)==iFrom ){
75445 get4byte(&pPage->aData[pPage->hdrOffset+8])!=iFrom ){
103802 if( pFKey->aCol[j].iFrom==iCol ){
114709 SQLITE_PRIVATE void sqlite3ExprCodeMove(Parse *pParse, int iFrom, int iTo, int nReg){
114710 sqlite3VdbeAddOp3(pParse->pVdbe, OP_Move, iFrom, iTo, nReg);
119374 if( bFKOnly==0 && pFKey->aCol[i].iFrom==iCol ){
[all …]