Home | History | Annotate | Download | only in src

Lines Matching defs:iValue

1227   int rc, iValue, mxValue;
1261 iValue = 0;
1263 rc = sqlite3_status(op, &iValue, &mxValue, resetFlag);
1266 Tcl_ListObjAppendElement(0, pResult, Tcl_NewIntObj(iValue));
1284 int rc, iValue, mxValue;
1320 iValue = 0;
1322 rc = sqlite3_db_status(db, op, &iValue, &mxValue, resetFlag);
1325 Tcl_ListObjAppendElement(0, pResult, Tcl_NewIntObj(iValue));