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

/external/chromium_org/third_party/sqlite/src/src/
H A Dresolve.c103 ** that name in the set of source tables in pSrcList and make the pExpr
110 ** from pSrcList.
140 struct SrcList_item *pItem; /* Use for looping over pSrcList items */
141 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */
158 SrcList *pSrcList = pNC->pSrcList; local
160 if( pSrcList ){
161 for(i=0, pItem=pSrcList->a; i<pSrcList->nSrc; i++, pItem++){
200 if( i<pSrcList
452 SrcList *pSrcList = pNC->pSrcList; local
467 SrcList *pSrcList = pNC->pSrcList; local
[all...]
H A Dexpr.c3536 SrcList *pSrcList = pNC->pSrcList; local
3546 if( ALWAYS(pSrcList!=0) ){
3547 struct SrcList_item *pItem = pSrcList->a;
3548 for(i=0; i<pSrcList->nSrc; i++, pItem++){
3605 } /* end loop over pSrcList */
3680 assert( pNC->pSrcList!=0 );
H A Ddelete.c333 sNC.pSrcList = pTabList;
H A Dselect.c988 if( NEVER(pExpr==0) || pNC->pSrcList==0 ) return 0;
994 ** extracted from in NameContext.pSrcList. This table may be real
1003 SrcList *pTabList = pNC->pSrcList;
1047 sNC.pSrcList = pS->pSrc;
1082 sNC.pSrcList = pS->pSrc;
1113 sNC.pSrcList = pTabList;
1330 sNC.pSrcList = pSelect->pSrc;
3984 sNC.pSrcList = pTabList;
H A Dupdate.c185 sNC.pSrcList = pTabList;
H A Dfkey.c543 sNameContext.pSrcList = pSrc;
H A DsqliteInt.h1977 ** names. The context consists of a list of tables (the pSrcList) field and
1998 SrcList *pSrcList; /* One or more tables used to resolve names */ member in struct:NameContext
H A Dbuild.c1491 sNC.pSrcList = &sSrc;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10322 ** names. The context consists of a list of tables (the pSrcList) field and
10343 SrcList *pSrcList; /* One or more tables used to resolve names */ member in struct:NameContext
69689 SrcList *pSrcList = pNC->pSrcList; local
69983 SrcList *pSrcList = pNC->pSrcList; local
69998 SrcList *pSrcList = pNC->pSrcList; local
74273 SrcList *pSrcList = pNC->pSrcList; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11630 ** names. The context consists of a list of tables (the pSrcList) field and
11651 SrcList *pSrcList; /* One or more tables used to resolve names */ member in struct:NameContext
12264 SrcList *pSrcList; /* FROM clause */ member in union:Walker::__anon31005
77035 SrcList *pSrcList = pNC->pSrcList; local
77381 SrcList *pSrcList = pNC->pSrcList; local
77396 SrcList *pSrcList = pNC->pSrcList; local
82298 sqlite3FunctionUsesThisSrc(Expr *pExpr, SrcList *pSrcList) argument
82353 SrcList *pSrcList = pNC->pSrcList; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11630 ** names. The context consists of a list of tables (the pSrcList) field and
11651 SrcList *pSrcList; /* One or more tables used to resolve names */ member in struct:NameContext
12264 SrcList *pSrcList; /* FROM clause */ member in union:Walker::__anon31036
77055 SrcList *pSrcList = pNC->pSrcList; local
77401 SrcList *pSrcList = pNC->pSrcList; local
77416 SrcList *pSrcList = pNC->pSrcList; local
82318 sqlite3FunctionUsesThisSrc(Expr *pExpr, SrcList *pSrcList) argument
82373 SrcList *pSrcList = pNC->pSrcList; local
[all...]

Completed in 6553 milliseconds