Lines Matching refs:cbuf
1973 char cbuf[1024 * 8]; in doit_localhost() local
1977 memset(cbuf, 0, sizeof(cbuf)); in doit_localhost()
1987 if (cw_num > (long)sizeof(cbuf)) in doit_localhost()
1988 i = sizeof(cbuf); in doit_localhost()
1991 r = BIO_write(c_ssl_bio, cbuf, i); in doit_localhost()
2017 r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf)); in doit_localhost()
2235 char cbuf[1024 * 8]; in doit_biopair() local
2239 memset(cbuf, 0, sizeof(cbuf)); in doit_biopair()
2249 if (cw_num > (long)sizeof(cbuf)) in doit_biopair()
2250 i = sizeof(cbuf); in doit_biopair()
2253 r = BIO_write(c_ssl_bio, cbuf, i); in doit_biopair()
2279 r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf)); in doit_biopair()
2537 char *cbuf = NULL, *sbuf = NULL; in doit() local
2557 if ((cbuf = OPENSSL_zalloc(bufsiz)) == NULL) in doit()
2646 i = BIO_write(c_bio, cbuf, j); in doit()
2675 i = BIO_read(c_bio, cbuf, bufsiz); in doit()
2806 OPENSSL_free(cbuf); in doit()