Searched refs:Token (Results 1 - 25 of 101) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp_mcu.h47 u8 Token, u8 Arg0, u8 Arg1);
H A Dspectrum_def.h138 u8 Token; member in struct:rt_measure_req_info
189 u8 Token; member in struct:rt_measure_report_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/
H A Drtmp_mcu.h47 u8 Token, u8 Arg0, u8 Arg1);
H A Dspectrum_def.h138 u8 Token; member in struct:rt_measure_req_info
189 u8 Token; member in struct:rt_measure_report_info
/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.c59 void sqlite3AddCollateType(Parse *pParse, Token *pToken)
84 void sqlite3AlterFinishAddColumn(Parse *pParse, Token *pColDef)
93 Token *pName /* The new table name. */
101 void sqlite3Analyze(Parse *pParse, Token *pName1, Token *pName2)
124 Token *pName1, /* The name of the trigger */
125 Token *pName2, /* The name of the trigger */
156 Token *pBegin, /* The CREATE token that begins the statement */
157 Token *pName1, /* The token that holds the name of the view */
158 Token *pName
[all...]
H A Dpreparser.c10 extern void bdb_create_database(Token *, Parse *pParse);
14 Token *t;
32 Token token;
H A Ddb_sql.h149 extern void parse_hint_comment(Token *);
151 extern void preparser(void *, int,Token, Parse *);
152 extern void bdb_create_database(Token *, Parse *);
H A Dbuildpt.c29 Token *t;
272 bdb_create_database(Token *name, Parse *pParse) {
292 Token *pName1; /* First part of the name of the table or view */
293 Token *pName2; /* Second part of the name of the table or view */
363 sqlite3AddColumn(Parse *pParse, Token *pName)
616 Token *pType;
660 Token *pName; /* AS keyword for the expression */
721 Token *pTable; /* Table to append */
722 Token *pDatabase; /* Database of the table, not used at this time */
787 Token *pT
[all...]
H A Dhint_comment.c69 Token *t;
277 Token *t;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dparsefuncs.c59 void sqlite3AddCollateType(Parse *pParse, Token *pToken)
84 void sqlite3AlterFinishAddColumn(Parse *pParse, Token *pColDef)
93 Token *pName /* The new table name. */
101 void sqlite3Analyze(Parse *pParse, Token *pName1, Token *pName2)
124 Token *pName1, /* The name of the trigger */
125 Token *pName2, /* The name of the trigger */
156 Token *pBegin, /* The CREATE token that begins the statement */
157 Token *pName1, /* The token that holds the name of the view */
158 Token *pName
[all...]
H A Dpreparser.c10 extern void bdb_create_database(Token *, Parse *pParse);
14 Token *t;
32 Token token;
H A Ddb_sql.h149 extern void parse_hint_comment(Token *);
151 extern void preparser(void *, int,Token, Parse *);
152 extern void bdb_create_database(Token *, Parse *);
H A Dbuildpt.c29 Token *t;
272 bdb_create_database(Token *name, Parse *pParse) {
292 Token *pName1; /* First part of the name of the table or view */
293 Token *pName2; /* Second part of the name of the table or view */
363 sqlite3AddColumn(Parse *pParse, Token *pName)
616 Token *pType;
660 Token *pName; /* AS keyword for the expression */
721 Token *pTable; /* Table to append */
722 Token *pDatabase; /* Database of the table, not used at this time */
787 Token *pT
[all...]
H A Dhint_comment.c69 Token *t;
277 Token *t;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dparsefuncs.c59 void sqlite3AddCollateType(Parse *pParse, Token *pToken)
84 void sqlite3AlterFinishAddColumn(Parse *pParse, Token *pColDef)
93 Token *pName /* The new table name. */
101 void sqlite3Analyze(Parse *pParse, Token *pName1, Token *pName2)
124 Token *pName1, /* The name of the trigger */
125 Token *pName2, /* The name of the trigger */
156 Token *pBegin, /* The CREATE token that begins the statement */
157 Token *pName1, /* The token that holds the name of the view */
158 Token *pName
[all...]
H A Dpreparser.c10 extern void bdb_create_database(Token *, Parse *pParse);
14 Token *t;
32 Token token;
H A Ddb_sql.h149 extern void parse_hint_comment(Token *);
151 extern void preparser(void *, int,Token, Parse *);
152 extern void bdb_create_database(Token *, Parse *);
H A Dbuildpt.c29 Token *t;
272 bdb_create_database(Token *name, Parse *pParse) {
292 Token *pName1; /* First part of the name of the table or view */
293 Token *pName2; /* Second part of the name of the table or view */
363 sqlite3AddColumn(Parse *pParse, Token *pName)
616 Token *pType;
660 Token *pName; /* AS keyword for the expression */
721 Token *pTable; /* Table to append */
722 Token *pDatabase; /* Database of the table, not used at this time */
787 Token *pT
[all...]
H A Dhint_comment.c69 Token *t;
277 Token *t;
/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.h429 typedef struct Token Token; typedef in typeref:struct:Token
1042 ** Note if Token.z==0 then Token.dyn and Token.n are undefined and
1043 ** may contain random values. Do not make any assuptions about Token.dyn
1044 ** and Token.n when Token.z==0.
1046 struct Token { struct
1150 Token toke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h429 typedef struct Token Token; typedef in typeref:struct:Token
1042 ** Note if Token.z==0 then Token.dyn and Token.n are undefined and
1043 ** may contain random values. Do not make any assuptions about Token.dyn
1044 ** and Token.n when Token.z==0.
1046 struct Token { struct
1150 Token toke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h429 typedef struct Token Token; typedef in typeref:struct:Token
1042 ** Note if Token.z==0 then Token.dyn and Token.n are undefined and
1043 ** may contain random values. Do not make any assuptions about Token.dyn
1044 ** and Token.n when Token.z==0.
1046 struct Token { struct
1150 Token toke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Drtmp_mcu.c222 u8 Token, u8 Arg0, u8 Arg1)
275 H2MMailbox.field.CmdToken = Token;
307 H2MMailbox.field.CmdToken = Token;
220 RtmpAsicSendCommandToMcu(struct rt_rtmp_adapter *pAd, u8 Command, u8 Token, u8 Arg0, u8 Arg1) argument
H A Dba_action.c493 pBAEntry->Token = 1; /* (2008-01-21) Jan Lee recommends it - this token can't be 0 */
750 pBAEntry->Token = 0;
1006 && (pBAEntry->Token < ORI_SESSION_MAX_RETRY)) {
1016 AddbaReq.Token = pBAEntry->Token;
1022 pBAEntry->Token));
1024 pBAEntry->Token++;
1147 ADDframe.Token = pAddreqFrame->Token;
1381 u8 Token; member in struct:rt_measurement_req
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Drtmp_mcu.c222 u8 Token, u8 Arg0, u8 Arg1)
275 H2MMailbox.field.CmdToken = Token;
307 H2MMailbox.field.CmdToken = Token;
220 RtmpAsicSendCommandToMcu(struct rt_rtmp_adapter *pAd, u8 Command, u8 Token, u8 Arg0, u8 Arg1) argument

Completed in 122 milliseconds

12345