Lines Matching defs:res
5115 int res;
5134 res = writeFile(context, zFile, argv[1], mode, mtime);
5135 if( res==1 && errno==ENOENT ){
5137 res = writeFile(context, zFile, argv[1], mode, mtime);
5141 if( argc>2 && res!=0 ){
7853 int res;
7856 res = deflate(&str, Z_FINISH);
7857 if( res==Z_STREAM_END ){
13490 int res = p->xSql(p->pSqlCtx, zSql);
13491 if( res ){
13492 recoverError(p, SQLITE_ERROR, "callback returned an error - %d", res);
14209 int res = sqlite3_step(pLaf->pAllPage);
14210 if( res==SQLITE_ROW ){
14562 int res = sqlite3_step(pLaf->pAllAndParent);
14563 if( res==SQLITE_ROW ){
14636 int res =
14639 assert( res==SQLITE_OK );
20304 int res = 0;
20307 res = sqlite3_column_int(pStmt,0);
20310 return res;
20768 int res = -1;
20783 res = zPlan!=0 && ( 0==sqlite3_strglob(zGlob, zPlan)
20789 if( res<0 ){
20794 && (bVerbose || res==0)
20802 if( res==0 ){