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

/osnet-11/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.c216 struct SrcList_item *pOther = &pSrc->a[i+1]; local
218 if( pTerm->pTab==0 || pOther->pTab==0 ) continue;
232 if( columnIndex(pOther->pTab, pTab->aCol[j].zName)>=0 ){
233 addWhereTerm(pTab->aCol[j].zName, pTab, pOther->pTab, &p->pWhere);
273 columnIndex(pOther->pTab, pList->a[j].zName)<0 ){
278 addWhereTerm(pList->a[j].zName, pTerm->pTab, pOther->pTab, &p->pWhere);

Completed in 23 milliseconds