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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10150 Select *pSelect; /* NULL for tables. Points to definition if a view. */ member in struct:Table
10476 ** Expr.x.pSelect is used if the expression is a sub-select or an expression of
10478 ** Expr.flags mask, then Expr.x.pSelect is valid. Otherwise, Expr.x.pList is
10515 ** the subtrees in Expr.x.pList or Expr.x.pSelect are always separately
10536 Select *pSelect; /* Used for sub-selects and "<expr> IN (<select>)" */ member in union:Expr::__anon2852
10569 #define EP_VarSelect 0x0020 /* pSelect is correlated, not constant */
10575 #define EP_xIsSelect 0x0800 /* x.pSelect is valid (otherwise x.pList is) */
10722 Select *pSelect; /* A SELECT statement used in place of a table name */ member in struct:SrcList::SrcList_item
10729 u8 iSelectId; /* If pSelect!=0, the id of the sub-select in EQP */
11223 * pSelect
11250 Select *pSelect; /* SELECT statment or RHS of INSERT INTO .. SELECT ... */ member in struct:TriggerStep
73712 resolveOrderByTermToExprList( Parse *pParse, Select *pSelect, Expr *pE ) argument
73875 sqlite3ResolveOrderGroupBy( Parse *pParse, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
73925 resolveOrderGroupBy( NameContext *pNC, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
78202 analyzeAggregatesInSelect(Walker *pWalker, Select *pSelect) argument
82736 sqlite3CreateView( Parse *pParse, Token *pBegin, Token *pName1, Token *pName2, Select *pSelect, int isTemp, int noErr ) argument
85501 Select *pSelect = NULL; /* Complete SELECT tree */ local
88607 Select *pSelect = 0; /* If RESTRICT, "SELECT RAISE(...)" */ local
89270 sqlite3Insert( Parse *pParse, SrcList *pTabList, ExprList *pList, Select *pSelect, IdList *pColumn, int onError ) argument
90438 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
94761 pushOntoSorter( Parse *pParse, ExprList *pOrderBy, Select *pSelect, int regData ) argument
95721 sqlite3ResultSetOfSelect(Parse *pParse, Select *pSelect) argument
97785 sqlite3SelectExpand(Parse *pParse, Select *pSelect) argument
97842 sqlite3SelectAddTypeInfo(Parse *pParse, Select *pSelect) argument
99495 sqlite3TriggerSelectStep(sqlite3 *db, Select *pSelect) argument
99538 sqlite3TriggerInsertStep( sqlite3 *db, Token *pTableName, IdList *pColumn, ExprList *pEList, Select *pSelect, u8 orconf ) argument
99905 Select *pSelect = sqlite3SelectDup(db, pStep->pSelect, 0); local
100881 Select *pSelect = 0; /* The SELECT statement */ local
125561 sqlite3_stmt *pSelect; local
129087 sqlite3_stmt *pSelect = 0; local
[all...]

Completed in 393 milliseconds