Home
last modified time | relevance | path

Searched refs:iRes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c104438 int iRes;
104440 iRes = +1;
104442 iRes = -1;
104444 iRes = pTask->xCompare(pTask, &bCached,
104464 if( iRes<0 || (iRes==0 && pReadr1<pReadr2) ){
104839 int iRes;
104857 iRes = i2;
104859 iRes = i1;
104869 iRes = i1;
104871 iRes = i2;
[all …]
H A Dshell.c26696 sqlite3_int64 iRes = 0; /* Integer result to display if rc2==1 */ in do_meta_command() local
26754 iRes = nArg==3 ? integerValue(azArg[2]) : -1; in do_meta_command()
26755 sqlite3_file_control(p->db, zSchema, SQLITE_FCNTL_SIZE_LIMIT, &iRes); in do_meta_command()
26774 iRes = x; in do_meta_command()
26783 iRes = x; in do_meta_command()
26817 sqlite3_snprintf(sizeof(zBuf), zBuf, "%lld", iRes); in do_meta_command()