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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dexpr.c203 pNewItem->pUsing = sqliteIdListDup(pOldItem->pUsing);
H A Dselect.c225 if( pTerm->pOn || pTerm->pUsing ){
240 if( pTerm->pOn && pTerm->pUsing ){
266 if( pTerm->pUsing ){
270 pList = pTerm->pUsing;
990 if( i>0 && sqliteIdListIndex(pTabList->a[i-1].pUsing, zName)>=0 ){
H A DsqliteInt.h783 IdList *pUsing; /* The USING clause of a join */ member in struct:SrcList::SrcList_item
H A Dparse.y379 if( A && A->nSrc>1 ){ A->a[A->nSrc-2].pUsing = U; }
393 if( A && A->nSrc>1 ){ A->a[A->nSrc-2].pUsing = U; }
H A Dbuild.c2014 sqliteIdListDelete(pList->a[i].pUsing);

Completed in 37 milliseconds