Searched defs:pOther (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbuild.c1652 Index *pOther = pTab->pIndex; local
1653 while( pOther->pNext && pOther->pNext->onError!=OE_Replace ){
1654 pOther = pOther->pNext;
1656 pIndex->pNext = pOther->pNext;
1657 pOther->pNext = pIndex;
H A Dselect.c218 struct SrcList_item *pOther = &pSrc->a[i+1]; local
220 if( pTerm->pTab==0 || pOther->pTab==0 ) continue;
234 if( columnIndex(pOther->pTab, pTab->aCol[j].zName)>=0 ){
235 addWhereTerm(pTab->aCol[j].zName, pTab, pOther->pTab, &p->pWhere);
275 columnIndex(pOther->pTab, pList->a[j].zName)<0 ){
280 addWhereTerm(pList->a[j].zName, pTerm->pTab, pOther->pTab, &p->pWhere);

Completed in 70 milliseconds