Lines Matching refs:TK_VARIABLE
12668 #define TK_VARIABLE 135
16188 ** the expression is a variable (TK_VARIABLE), then Expr.token contains the
16274 ** TK_VARIABLE: variable number (always >= 1).
27279 case TK_VARIABLE: {
72729 assert( pExpr==0 || pExpr->op!=TK_REGISTER || pExpr->op2!=TK_VARIABLE );
72735 }else if( pExpr->op==TK_VARIABLE && (db->flags & SQLITE_EnableQPSG)==0 ){
79732 if( tokenType==TK_VARIABLE ){
91935 case TK_VARIABLE: {
94484 case TK_VARIABLE:
96265 case TK_VARIABLE: {
97468 ** If pParse is not NULL then TK_VARIABLE terms in pA with bindings in
97471 ** If pParse is NULL (the normal case) then any TK_VARIABLE term in
97480 if( pParse && pA->op==TK_VARIABLE && exprCompareVariable(pParse, pA, pB) ){
101285 if( pExpr->op==TK_VARIABLE ){
131595 if( op==TK_VARIABLE && (db->flags & SQLITE_EnableQPSG)==0 ){
131603 assert( pRight->op==TK_VARIABLE || pRight->op==TK_REGISTER );
131661 if( op==TK_VARIABLE ){
141216 yymsp[0].minor.yy314 = tokenExpr(pParse, TK_VARIABLE, yymsp[0].minor.yy0);
142750 *tokenType = TK_VARIABLE;
142759 *tokenType = TK_VARIABLE;