Lines Matching refs:pSrcList

17678   SrcList *pSrcList;   /* One or more tables used to resolve names */  member
18407 SrcList *pSrcList; /* FROM clause */ member
95348 SrcList *pSrcList = pNC->pSrcList;
95350 if( pSrcList ){
95351 for(i=0, pItem=pSrcList->a; i<pSrcList->nSrc; i++, pItem++){
95667 sqlite3AuthRead(pParse, pExpr, pSchema, pNC->pSrcList);
95761 if( pNC->pSrcList && pNC->pSrcList->nAlloc>0 ){
95762 SrcList *pSrcList = pNC->pSrcList;
95764 for(i=0; i<pNC->pSrcList->nSrc; i++){
95765 assert( pSrcList->a[i].iCursor>=0 && pSrcList->a[i].iCursor<pParse->nTab);
95777 SrcList *pSrcList = pNC->pSrcList;
95779 assert( pSrcList && pSrcList->nSrc==1 );
95780 pItem = pSrcList->a;
95999 while( pNC2 && !sqlite3FunctionUsesThisSrc(pExpr, pNC2->pSrcList) ){
96165 nc.pSrcList = pSelect->pSrc;
96575 sNC.pSrcList = p->pSrc;
96881 sNC.pSrcList = &sSrc;
102043 SQLITE_PRIVATE int sqlite3FunctionUsesThisSrc(Expr *pExpr, SrcList *pSrcList){
102050 cnt.pSrc = pSrcList;
102098 SrcList *pSrcList = pNC->pSrcList;
102109 if( ALWAYS(pSrcList!=0) ){
102110 struct SrcList_item *pItem = pSrcList->a;
102111 for(i=0; i<pSrcList->nSrc; i++, pItem++){
102247 assert( pNC->pSrcList!=0 );
103466 sNC.pSrcList = &sSrc;
103493 sNC.pSrcList = 0;
112406 sNC.pSrcList = pTabList;
115656 sNameContext.pSrcList = pSrc;
126266 assert( pNC->pSrcList!=0 );
126279 SrcList *pTabList = pNC->pSrcList;
126323 sNC.pSrcList = pS->pSrc;
126367 sNC.pSrcList = pS->pSrc;
126400 sNC.pSrcList = pTabList;
126673 sNC.pSrcList = pSelect->pSrc;
130808 sNC.pSrcList = pTabList;
132920 sNC.pSrcList = pTabList;
133729 sNC.pSrcList = pTabList;