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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/
H A Dparsefuncs.c159 Select *pSelect, /* A SELECT statement that will become the new view */
167 COMPQUIET(pSelect, NULL);
297 Select *pSelect, /* A SELECT statement to use as the data source */
304 COMPQUIET(pSelect, NULL);
473 Select *pSelect, /* A SELECT statement that supplies values */
481 COMPQUIET(pSelect, NULL);
487 TriggerStep *sqlite3TriggerSelectStep(sqlite3 *db, Select *pSelect) argument
490 COMPQUIET(pSelect, NULL);
154 sqlite3CreateView( Parse *pParse, Token *pBegin, Token *pName1, Token *pName2, Select *pSelect, int isTemp, int noErr ) argument
293 sqlite3Insert( Parse *pParse, SrcList *pTabList, ExprList *pList, Select *pSelect, IdList *pColumn, int onError ) argument
468 sqlite3TriggerInsertStep( sqlite3 *db, Token *pTableName, IdList *pColumn, ExprList *pEList, Select *pSelect, int orconf ) argument
H A Dbuildpt.c891 void sqlite3EndTable(pParse, pCons, pEnd, pSelect)
895 Select *pSelect; /* Select from a "CREATE ... AS SELECT" */
900 COMPQUIET(pSelect, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dparsefuncs.c159 Select *pSelect, /* A SELECT statement that will become the new view */
167 COMPQUIET(pSelect, NULL);
297 Select *pSelect, /* A SELECT statement to use as the data source */
304 COMPQUIET(pSelect, NULL);
473 Select *pSelect, /* A SELECT statement that supplies values */
481 COMPQUIET(pSelect, NULL);
487 TriggerStep *sqlite3TriggerSelectStep(sqlite3 *db, Select *pSelect) argument
490 COMPQUIET(pSelect, NULL);
154 sqlite3CreateView( Parse *pParse, Token *pBegin, Token *pName1, Token *pName2, Select *pSelect, int isTemp, int noErr ) argument
293 sqlite3Insert( Parse *pParse, SrcList *pTabList, ExprList *pList, Select *pSelect, IdList *pColumn, int onError ) argument
468 sqlite3TriggerInsertStep( sqlite3 *db, Token *pTableName, IdList *pColumn, ExprList *pEList, Select *pSelect, int orconf ) argument
H A Dbuildpt.c891 void sqlite3EndTable(pParse, pCons, pEnd, pSelect)
895 Select *pSelect; /* Select from a "CREATE ... AS SELECT" */
900 COMPQUIET(pSelect, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dparsefuncs.c159 Select *pSelect, /* A SELECT statement that will become the new view */
167 COMPQUIET(pSelect, NULL);
297 Select *pSelect, /* A SELECT statement to use as the data source */
304 COMPQUIET(pSelect, NULL);
473 Select *pSelect, /* A SELECT statement that supplies values */
481 COMPQUIET(pSelect, NULL);
487 TriggerStep *sqlite3TriggerSelectStep(sqlite3 *db, Select *pSelect) argument
490 COMPQUIET(pSelect, NULL);
154 sqlite3CreateView( Parse *pParse, Token *pBegin, Token *pName1, Token *pName2, Select *pSelect, int isTemp, int noErr ) argument
293 sqlite3Insert( Parse *pParse, SrcList *pTabList, ExprList *pList, Select *pSelect, IdList *pColumn, int onError ) argument
468 sqlite3TriggerInsertStep( sqlite3 *db, Token *pTableName, IdList *pColumn, ExprList *pEList, Select *pSelect, int orconf ) argument
H A Dbuildpt.c891 void sqlite3EndTable(pParse, pCons, pEnd, pSelect)
895 Select *pSelect; /* Select from a "CREATE ... AS SELECT" */
900 COMPQUIET(pSelect, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rtl8365mb/
H A Drtl8367c_asicdrv_fc.h27 extern ret_t rtl8367c_getAsicFlowControlSelect(rtk_uint32 *pSelect);
H A Drtl8367c_asicdrv_fc.c44 * pSelect - System flow control type 1: Ingress flow control 0:Egress flow control
53 ret_t rtl8367c_getAsicFlowControlSelect(rtk_uint32 *pSelect) argument
55 return rtl8367c_getAsicRegBit(RTL8367C_REG_FLOWCTRL_CTRL0, RTL8367C_FLOWCTRL_TYPE_OFFSET, pSelect);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rtl8365mb/
H A Drtl8367c_asicdrv_fc.h27 extern ret_t rtl8367c_getAsicFlowControlSelect(rtk_uint32 *pSelect);
H A Drtl8367c_asicdrv_fc.c44 * pSelect - System flow control type 1: Ingress flow control 0:Egress flow control
53 ret_t rtl8367c_getAsicFlowControlSelect(rtk_uint32 *pSelect) argument
55 return rtl8367c_getAsicRegBit(RTL8367C_REG_FLOWCTRL_CTRL0, RTL8367C_FLOWCTRL_TYPE_OFFSET, pSelect);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dbssdb.c140 PKnownBSS pSelect = NULL; local
246 if (pSelect == NULL) {
247 pSelect = pCurrBSS;
250 if (pCurrBSS->uRSSI < pSelect->uRSSI) {
251 pSelect = pCurrBSS;
256 if (pSelect != NULL) {
257 pSelect->bSelected = true;
265 return(pSelect);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dbssdb.c127 PKnownBSS pSelect = NULL; local
247 if (pSelect == NULL) {
248 pSelect = pCurrBSS;
251 if (pCurrBSS->uRSSI < pSelect->uRSSI) {
252 pSelect = pCurrBSS;
260 if (pSelect != NULL) {
261 pSelect->bSelected = TRUE;
268 return(pSelect);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6655/
H A Dbssdb.c140 PKnownBSS pSelect = NULL; local
246 if (pSelect == NULL) {
247 pSelect = pCurrBSS;
250 if (pCurrBSS->uRSSI < pSelect->uRSSI) {
251 pSelect = pCurrBSS;
256 if (pSelect != NULL) {
257 pSelect->bSelected = true;
265 return(pSelect);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6656/
H A Dbssdb.c127 PKnownBSS pSelect = NULL; local
247 if (pSelect == NULL) {
248 pSelect = pCurrBSS;
251 if (pCurrBSS->uRSSI < pSelect->uRSSI) {
252 pSelect = pCurrBSS;
260 if (pSelect != NULL) {
261 pSelect->bSelected = TRUE;
268 return(pSelect);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h856 Select *pSelect; /* NULL for tables. Points to definition if a view. */ member in struct:Table
1133 ** The Expr.pSelect field points to a SELECT statement. The SELECT might
1135 ** in an expression the opcode is TK_SELECT and Expr.pSelect is the only
1157 Select *pSelect; /* When the expression is a sub-select. Also the member in struct:Expr
1174 #define EP_VarSelect 0x0020 /* pSelect is correlated, not constant */
1268 Select *pSelect; /* A SELECT statement used in place of a table name */ member in struct:SrcList::SrcList_item
1636 * pSelect -> If this is an INSERT INTO ... SELECT ... statement, then
1664 Select *pSelect; /* Valid for SELECT and sometimes member in struct:TriggerStep
1669 INSERT steps (when pSelect == 0) */
H A Dparse.c2724 yygotominor.yy172->pSelect = yymsp[-1].minor.yy219;
2736 yygotominor.yy172->pSelect = yymsp[-1].minor.yy219;
2750 yygotominor.yy172->pSelect = sqlite3SelectNew(pParse, 0,pSrc,0,0,0,0,0,0,0);
2763 p->pSelect = yymsp[-1].minor.yy219;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h856 Select *pSelect; /* NULL for tables. Points to definition if a view. */ member in struct:Table
1133 ** The Expr.pSelect field points to a SELECT statement. The SELECT might
1135 ** in an expression the opcode is TK_SELECT and Expr.pSelect is the only
1157 Select *pSelect; /* When the expression is a sub-select. Also the member in struct:Expr
1174 #define EP_VarSelect 0x0020 /* pSelect is correlated, not constant */
1268 Select *pSelect; /* A SELECT statement used in place of a table name */ member in struct:SrcList::SrcList_item
1636 * pSelect -> If this is an INSERT INTO ... SELECT ... statement, then
1664 Select *pSelect; /* Valid for SELECT and sometimes member in struct:TriggerStep
1669 INSERT steps (when pSelect == 0) */
H A Dparse.c2724 yygotominor.yy172->pSelect = yymsp[-1].minor.yy219;
2736 yygotominor.yy172->pSelect = yymsp[-1].minor.yy219;
2750 yygotominor.yy172->pSelect = sqlite3SelectNew(pParse, 0,pSrc,0,0,0,0,0,0,0);
2763 p->pSelect = yymsp[-1].minor.yy219;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h856 Select *pSelect; /* NULL for tables. Points to definition if a view. */ member in struct:Table
1133 ** The Expr.pSelect field points to a SELECT statement. The SELECT might
1135 ** in an expression the opcode is TK_SELECT and Expr.pSelect is the only
1157 Select *pSelect; /* When the expression is a sub-select. Also the member in struct:Expr
1174 #define EP_VarSelect 0x0020 /* pSelect is correlated, not constant */
1268 Select *pSelect; /* A SELECT statement used in place of a table name */ member in struct:SrcList::SrcList_item
1636 * pSelect -> If this is an INSERT INTO ... SELECT ... statement, then
1664 Select *pSelect; /* Valid for SELECT and sometimes member in struct:TriggerStep
1669 INSERT steps (when pSelect == 0) */
H A Dparse.c2724 yygotominor.yy172->pSelect = yymsp[-1].minor.yy219;
2736 yygotominor.yy172->pSelect = yymsp[-1].minor.yy219;
2750 yygotominor.yy172->pSelect = sqlite3SelectNew(pParse, 0,pSrc,0,0,0,0,0,0,0);
2763 p->pSelect = yymsp[-1].minor.yy219;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c9068 Select *pSelect; /* NULL for tables. Points to definition if a view. */ member in struct:Table
9386 ** Expr.x.pSelect is used if the expression is a sub-select or an expression of
9388 ** Expr.flags mask, then Expr.x.pSelect is valid. Otherwise, Expr.x.pList is
9425 ** the subtrees in Expr.x.pList or Expr.x.pSelect are always separately
9446 Select *pSelect; /* Used for sub-selects and "<expr> IN (<select>)" */ member in union:Expr::__anon10243
9479 #define EP_VarSelect 0x0020 /* pSelect is correlated, not constant */
9485 #define EP_xIsSelect 0x0800 /* x.pSelect is valid (otherwise x.pList is) */
9632 Select *pSelect; /* A SELECT statement used in place of a table name */ member in struct:SrcList::SrcList_item
10109 * pSelect -> If this is an INSERT INTO ... SELECT ... statement, then
10136 Select *pSelect; /* SELEC member in struct:TriggerStep
67149 resolveOrderByTermToExprList( Parse *pParse, Select *pSelect, Expr *pE ) argument
67312 sqlite3ResolveOrderGroupBy( Parse *pParse, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
67362 resolveOrderGroupBy( NameContext *pNC, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
71381 analyzeAggregatesInSelect(Walker *pWalker, Select *pSelect) argument
75355 sqlite3CreateView( Parse *pParse, Token *pBegin, Token *pName1, Token *pName2, Select *pSelect, int isTemp, int noErr ) argument
78011 Select *pSelect = NULL; /* Complete SELECT tree */ local
81071 Select *pSelect = 0; /* If RESTRICT, "SELECT RAISE(...)" */ local
81729 sqlite3Insert( Parse *pParse, SrcList *pTabList, ExprList *pList, Select *pSelect, IdList *pColumn, int onError ) argument
82904 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
87054 pushOntoSorter( Parse *pParse, ExprList *pOrderBy, Select *pSelect, int regData ) argument
87926 sqlite3ResultSetOfSelect(Parse *pParse, Select *pSelect) argument
89942 sqlite3SelectExpand(Parse *pParse, Select *pSelect) argument
89999 sqlite3SelectAddTypeInfo(Parse *pParse, Select *pSelect) argument
91485 sqlite3TriggerSelectStep(sqlite3 *db, Select *pSelect) argument
91528 sqlite3TriggerInsertStep( sqlite3 *db, Token *pTableName, IdList *pColumn, ExprList *pEList, Select *pSelect, u8 orconf ) argument
91884 Select *pSelect = sqlite3SelectDup(db, pStep->pSelect, 0); local
92854 Select *pSelect = 0; /* The SELECT statement */ local
112875 sqlite3_stmt *pSelect; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c9068 Select *pSelect; /* NULL for tables. Points to definition if a view. */ member in struct:Table
9386 ** Expr.x.pSelect is used if the expression is a sub-select or an expression of
9388 ** Expr.flags mask, then Expr.x.pSelect is valid. Otherwise, Expr.x.pList is
9425 ** the subtrees in Expr.x.pList or Expr.x.pSelect are always separately
9446 Select *pSelect; /* Used for sub-selects and "<expr> IN (<select>)" */ member in union:Expr::__anon151
9479 #define EP_VarSelect 0x0020 /* pSelect is correlated, not constant */
9485 #define EP_xIsSelect 0x0800 /* x.pSelect is valid (otherwise x.pList is) */
9632 Select *pSelect; /* A SELECT statement used in place of a table name */ member in struct:SrcList::SrcList_item
10109 * pSelect -> If this is an INSERT INTO ... SELECT ... statement, then
10136 Select *pSelect; /* SELEC member in struct:TriggerStep
67149 resolveOrderByTermToExprList( Parse *pParse, Select *pSelect, Expr *pE ) argument
67312 sqlite3ResolveOrderGroupBy( Parse *pParse, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
67362 resolveOrderGroupBy( NameContext *pNC, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
71381 analyzeAggregatesInSelect(Walker *pWalker, Select *pSelect) argument
75355 sqlite3CreateView( Parse *pParse, Token *pBegin, Token *pName1, Token *pName2, Select *pSelect, int isTemp, int noErr ) argument
78011 Select *pSelect = NULL; /* Complete SELECT tree */ local
81071 Select *pSelect = 0; /* If RESTRICT, "SELECT RAISE(...)" */ local
81729 sqlite3Insert( Parse *pParse, SrcList *pTabList, ExprList *pList, Select *pSelect, IdList *pColumn, int onError ) argument
82904 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
87054 pushOntoSorter( Parse *pParse, ExprList *pOrderBy, Select *pSelect, int regData ) argument
87926 sqlite3ResultSetOfSelect(Parse *pParse, Select *pSelect) argument
89942 sqlite3SelectExpand(Parse *pParse, Select *pSelect) argument
89999 sqlite3SelectAddTypeInfo(Parse *pParse, Select *pSelect) argument
91485 sqlite3TriggerSelectStep(sqlite3 *db, Select *pSelect) argument
91528 sqlite3TriggerInsertStep( sqlite3 *db, Token *pTableName, IdList *pColumn, ExprList *pEList, Select *pSelect, u8 orconf ) argument
91884 Select *pSelect = sqlite3SelectDup(db, pStep->pSelect, 0); local
92854 Select *pSelect = 0; /* The SELECT statement */ local
112875 sqlite3_stmt *pSelect; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c9068 Select *pSelect; /* NULL for tables. Points to definition if a view. */ member in struct:Table
9386 ** Expr.x.pSelect is used if the expression is a sub-select or an expression of
9388 ** Expr.flags mask, then Expr.x.pSelect is valid. Otherwise, Expr.x.pList is
9425 ** the subtrees in Expr.x.pList or Expr.x.pSelect are always separately
9446 Select *pSelect; /* Used for sub-selects and "<expr> IN (<select>)" */ member in union:Expr::__anon44268
9479 #define EP_VarSelect 0x0020 /* pSelect is correlated, not constant */
9485 #define EP_xIsSelect 0x0800 /* x.pSelect is valid (otherwise x.pList is) */
9632 Select *pSelect; /* A SELECT statement used in place of a table name */ member in struct:SrcList::SrcList_item
10109 * pSelect -> If this is an INSERT INTO ... SELECT ... statement, then
10136 Select *pSelect; /* SELEC member in struct:TriggerStep
67149 resolveOrderByTermToExprList( Parse *pParse, Select *pSelect, Expr *pE ) argument
67312 sqlite3ResolveOrderGroupBy( Parse *pParse, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
67362 resolveOrderGroupBy( NameContext *pNC, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
71381 analyzeAggregatesInSelect(Walker *pWalker, Select *pSelect) argument
75355 sqlite3CreateView( Parse *pParse, Token *pBegin, Token *pName1, Token *pName2, Select *pSelect, int isTemp, int noErr ) argument
78011 Select *pSelect = NULL; /* Complete SELECT tree */ local
81071 Select *pSelect = 0; /* If RESTRICT, "SELECT RAISE(...)" */ local
81729 sqlite3Insert( Parse *pParse, SrcList *pTabList, ExprList *pList, Select *pSelect, IdList *pColumn, int onError ) argument
82904 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
87054 pushOntoSorter( Parse *pParse, ExprList *pOrderBy, Select *pSelect, int regData ) argument
87926 sqlite3ResultSetOfSelect(Parse *pParse, Select *pSelect) argument
89942 sqlite3SelectExpand(Parse *pParse, Select *pSelect) argument
89999 sqlite3SelectAddTypeInfo(Parse *pParse, Select *pSelect) argument
91485 sqlite3TriggerSelectStep(sqlite3 *db, Select *pSelect) argument
91528 sqlite3TriggerInsertStep( sqlite3 *db, Token *pTableName, IdList *pColumn, ExprList *pEList, Select *pSelect, u8 orconf ) argument
91884 Select *pSelect = sqlite3SelectDup(db, pStep->pSelect, 0); local
92854 Select *pSelect = 0; /* The SELECT statement */ local
112875 sqlite3_stmt *pSelect; local
[all...]

Completed in 899 milliseconds