• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/

Lines Matching defs:pSrcList

9763 ** names.  The context consists of a list of tables (the pSrcList) field and
9784 SrcList *pSrcList; /* One or more tables used to resolve names */
66590 ** that name in the set of source tables in pSrcList and make the pExpr
66597 ** from pSrcList.
66627 struct SrcList_item *pItem; /* Use for looping over pSrcList items */
66628 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */
66645 SrcList *pSrcList = pNC->pSrcList;
66647 if( pSrcList ){
66648 for(i=0, pItem=pSrcList->a; i<pSrcList->nSrc; i++, pItem++){
66687 if( i<pSrcList->nSrc-1 ){
66851 /* If a column from a table in pSrcList is referenced, then record
66852 ** this fact in the pSrcList.a[].colUsed bitmask. Column 0 causes
66877 sqlite3AuthRead(pParse, pExpr, pSchema, pNC->pSrcList);
66938 if( pNC->pSrcList && pNC->pSrcList->nAlloc>0 ){
66939 SrcList *pSrcList = pNC->pSrcList;
66941 for(i=0; i<pNC->pSrcList->nSrc; i++){
66942 assert( pSrcList->a[i].iCursor>=0 && pSrcList->a[i].iCursor<pParse->nTab);
66954 SrcList *pSrcList = pNC->pSrcList;
66956 assert( pSrcList && pSrcList->nSrc==1 );
66957 pItem = pSrcList->a;
66982 /* if( pSrcList==0 ) break; */
67168 nc.pSrcList = pSelect->pSrc;
67468 sNC.pSrcList = p->pSrc;
71262 SrcList *pSrcList = pNC->pSrcList;
71272 if( ALWAYS(pSrcList!=0) ){
71273 struct SrcList_item *pItem = pSrcList->a;
71274 for(i=0; i<pSrcList->nSrc; i++, pItem++){
71331 } /* end loop over pSrcList */
71406 assert( pNC->pSrcList!=0 );
75183 sNC.pSrcList = &sSrc;
78199 sNC.pSrcList = pTabList;
80649 sNameContext.pSrcList = pSrc;
87550 if( NEVER(pExpr==0) || pNC->pSrcList==0 ) return 0;
87556 ** extracted from in NameContext.pSrcList. This table may be real
87565 SrcList *pTabList = pNC->pSrcList;
87609 sNC.pSrcList = pS->pSrc;
87644 sNC.pSrcList = pS->pSrc;
87675 sNC.pSrcList = pTabList;
87908 sNC.pSrcList = pSelect->pSrc;
90481 sNC.pSrcList = pTabList;
92434 sNC.pSrcList = pTabList;