Searched refs:nConn (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_time.c351 int nConn = 0; local
438 nConn += 1;
463 nConn, totalTime, ((double)nConn / totalTime), bytes_read);
466 nConn, (long)time(NULL) - finishtime + maxTime, bytes_read / nConn);
495 nConn = 0;
533 nConn += 1;
554 nConn, totalTime, ((double)nConn / totalTim
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_time.c351 int nConn = 0; local
438 nConn += 1;
463 nConn, totalTime, ((double)nConn / totalTime), bytes_read);
466 nConn, (long)time(NULL) - finishtime + maxTime, bytes_read / nConn);
495 nConn = 0;
533 nConn += 1;
554 nConn, totalTime, ((double)nConn / totalTim
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_time.c442 int nConn = 0; local
532 nConn += 1;
556 printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTime),bytes_read);
557 printf( "%d connections in %ld real seconds, %ld bytes read per connection\n",nConn,(long)time(NULL)-finishtime+maxTime,bytes_read/nConn);
586 nConn = 0;
625 nConn += 1;
646 printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTim
[all...]

Completed in 162 milliseconds