Home | History | Annotate | Download | only in dist

Lines Matching refs:TK_STRING

12630 #define TK_STRING                          97
13939 #define OP_String8 97 /* same as TK_STRING, synopsis: r[P2]='P4' */
16187 ** or TK_STRING), then Expr.token contains the text of the SQL literal. If
27265 case TK_STRING: {
72548 if( op==TK_STRING || op==TK_FLOAT || op==TK_INTEGER ){
74206 case TK_STRING:
81033 case OP_String8: { /* same as TK_STRING, out2 */
91588 pExpr->op = TK_STRING;
94698 case TK_STRING:
94734 case TK_STRING: {
96240 case TK_STRING: {
97512 if( ALWAYS((combinedFlags & EP_Reduced)==0) && pA->op!=TK_STRING ){
100811 pExpr->op = TK_STRING;
101105 if( pAuthArg->op==TK_STRING ){
102886 ** the expression given in its argument from a TK_STRING into a TK_ID
102887 ** if the expression is just a TK_STRING with an optional COLLATE clause.
102888 ** If the epxression is anything other than TK_STRING, the expression is
102892 if( p->op==TK_STRING ){
102894 }else if( p->op==TK_COLLATE && p->pLeft->op==TK_STRING ){
109258 if( pEscape->op!=TK_STRING ) return 0;
131569 Expr **ppPrefix, /* Pointer to TK_STRING expression with pattern prefix */
131604 }else if( op==TK_STRING ){
131646 pPrefix = sqlite3Expr(db, TK_STRING, (char*)z);
140713 Expr *p = tokenExpr(pParse, TK_STRING, yymsp[0].minor.yy0);
142688 *tokenType = TK_STRING;