Lines Matching refs:iValue

19400     int iValue;            /* Non-negative integer value if EP_IntValue */  member
29100 static int memsys5Log(int iValue){ in memsys5Log() argument
29102 for(iLog=0; (iLog<(int)((sizeof(int)*8)-1)) && (1<<iLog)<iValue; iLog++); in memsys5Log()
33714 sqlite3TreeViewLine(pView, "%d", pExpr->u.iValue); in sqlite3TreeViewExpr()
35849 int iValue; in sqlite3DequoteNumber() local
35869 if( p->op==TK_INTEGER && sqlite3GetInt32(p->u.zToken, &iValue) ){ in sqlite3DequoteNumber()
35870 p->u.iValue = iValue; in sqlite3DequoteNumber()
85501 sqlite3VdbeMemSetInt64(pVal, (i64)pExpr->u.iValue*negInt);
87733 sqlite3_str_appendf(p, "%d", pExpr->u.iValue);
93208 SQLITE_API int sqlite3_bind_int(sqlite3_stmt *p, int i, int iValue){
93209 return sqlite3_bind_int64(p, i, (i64)iValue);
93211 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
93217 sqlite3VdbeMemSetInt64(&p->aVar[i-1], iValue);
94670 i64 iValue;
94671 iValue = sqlite3RealToI64(rValue);
94672 if( sqlite3RealSameAsInt(rValue,iValue) ){
94673 *piValue = iValue;
109084 pExpr->u.iValue = (pExpr->op==TK_NOTNULL);
109690 pNew->u.iValue = iCol;
111284 int iValue = 0;
111289 || sqlite3GetInt32(pToken->z, &iValue)==0 ){
111291 assert( iValue>=0 );
111301 pNew->flags |= EP_IntValue|EP_Leaf|(iValue?EP_IsTrue:EP_IsFalse);
111302 pNew->u.iValue = iValue;
111723 assert( !ExprUseUValue(p) || p->u.iValue>=0 );
113164 *pValue = p->u.iValue;
114540 int i = pExpr->u.iValue;
115380 tempX.u.iValue = 0;
116625 if( (pA->flags&pB->flags&EP_IntValue)!=0 && pA->u.iValue==pB->u.iValue ){
140745 static const u8 iValue[] = {1, 0, 0, 0, 1, 1, 3, 2};
140754 && (!omitFull || iValue[i]<=1)
140756 return iValue[i];
148427 pNew->u.iValue = i;
148786 pNew->u.iValue = sqlite3ExprTruthValue(pNew);
164169 pVal->u.iValue = iVal;
212766 u32 iValue; /* Start of the value */
212973 pParent->iValue = i;
212994 u32 iVal = pParent->iValue;
213298 p->aParent[0].iValue = i;