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

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y434 A->a[A->nSrc-1].pSelect = S;
734 if( A ) A->pSelect = X;
740 if( A ) A->pSelect = Y;
748 if( A ) A->pSelect = sqlite3SelectNew(0,pSrc,0,0,0,0,0,0,0);
755 p->pSelect = Y;
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9928 Select *pSelect; /* NULL for tables. Points to definition if a view. */ member in struct:Table
10248 ** Expr.x.pSelect is used if the expression is a sub-select or an expression of
10250 ** Expr.flags mask, then Expr.x.pSelect is valid. Otherwise, Expr.x.pList is
10287 ** the subtrees in Expr.x.pList or Expr.x.pSelect are always separately
10308 Select *pSelect; /* Used for sub-selects and "<expr> IN (<select>)" */ member in union:Expr::__anon700
10341 #define EP_VarSelect 0x0020 /* pSelect is correlated, not constant */
10347 #define EP_xIsSelect 0x0800 /* x.pSelect is valid (otherwise x.pList is) */
10494 Select *pSelect; /* A SELECT statement used in place of a table name */ member in struct:SrcList::SrcList_item
10501 u8 iSelectId; /* If pSelect!=0, the id of the sub-select in EQP */
10997 * pSelect
11024 Select *pSelect; /* SELECT statment or RHS of INSERT INTO .. SELECT ... */ member in struct:TriggerStep
72462 resolveOrderByTermToExprList( Parse *pParse, Select *pSelect, Expr *pE ) argument
72625 sqlite3ResolveOrderGroupBy( Parse *pParse, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
72675 resolveOrderGroupBy( NameContext *pNC, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
76675 analyzeAggregatesInSelect(Walker *pWalker, Select *pSelect) argument
80799 sqlite3CreateView( Parse *pParse, Token *pBegin, Token *pName1, Token *pName2, Select *pSelect, int isTemp, int noErr ) argument
83543 Select *pSelect = NULL; /* Complete SELECT tree */ local
86652 Select *pSelect = 0; /* If RESTRICT, "SELECT RAISE(...)" */ local
87313 sqlite3Insert( Parse *pParse, SrcList *pTabList, ExprList *pList, Select *pSelect, IdList *pColumn, int onError ) argument
88487 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
92761 pushOntoSorter( Parse *pParse, ExprList *pOrderBy, Select *pSelect, int regData ) argument
93718 sqlite3ResultSetOfSelect(Parse *pParse, Select *pSelect) argument
95775 sqlite3SelectExpand(Parse *pParse, Select *pSelect) argument
95832 sqlite3SelectAddTypeInfo(Parse *pParse, Select *pSelect) argument
97485 sqlite3TriggerSelectStep(sqlite3 *db, Select *pSelect) argument
97528 sqlite3TriggerInsertStep( sqlite3 *db, Token *pTableName, IdList *pColumn, ExprList *pEList, Select *pSelect, u8 orconf ) argument
97895 Select *pSelect = sqlite3SelectDup(db, pStep->pSelect, 0); local
98867 Select *pSelect = 0; /* The SELECT statement */ local
123123 sqlite3_stmt *pSelect; local
126541 sqlite3_stmt *pSelect = 0; local
[all...]

Completed in 479 milliseconds