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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c19332 SrcList *pSrcList; /* One or more tables used to resolve names */ member in struct:NameContext
20215 SrcList *pSrcList; /* FROM clause */ member in union:Walker::__anon38
106525 SrcList *pSrcList = pNC->pSrcList; local
107110 SrcList *pSrcList = pNC->pSrcList; local
107125 SrcList *pSrcList = pNC->pSrcList; local
110930 sqlite3ExprIsSingleTableConstraint( Expr *pExpr, const SrcList *pSrcList, int iSrc ) argument
114900 sqlite3ReferencesSrcList(Parse *pParse, Expr *pExpr, SrcList *pSrcList) argument
115102 SrcList *pSrcList = pNC->pSrcList; local
146922 pushDownWhereTerms( Parse *pParse, Select *pSubq, Expr *pWhere, SrcList *pSrcList, int iSrc ) argument
[all...]

Completed in 744 milliseconds