Searched refs:TK_STRING (Results 1 – 8 of 8) sorted by relevance
87 #define TK_STRING 87 macro
311 case TK_STRING: in sqliteExprIsConstant()346 case TK_STRING: { in sqliteExprIsInteger()646 case TK_STRING: { in sqliteExprResolveIds()725 case TK_STRING: { in sqliteExprResolveIds()950 case TK_STRING: in sqliteExprType()1051 case TK_STRING: in sqliteExprCode()
342 *tokenType = TK_STRING; in sqliteGetToken()
553 expr(A) ::= STRING(X). {A = sqliteExpr(TK_STRING, 0, 0, &X);}
2490 {yygotominor.yy242 = sqliteExpr(TK_STRING, 0, 0, &yymsp[0].minor.yy0);} in yy_reduce()
1127 if( pEList->a[j].zName && (pE->op==TK_ID || pE->op==TK_STRING) ){ in matchOrderbyToColumn()
2219 TK_STRING, enumerator2973 tok->type = TK_STRING; in fetch_token()4832 case TK_STRING: in parse_exp()4841 if (r != TK_STRING) break; in parse_exp()
7478 #define TK_STRING 94 macro70357 pExpr->op = TK_STRING;72475 case TK_STRING:72525 case TK_STRING: {73539 case TK_STRING: {74190 case TK_STRING: {74196 testcase( p->op==TK_STRING );76576 pExpr->op = TK_STRING;76862 if( pAuthArg->op==TK_STRING ){99018 }else if( op==TK_STRING ){[all …]
Completed in 270 milliseconds