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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dexpr.c388 ** that name in the set of source tables in pSrcList and make the pExpr
395 ** from pSrcList.
417 SrcList *pSrcList, /* List of tables used to resolve column names */
451 for(i=0; i<pSrcList->nSrc; i++){
452 struct SrcList_item *pItem = &pSrcList->a[i];
597 sqliteAuthRead(pParse, pExpr, pSrcList);
634 SrcList *pSrcList, /* List of tables used to resolve column names */
640 if( pExpr==0 || pSrcList==0 ) return 0;
641 for(i=0; i<pSrcList->nSrc; i++){
642 assert( pSrcList
412 lookupName( Parse *pParse, Token *pDbToken, Token *pTableToken, Token *pColumnToken, SrcList *pSrcList, ExprList *pEList, Expr *pExpr ) argument
632 sqliteExprResolveIds( Parse *pParse, SrcList *pSrcList, ExprList *pEList, Expr *pExpr ) argument
[all...]

Completed in 17 milliseconds