Lines Matching refs:pFuncArg
20400 ExprList *pFuncArg; /* Arguments to table-valued-function */ member
34278 sqlite3TreeViewExprList(pView, pItem->u1.pFuncArg, 0, "func-args:"); in sqlite3TreeViewSrcList()
110399 && sqlite3WalkExprList(pWalker, pItem->u1.pFuncArg)
112496 && sqlite3ResolveExprListNames(&sNC, pItem->u1.pFuncArg)
114744 pNewItem->u1.pFuncArg =
114745 sqlite3ExprListDup(db, pOldItem->u1.pFuncArg, flags);
131526 if( pItem->fg.isTabFunc ) sqlite3ExprListDelete(db, pItem->u1.pFuncArg);
131723 pItem->u1.pFuncArg = pList;
149656 if( IsVirtual(pRightTab) && joinType==EP_OuterON && pRight->u1.pFuncArg ){
152930 substExprList(pSubst, pItem->u1.pFuncArg);
156507 sqlite3WalkExprList(&w, pItem->u1.pFuncArg);
167910 mask |= sqlite3WhereExprListUsage(pMaskSet, pSrc->a[i].u1.pFuncArg);
168809 pArgs = pItem->u1.pFuncArg;
184138 pNew->u1.pFuncArg = pOld->u1.pFuncArg;
184139 pOld->u1.pFuncArg = 0;