Lines Matching refs:pFuncArg
19298 ExprList *pFuncArg; /* Arguments to table-valued-function */ member
32834 sqlite3TreeViewExprList(pView, pItem->u1.pFuncArg, 0, "func-args:"); in sqlite3TreeViewSrcList()
106640 && sqlite3WalkExprList(pWalker, pItem->u1.pFuncArg)
108696 && sqlite3ResolveExprListNames(&sNC, pItem->u1.pFuncArg)
110901 pNewItem->u1.pFuncArg =
110902 sqlite3ExprListDup(db, pOldItem->u1.pFuncArg, flags);
126302 if( pItem->fg.isTabFunc ) sqlite3ExprListDelete(db, pItem->u1.pFuncArg);
126444 pItem->u1.pFuncArg = pList;
146868 substExprList(pSubst, pItem->u1.pFuncArg);
161194 mask |= sqlite3WhereExprListUsage(pMaskSet, pSrc->a[i].u1.pFuncArg);
162082 pArgs = pItem->u1.pFuncArg;
176584 pNew->u1.pFuncArg = pOld->u1.pFuncArg;
176585 pOld->u1.pFuncArg = 0;