Home
last modified time | relevance | path

Searched refs:pFuncArg (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/src/
H A Dwalker.c176 && sqlite3WalkExprList(pWalker, pItem->u1.pFuncArg) in sqlite3WalkSelectFrom()
H A Dwhereexpr.c953 mask |= sqlite3WhereExprListUsage(pMaskSet, pSrc->a[i].u1.pFuncArg); in exprSelectUsage()
1821 pArgs = pItem->u1.pFuncArg; in sqlite3WhereTabFuncArgs()
H A Dparse.y728 pNew->u1.pFuncArg = pOld->u1.pFuncArg;
729 pOld->u1.pFuncArg = 0;
H A Dtreeview.c239 sqlite3TreeViewExprList(pView, pItem->u1.pFuncArg, 0, "func-args:"); in sqlite3TreeViewSrcList()
H A Dresolve.c1827 && sqlite3ResolveExprListNames(&sNC, pItem->u1.pFuncArg) in resolveSelectStep()
H A Dbuild.c4914 if( pItem->fg.isTabFunc ) sqlite3ExprListDelete(db, pItem->u1.pFuncArg); in sqlite3SrcListDelete()
5056 pItem->u1.pFuncArg = pList; in sqlite3SrcListFuncArgs()
H A Dexpr.c1683 pNewItem->u1.pFuncArg = in sqlite3SrcListDup()
1684 sqlite3ExprListDup(db, pOldItem->u1.pFuncArg, flags); in sqlite3SrcListDup()
H A DsqliteInt.h3147 ExprList *pFuncArg; /* Arguments to table-valued-function */ member
H A Dselect.c3905 substExprList(pSubst, pItem->u1.pFuncArg); in substSelect()