Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c108195 int iRes; local
108197 iRes = +1;
108199 iRes = -1;
108201 iRes = pTask->xCompare(pTask, &bCached,
108221 if( iRes<0 || (iRes==0 && pReadr1<pReadr2) ){
108596 int iRes; local
108614 iRes = i2;
108616 iRes = i1;
108626 iRes = i1;
108628 iRes = i2;
[all …]
H A Dshell.c33107 sqlite3_int64 iRes = 0; /* Integer result to display if rc2==1 */ in do_meta_command() local
33166 iRes = nArg==3 ? integerValue(azArg[2]) : -1; in do_meta_command()
33167 sqlite3_file_control(p->db, zSchema, SQLITE_FCNTL_SIZE_LIMIT, &iRes); in do_meta_command()
33186 iRes = x; in do_meta_command()
33195 iRes = x; in do_meta_command()
33230 sqlite3_snprintf(sizeof(zBuf), zBuf, "%lld", iRes); in do_meta_command()