Searched refs:pSelect (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c18365 Select *pSelect; /* View definition */ member in struct:Table::__anon17::__anon19
18814 Select *pSelect; /* SELECT statement that this AggInfo supports */ member in struct:AggInfo
18866 ** Expr.x.pSelect is used if the expression is a sub-select or an expression of
18868 ** Expr.flags mask, then Expr.x.pSelect is valid. Otherwise, Expr.x.pList is
18905 ** the subtrees in Expr.x.pList or Expr.x.pSelect are always separately
18933 Select *pSelect; /* EP_xIsSelect and op = IN, EXISTS, SELECT */ member in union:Expr::__anon23
18983 #define EP_VarSelect 0x000040 /* pSelect is correlated, not constant */
18989 #define EP_xIsSelect 0x001000 /* x.pSelect is valid (otherwise x.pList is) */
19000 #define EP_Leaf 0x800000 /* Expr.pLeft, .pRight, .u.pSelect all NULL */
19204 Select *pSelect; /* member in struct:SrcItem
20001 Select *pSelect; /* SELECT statement or RHS of INSERT INTO SELECT ... */ member in struct:TriggerStep
20221 Select *pSelect; /* HAVING to WHERE clause ctx */ member in union:Walker::__anon38
20286 Select *pSelect; /* The definition of this CTE */ member in struct:Cte
33364 sqlite3TreeViewInsert( const With *pWith, const SrcList *pTabList, const IdList *pColumnList, const Select *pSelect, const ExprList *pExprList, int onError, const Upsert *pUpsert, const Trigger *pTrigger ) argument
106149 sqlite3WalkerDepthIncrease(Walker *pWalker, Select *pSelect) argument
106154 sqlite3WalkerDepthDecrease(Walker *pWalker, Select *pSelect) argument
107606 resolveOrderByTermToExprList( Parse *pParse, Select *pSelect, Expr *pE ) argument
107794 sqlite3ResolveOrderGroupBy( Parse *pParse, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
107841 windowRemoveExprFromSelect(Select *pSelect, Expr *pExpr) argument
107872 resolveOrderGroupBy( NameContext *pNC, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
109212 heightOfSelect(const Select *pSelect, int *pnHeight) argument
109445 sqlite3PExprAddSelect(Parse *pParse, Expr *pExpr, Select *pSelect) argument
110143 Select *pSelect = pWalker->u.pSelect; local
111612 Select *pSelect = ExprUseXSelect(pExpr) ? pExpr->x.pSelect : 0; local
111774 Select *pSelect = pExpr->x.pSelect; local
114826 selectRefEnter(Walker *pWalker, Select *pSelect) argument
114846 selectRefLeave(Walker *pWalker, Select *pSelect) argument
116238 renameWalkWith(Walker *pWalker, Select *pSelect) argument
116956 Select *pSelect = sParse.pNewTable->u.view.pSelect; local
117081 renameTableSelectCb(Walker *pWalker, Select *pSelect) argument
117169 Select *pSelect = pTab->u.view.pSelect; local
117347 Select *pSelect = sParse.pNewTable->u.view.pSelect; local
120198 fixSelectCb(Walker *p, Select *pSelect) argument
123595 sqlite3CreateView( Parse *pParse, Token *pBegin, Token *pName1, Token *pName2, ExprList *pCNames, Select *pSelect, int isTemp, int noErr ) argument
127059 Select *pSelect = NULL; /* Complete SELECT tree */ local
131896 Select *pSelect = 0; /* If RESTRICT, "SELECT RAISE(...)" */ local
132827 sqlite3Insert( Parse *pParse, SrcList *pTabList, Select *pSelect, IdList *pColumn, int onError, Upsert *pUpsert ) argument
134927 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
142437 innerLoopLoadRow( Parse *pParse, Select *pSelect, RowLoadInfo *pInfo ) argument
142458 makeSorterRecord( Parse *pParse, SortCtx *pSort, Select *pSelect, int regBase, int nBase ) argument
142479 pushOntoSorter( Parse *pParse, SortCtx *pSort, Select *pSelect, int regData, int regOrigData, int nData, int nPrefixReg ) argument
144094 sqlite3SubqueryColumnTypes( Parse *pParse, Table *pTab, Select *pSelect, char aff ) argument
144183 sqlite3ResultSetOfSelect(Parse *pParse, Select *pSelect, char aff) argument
145779 recomputeColumnsUsed( Select *pSelect, SrcItem *pSrcItem ) argument
148121 sqlite3SelectExpand(Parse *pParse, Select *pSelect) argument
148185 sqlite3SelectAddTypeInfo(Parse *pParse, Select *pSelect) argument
148302 optimizeAggregateUseOfIndexedExpr( Parse *pParse, Select *pSelect, AggInfo *pAggInfo, NameContext *pNC ) argument
150994 sqlite3TriggerSelectStep( sqlite3 *db, Select *pSelect, const char *zStart, const char *zEnd ) argument
151051 sqlite3TriggerInsertStep( Parse *pParse, Token *pTableName, IdList *pColumn, Select *pSelect, u8 orconf, Upsert *pUpsert, const char *zStart, const char *zEnd ) argument
151671 Select *pSelect = sqlite3SelectDup(db, pStep->pSelect, 0); local
152252 Select *pSelect = 0; local
156004 Select *pSelect; /* The entire SELECT statement containing WHERE */ member in struct:WhereInfo
156655 Select *pSelect; /* Pointer to the SELECT on the RHS */ local
166839 sqlite3WhereBegin( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList *pOrderBy, ExprList *pResultSet, Select *pSelect, u16 wctrlFlags, int iAuxArg ) argument
168684 selectWindowRewriteSelectCb(Walker *pWalker, Select *pSelect) argument
169244 sqlite3WindowCodeInit(Parse *pParse, Select *pSelect) argument
171102 attachWithToSelect(Parse *pParse, Select *pSelect, With *pWith) argument
175559 Select *pSelect = sqlite3SelectNew(pParse, 0,pSrc,0,0,0,0,0,0); local
195906 langidFromSelect(Fts3Table *p, sqlite3_stmt *pSelect) argument
195925 sqlite3_stmt *pSelect; local
199120 sqlite3_stmt *pSelect = 0; /* SELECT to read %_segdir entry */ local
199406 sqlite3_stmt *pSelect = 0; /* Select statement to read idx values */ local
199692 sqlite3_stmt *pSelect = 0; local
201926 sqlite3_stmt *pSelect = 0; local
216564 sqlite3_stmt *pSelect; /* Source data */ member in struct:RbuObjIter
225912 sessionSelectBind( sqlite3_stmt *pSelect, int nCol, u8 *abPK, SessionChange *pChange ) argument
227251 sqlite3_stmt *pSelect; /* SELECT statement */ member in struct:SessionApplyCtx
227680 sqlite3_stmt *pSelect = p->pSelect; local
[all...]
H A Dshell.c13145 sqlite3_stmt *pSelect = 0; local
13150 rc = idxPrintfPrepareStmt(p->db, &pSelect, pzErr, zSql, zTab, zTab);
13151 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSelect) ){
13152 const char *zCreate = (const char*)sqlite3_column_text(pSelect, 0);
13156 idxFinalize(&rc, pSelect);
16356 sqlite3_stmt *pSelect = 0; local
16359 pSelect = recoverPrepare(p, p->dbOut,
16378 if( pSelect ){
16379 sqlite3_bind_int(pSelect, 1, p->bSlowIndexes);
16380 while( sqlite3_step(pSelect)
16431 sqlite3_stmt *pSelect = 0; local
19785 sqlite3_stmt *pSelect; local
[all...]

Completed in 682 milliseconds