Searched refs:pFuncArg (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | walker.c | 176 && sqlite3WalkExprList(pWalker, pItem->u1.pFuncArg) in sqlite3WalkSelectFrom()
|
| H A D | whereexpr.c | 953 mask |= sqlite3WhereExprListUsage(pMaskSet, pSrc->a[i].u1.pFuncArg); in exprSelectUsage() 1821 pArgs = pItem->u1.pFuncArg; in sqlite3WhereTabFuncArgs()
|
| H A D | parse.y | 728 pNew->u1.pFuncArg = pOld->u1.pFuncArg; 729 pOld->u1.pFuncArg = 0;
|
| H A D | treeview.c | 239 sqlite3TreeViewExprList(pView, pItem->u1.pFuncArg, 0, "func-args:"); in sqlite3TreeViewSrcList()
|
| H A D | resolve.c | 1827 && sqlite3ResolveExprListNames(&sNC, pItem->u1.pFuncArg) in resolveSelectStep()
|
| H A D | build.c | 4914 if( pItem->fg.isTabFunc ) sqlite3ExprListDelete(db, pItem->u1.pFuncArg); in sqlite3SrcListDelete() 5056 pItem->u1.pFuncArg = pList; in sqlite3SrcListFuncArgs()
|
| H A D | expr.c | 1683 pNewItem->u1.pFuncArg = in sqlite3SrcListDup() 1684 sqlite3ExprListDup(db, pOldItem->u1.pFuncArg, flags); in sqlite3SrcListDup()
|
| H A D | sqliteInt.h | 3147 ExprList *pFuncArg; /* Arguments to table-valued-function */ member
|
| H A D | select.c | 3905 substExprList(pSubst, pItem->u1.pFuncArg); in substSelect()
|