Searched refs:pFuncArg (Results 1 – 1 of 1) sorted by relevance
20400 ExprList *pFuncArg; /* Arguments to table-valued-function */ member34278 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);[all …]