Lines Matching refs:pFuncArg
19738 ExprList *pFuncArg; /* Arguments to table-valued-function */ member
33408 sqlite3TreeViewExprList(pView, pItem->u1.pFuncArg, 0, "func-args:"); in sqlite3TreeViewSrcList()
107950 && sqlite3WalkExprList(pWalker, pItem->u1.pFuncArg)
110025 && sqlite3ResolveExprListNames(&sNC, pItem->u1.pFuncArg)
112253 pNewItem->u1.pFuncArg =
112254 sqlite3ExprListDup(db, pOldItem->u1.pFuncArg, flags);
127977 if( pItem->fg.isTabFunc ) sqlite3ExprListDelete(db, pItem->u1.pFuncArg);
128168 pItem->u1.pFuncArg = pList;
148867 substExprList(pSubst, pItem->u1.pFuncArg);
163539 mask |= sqlite3WhereExprListUsage(pMaskSet, pSrc->a[i].u1.pFuncArg);
164433 pArgs = pItem->u1.pFuncArg;
179445 pNew->u1.pFuncArg = pOld->u1.pFuncArg;
179446 pOld->u1.pFuncArg = 0;