Home
last modified time | relevance | path

Searched defs:pSrcList (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dresolve.c297 SrcList *pSrcList = pNC->pSrcList; in lookupName() local
867 SrcList *pSrcList = pNC->pSrcList; in resolveExprStep() local
882 SrcList *pSrcList = pNC->pSrcList; in resolveExprStep() local
H A Dexpr.c6126 int sqlite3ReferencesSrcList(Parse *pParse, Expr *pExpr, SrcList *pSrcList){ in sqlite3ReferencesSrcList()
6254 SrcList *pSrcList = pNC->pSrcList; in analyzeAggregate() local
H A DsqliteInt.h3246 SrcList *pSrcList; /* One or more tables used to resolve names */ member
4090 SrcList *pSrcList; /* FROM clause */ member