Lines Matching refs:bufsiz
2223 size_t bufsiz = 256; /* small buffer for testing */
2225 if (!BIO_new_bio_pair(&server, bufsiz, &server_io, bufsiz))
2227 if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz))
2595 long bufsiz;
2612 bufsiz = count > 40 * 1024 ? 40 * 1024 : count;
2614 if ((cbuf = OPENSSL_zalloc(bufsiz)) == NULL)
2616 if ((sbuf = OPENSSL_zalloc(bufsiz)) == NULL)
2702 j = (cw_num > bufsiz) ? (int)bufsiz : (int)cw_num;
2732 i = BIO_read(c_bio, cbuf, bufsiz);
2769 i = BIO_read(s_bio, sbuf, bufsiz);
2804 j = (sw_num > bufsiz) ? (int)bufsiz : (int)sw_num;