Searched defs:pSrcList (Results 1 - 6 of 6) 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 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
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10337 ** names. The context consists of a list of tables (the pSrcList) field and
10358 SrcList *pSrcList; /* One or more tables used to resolve names */ member in struct:NameContext
69868 SrcList *pSrcList = pNC->pSrcList; local
70162 SrcList *pSrcList = pNC->pSrcList; local
70177 SrcList *pSrcList = pNC->pSrcList; local
74452 SrcList *pSrcList = pNC->pSrcList; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10890 ** names. The context consists of a list of tables (the pSrcList) field and
10911 SrcList *pSrcList; /* One or more tables used to resolve names */ member in struct:NameContext
73342 SrcList *pSrcList = pNC->pSrcList; local
73623 SrcList *pSrcList = pNC->pSrcList; local
73638 SrcList *pSrcList = pNC->pSrcList; local
78202 SrcList *pSrcList = pNC->pSrcList; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10890 ** names. The context consists of a list of tables (the pSrcList) field and
10911 SrcList *pSrcList; /* One or more tables used to resolve names */ member in struct:NameContext
73378 SrcList *pSrcList = pNC->pSrcList; local
73659 SrcList *pSrcList = pNC->pSrcList; local
73674 SrcList *pSrcList = pNC->pSrcList; local
78238 SrcList *pSrcList = pNC->pSrcList; local
[all...]

Completed in 458 milliseconds