Lines Matching refs:zResult
110 char zResult[3000]; /* Text of the current result */ member
514 char *zResult = 0; in speedtest1_once() local
532 if( z ) zResult = sqlite3_mprintf("%s", z); in speedtest1_once()
538 return zResult; in speedtest1_once()
611 if( g.nResult+len<sizeof(g.zResult)-2 ){ in speedtest1_run()
612 if( g.nResult>0 ) g.zResult[g.nResult++] = ' '; in speedtest1_run()
613 memcpy(g.zResult + g.nResult, z, len+1); in speedtest1_run()
1525 aCheck[i] = atoi(g.zResult); in testset_rtree()
1538 if( aCheck[i]!=atoi(g.zResult) ){ in testset_rtree()
1540 i, i*iStep, (i+1)*iStep, aCheck[i], atoi(g.zResult)); in testset_rtree()
1554 aCheck[i] = atoi(g.zResult); in testset_rtree()
1567 if( aCheck[i]!=atoi(g.zResult) ){ in testset_rtree()
1569 i, i*iStep, (i+1)*iStep, aCheck[i], atoi(g.zResult)); in testset_rtree()
1585 if( aCheck[i]!=atoi(g.zResult) ){ in testset_rtree()
1587 i, i*iStep, (i+1)*iStep, aCheck[i], atoi(g.zResult)); in testset_rtree()
1601 aCheck[i] = atoi(g.zResult); in testset_rtree()
1631 aCheck[i] = atoi(g.zResult); in testset_rtree()
1652 aCheck[i] = atoi(g.zResult); in testset_rtree()