Lines Matching defs:bytes
264 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
265 int doit(SSL *s_ssl,SSL *c_ssl,long bytes);
280 fprintf(stderr," -bytes <val> - number of bytes to swap between client/server\n");
478 long bytes=256L;
594 else if (strcmp(*argv,"-bytes") == 0)
597 bytes= atol(*(++argv));
598 if (bytes == 0L) bytes=1L;
600 if (argv[0][i-1] == 'k') bytes*=1024L;
601 if (argv[0][i-1] == 'm') bytes*=1024L*1024L;
1011 ret=doit_biopair(s_ssl,c_ssl,bytes,&s_time,&c_time);
1013 ret=doit(s_ssl,c_ssl,bytes);
1020 if ((number > 1) || (bytes > 1L))
1021 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
1127 * BIO_ctrl_pending(bio) number of bytes we can read now
1128 * BIO_ctrl_get_read_request(bio) number of bytes needed to fulfil
1130 * BIO_ctrl_get_write_guarantee(bio) number of bytes we can write now
1343 "BIO_ctrl_get_write_guarantee() bytes");
1350 "C->S relaying: %d bytes\n" :
1351 "S->C relaying: %d bytes\n",
1389 "BIO_ctrl_pending() bytes");
1397 "BIO_nwrite0() bytes");
1403 "C->S relaying: %d bytes\n" :
1404 "S->C relaying: %d bytes\n",