Home
last modified time | relevance | path

Searched refs:pFuncArg (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwalker.c113 && sqlite3WalkExprList(pWalker, pItem->u1.pFuncArg) in sqlite3WalkSelectFrom()
H A Dtreeview.c189 sqlite3TreeViewExprList(pView, pItem->u1.pFuncArg, 0, "func-args:"); in sqlite3TreeViewSelect()
H A Dresolve.c1293 && sqlite3ResolveExprListNames(&sNC, pItem->u1.pFuncArg) in resolveSelectStep()
H A Dwhereexpr.c1449 pArgs = pItem->u1.pFuncArg; in sqlite3WhereTabFuncArgs()
H A Dbuild.c3814 if( pItem->fg.isTabFunc ) sqlite3ExprListDelete(db, pItem->u1.pFuncArg); in sqlite3SrcListDelete()
3911 pItem->u1.pFuncArg = pList; in sqlite3SrcListFuncArgs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwalker.c165 && sqlite3WalkExprList(pWalker, pItem->u1.pFuncArg) in sqlite3WalkSelectFrom()
H A Dattach.c524 if( pItem->fg.isTabFunc && sqlite3FixExprList(pFix, pItem->u1.pFuncArg) ){ in sqlite3FixSrcList()
H A Dwhereexpr.c937 mask |= sqlite3WhereExprListUsage(pMaskSet, pSrc->a[i].u1.pFuncArg); in exprSelectUsage()
1589 pArgs = pItem->u1.pFuncArg; in sqlite3WhereTabFuncArgs()
H A Dtreeview.c159 sqlite3TreeViewExprList(pView, pItem->u1.pFuncArg, 0, "func-args:"); in sqlite3TreeViewSrcList()
H A Dparse.y681 pNew->u1.pFuncArg = pOld->u1.pFuncArg;
682 pOld->u1.pFuncArg = 0;
H A Dresolve.c1626 && sqlite3ResolveExprListNames(&sNC, pItem->u1.pFuncArg) in resolveSelectStep()
H A Dbuild.c4372 if( pItem->fg.isTabFunc ) sqlite3ExprListDelete(db, pItem->u1.pFuncArg); in sqlite3SrcListDelete()
4478 pItem->u1.pFuncArg = pList; in sqlite3SrcListFuncArgs()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwalker.c166 && sqlite3WalkExprList(pWalker, pItem->u1.pFuncArg) in sqlite3WalkSelectFrom()
H A Dtreeview.c165 sqlite3TreeViewExprList(pView, pItem->u1.pFuncArg, 0, "func-args:"); in sqlite3TreeViewSrcList()
H A Dwhereexpr.c938 mask |= sqlite3WhereExprListUsage(pMaskSet, pSrc->a[i].u1.pFuncArg); in exprSelectUsage()
1878 pArgs = pItem->u1.pFuncArg; in sqlite3WhereTabFuncArgs()
H A Dparse.y715 pNew->u1.pFuncArg = pOld->u1.pFuncArg;
716 pOld->u1.pFuncArg = 0;
H A Dresolve.c1716 && sqlite3ResolveExprListNames(&sNC, pItem->u1.pFuncArg) in resolveSelectStep()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwalker.c165 && sqlite3WalkExprList(pWalker, pItem->u1.pFuncArg) in sqlite3WalkSelectFrom()
H A Dattach.c501 if( pItem->fg.isTabFunc && sqlite3FixExprList(pFix, pItem->u1.pFuncArg) ){ in sqlite3FixSrcList()
H A Dwhereexpr.c937 mask |= sqlite3WhereExprListUsage(pMaskSet, pSrc->a[i].u1.pFuncArg); in exprSelectUsage()
1590 pArgs = pItem->u1.pFuncArg; in sqlite3WhereTabFuncArgs()
H A Dtreeview.c159 sqlite3TreeViewExprList(pView, pItem->u1.pFuncArg, 0, "func-args:"); in sqlite3TreeViewSrcList()
H A Dparse.y708 pNew->u1.pFuncArg = pOld->u1.pFuncArg;
709 pOld->u1.pFuncArg = 0;
H A Dresolve.c1652 && sqlite3ResolveExprListNames(&sNC, pItem->u1.pFuncArg) in resolveSelectStep()
H A Dbuild.c4484 if( pItem->fg.isTabFunc ) sqlite3ExprListDelete(db, pItem->u1.pFuncArg); in sqlite3SrcListDelete()
4610 pItem->u1.pFuncArg = pList; in sqlite3SrcListFuncArgs()
/dports/databases/cego/cego-2.47.11/src/
H A DCegoSelect.cc2734 CegoExpr **pFuncArg = pFunc->getExprList().First(); in filterFacRef() local
2735 while ( pFuncArg ) in filterFacRef()
2737 filterExprRef(*pFuncArg, inSchema, outSchema); in filterFacRef()
2738 pFuncArg = pFunc->getExprList().Next(); in filterFacRef()

1234567