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

/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h241 typedef struct Token Token; typedef in typeref:struct:Token
638 ** Note if Token.z==0 then Token.dyn and Token.n are undefined and
639 ** may contain random values. Do not make any assuptions about Token.dyn
640 ** and Token.n when Token.z==0.
642 struct Token { struct
692 Token toke
[all...]
H A Dcopy.c35 Token *pFilename, /* The file from which to obtain information */
36 Token *pDelimiter, /* Use this as the field delimiter */
H A Dexpr.c28 Expr *sqliteExpr(int op, Expr *pLeft, Expr *pRight, Token *pToken){
59 void sqliteExprSpan(Expr *pExpr, Token *pLeft, Token *pRight){
77 Expr *sqliteExprFunction(ExprList *pList, Token *pToken){
142 void sqliteTokenCopy(Token *pTo, Token *pFrom){
251 ExprList *sqliteExprListAppend(ExprList *pList, Expr *pExpr, Token *pName){
414 Token *pDbToken, /* Name of the database containing table, or NULL */
415 Token *pTableToken, /* Name of table containing column, or NULL */
416 Token *pColumnToke
[all...]
H A Dattach.c29 void sqliteAttach(Parse *pParse, Token *pFilename, Token *pDbname, Token *pKey){
139 void sqliteDetach(Parse *pParse, Token *pDbname){
193 const Token *pName /* Name of the view, trigger, or index */
H A Dtrigger.c46 Token *pName, /* The name of the trigger */
165 Token *pAll /* Token that describes the complete CREATE TRIGGER */
299 Token *pTableName, /* Name of the table into which we insert */
328 Token *pTableName, /* Name of the table to be updated */
351 TriggerStep *sqliteTriggerDeleteStep(Token *pTableName, Expr *pWhere){
583 Token sDb; /* Dummy database name token */
H A Dbuild.c392 char *sqliteTableNameFromToken(Token *pName){
428 Token *pStart, /* The "CREATE" token */
429 Token *pName, /* Name of table or view to create */
559 void sqliteAddColumn(Parse *pParse, Token *pName){
611 void sqliteAddColumnType(Parse *pParse, Token *pFirst, Token *pLast){
647 void sqliteAddDefaultValue(Parse *pParse, Token *pVal, int minusFlag){
886 void sqliteEndTable(Parse *pParse, Token *pEnd, Select *pSelect){
997 Token *pBegin, /* The CREATE token that begins the statement */
998 Token *pNam
[all...]
H A Dparse.y20 %token_type {Token}
21 %default_type {Token}
119 %type id {Token}
151 %type ids {Token}
157 %type nm {Token}
167 %type typename {Token}
345 %type as {Token}
409 %type dbnm {Token}
750 %type idxitem {Token}
796 Token al
[all...]
H A Dpragma.c162 void sqlitePragma(Parse *pParse, Token *pLeft, Token *pRight, int minusFlag){
H A Dprintf.c77 #define etTOKEN 14 /* a pointer to a Token structure */
575 Token *pToken = va_arg(ap, Token*);
H A Dselect.c81 int sqliteJoinType(Parse *pParse, Token *pA, Token *pB, Token *pC){
83 Token *apAll[3];
84 Token *p;
120 static Token dummy = { 0, 0 };
158 Token dummy;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c513 #define YYBACKUP(Token, Value) \
517 yychar = (Token); \
572 # define YYDSYMPRINTF(Title, Token, Value, Location) \
578 Token, Value); \
646 # define YYDSYMPRINTF(Title, Token, Value, Location)

Completed in 41 milliseconds