Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c103898 int iRes;
103900 iRes = +1;
103902 iRes = -1;
103904 iRes = pTask->xCompare(pTask, &bCached,
103924 if( iRes<0 || (iRes==0 && pReadr1<pReadr2) ){
104299 int iRes;
104317 iRes = i2;
104319 iRes = i1;
104329 iRes = i1;
104331 iRes = i2;
[all …]
H A Dshell.c25358 sqlite3_int64 iRes = 0; /* Integer result to display if rc2==1 */ in do_meta_command() local
25416 iRes = nArg==3 ? integerValue(azArg[2]) : -1; in do_meta_command()
25417 sqlite3_file_control(p->db, zSchema, SQLITE_FCNTL_SIZE_LIMIT, &iRes); in do_meta_command()
25436 iRes = x; in do_meta_command()
25445 iRes = x; in do_meta_command()
25479 sqlite3_snprintf(sizeof(zBuf), zBuf, "%lld", iRes); in do_meta_command()