Lines Matching defs:bytes
617 long bytes, clock_t *s_time, clock_t *c_time);
618 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time,
620 int doit(SSL *s_ssl, SSL *c_ssl, long bytes);
633 " -bytes <val> - number of bytes to swap between client/server\n");
902 long bytes = 256L;
1038 } else if (strcmp(*argv, "-bytes") == 0) {
1041 bytes = atol(*(++argv));
1042 if (bytes == 0L)
1043 bytes = 1L;
1046 bytes *= 1024L;
1048 bytes *= 1024L * 1024L;
1785 BIO_printf(bio_stdout, "Doing handshakes=%d bytes=%ld\n", number, bytes);
1802 ret = doit(s_ssl, c_ssl, bytes);
1805 ret = doit_biopair(s_ssl, c_ssl, bytes, &s_time, &c_time);
1810 bytes, &s_time, &c_time);
1814 bytes, &s_time, &c_time);
2273 * BIO_ctrl_pending(bio) number of bytes we can read now
2274 * BIO_ctrl_get_read_request(bio) number of bytes needed to fulfill
2276 * BIO_ctrl_get_write_guarantee(bio) number of bytes we can write now
2471 "BIO_ctrl_get_write_guarantee() bytes");
2478 "C->S relaying: %d bytes\n" :
2479 "S->C relaying: %d bytes\n", (int)num);
2515 "BIO_ctrl_pending() bytes");
2522 "BIO_nwrite0() bytes");
2528 "C->S relaying: %d bytes\n" :
2529 "S->C relaying: %d bytes\n", (int)num);