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

/illumos-gate/usr/src/lib/libsqlite/src/
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 57 milliseconds