Searched refs:iRes (Results 1 – 2 of 2) sorted by relevance
105746 int iRes;105748 iRes = +1;105750 iRes = -1;105752 iRes = pTask->xCompare(pTask, &bCached,105772 if( iRes<0 || (iRes==0 && pReadr1<pReadr2) ){106147 int iRes;106165 iRes = i2;106167 iRes = i1;106177 iRes = i1;106179 iRes = i2;[all …]
29414 sqlite3_int64 iRes = 0; /* Integer result to display if rc2==1 */ in do_meta_command() local29473 iRes = nArg==3 ? integerValue(azArg[2]) : -1; in do_meta_command()29474 sqlite3_file_control(p->db, zSchema, SQLITE_FCNTL_SIZE_LIMIT, &iRes); in do_meta_command()29493 iRes = x; in do_meta_command()29502 iRes = x; in do_meta_command()29537 sqlite3_snprintf(sizeof(zBuf), zBuf, "%lld", iRes); in do_meta_command()