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

/freebsd-10-stable/contrib/sqlite3/
H A Dshell.c1362 sqlite3_stmt *pSelect; local
H A Dsqlite3.c14400 Select *pSelect; /* NULL for tables. Points to definition if a view. */ member in struct:Table
14885 Select *pSelect; /* EP_xIsSelect and op = IN, EXISTS, SELECT */ member in union:Expr::__anon10
15100 Select *pSelect; /* A SELECT statement used in place of a table name */ member in struct:SrcList::SrcList_item
15712 Select *pSelect; /* SELECT statement or RHS of INSERT INTO SELECT ... */ member in struct:TriggerStep
15897 Select *pSelect; /* The definition of this CTE */ member in struct:With::Cte
88790 resolveOrderByTermToExprList( Parse *pParse, Select *pSelect, Expr *pE ) argument
88961 sqlite3ResolveOrderGroupBy( Parse *pParse, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
89012 resolveOrderGroupBy( NameContext *pNC, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
90027 sqlite3PExprAddSelect(Parse *pParse, Expr *pExpr, Select *pSelect) argument
91432 Select *pSelect = pExpr->x.pSelect; local
93708 analyzeAggregatesInSelect(Walker *pWalker, Select *pSelect) argument
99452 sqlite3CreateView( Parse *pParse, Token *pBegin, Token *pName1, Token *pName2, ExprList *pCNames, Select *pSelect, int isTemp, int noErr ) argument
102448 Select *pSelect = NULL; /* Complete SELECT tree */ local
106236 Select *pSelect = 0; /* If RESTRICT, "SELECT RAISE(...)" */ local
106943 sqlite3Insert( Parse *pParse, SrcList *pTabList, Select *pSelect, IdList *pColumn, int onError ) argument
108349 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
113992 pushOntoSorter( Parse *pParse, SortCtx *pSort, Select *pSelect, int regData, int regOrigData, int nData, int nPrefixReg ) argument
115266 sqlite3ResultSetOfSelect(Parse *pParse, Select *pSelect) argument
118029 sqlite3SelectExpand(Parse *pParse, Select *pSelect) argument
118094 sqlite3SelectAddTypeInfo(Parse *pParse, Select *pSelect) argument
119749 sqlite3TriggerSelectStep(sqlite3 *db, Select *pSelect) argument
119792 sqlite3TriggerInsertStep( sqlite3 *db, Token *pTableName, IdList *pColumn, Select *pSelect, u8 orconf ) argument
120134 Select *pSelect = sqlite3SelectDup(db, pStep->pSelect, 0); local
134602 Select *pSelect = sqlite3SelectNew(pParse, 0,pSrc,0,0,0,0,0,0,0); local
152858 langidFromSelect(Fts3Table *p, sqlite3_stmt *pSelect) argument
152877 sqlite3_stmt *pSelect; local
155988 sqlite3_stmt *pSelect = 0; /* SELECT to read %_segdir entry */ local
156254 sqlite3_stmt *pSelect = 0; /* Select statement to read idx values */ local
156535 sqlite3_stmt *pSelect = 0; local
158698 sqlite3_stmt *pSelect = 0; local
165179 sqlite3_stmt *pSelect; /* Source data */ member in struct:RbuObjIter
172476 sessionSelectBind( sqlite3_stmt *pSelect, int nCol, u8 *abPK, SessionChange *pChange ) argument
173628 sqlite3_stmt *pSelect; /* SELECT statement */ member in struct:SessionApplyCtx
[all...]
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9928 Select *pSelect; /* NULL for tables. Points to definition if a view. */ member in struct:Table
10308 Select *pSelect; /* Used for sub-selects and "<expr> IN (<select>)" */ member in union:Expr::__anon5176
10494 Select *pSelect; /* A SELECT statement used in place of a table name */ member in struct:SrcList::SrcList_item
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 472 milliseconds