Lines Matching defs:tempX
109918 Expr tempX; /* Temporary expression node */110201 tempX.op = TK_INTEGER;110202 tempX.flags = EP_IntValue|EP_TokenOnly;110203 tempX.u.iValue = 0;110204 ExprClearVVAProperties(&tempX);110205 r1 = sqlite3ExprCodeTemp(pParse, &tempX, ®Free1);