Lines Matching refs:BUFSIZZ
58 #undef BUFSIZZ
59 #define BUFSIZZ 1024*16 macro
986 cbuf = app_malloc(BUFSIZZ, "cbuf"); in s_client_main()
987 sbuf = app_malloc(BUFSIZZ, "sbuf"); in s_client_main()
988 mbuf = app_malloc(BUFSIZZ, "mbuf"); in s_client_main()
2372 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2386 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2398 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2403 BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2405 mbuf_len = BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2422 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2428 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2441 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2455 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2462 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2474 seen = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2485 seen = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2494 seen = BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2522 bytes = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2530 bytes = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2574 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2625 bytes = BIO_read(sbio, (void *)packet, BUFSIZZ); in s_client_main()
2694 bytes = BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2709 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2713 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2718 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2731 mbuf_len = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2755 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2774 mbuf_len = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2849 mbuf_len = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2883 if (!BIO_read_ex(edfile, cbuf, BUFSIZZ, &readbytes)) in s_client_main()
2905 user_data_init(&user_data, con, cbuf, BUFSIZZ, cmdmode); in s_client_main()
3179 k = SSL_read(con, sbuf, BUFSIZZ); in s_client_main()
3249 i = raw_read_stdin(cbuf, BUFSIZZ / 2); in s_client_main()
3265 i = raw_read_stdin(cbuf, BUFSIZZ); in s_client_main()
3313 && BIO_read(sbio, sbuf, BUFSIZZ) > 0); in s_client_main()
3351 OPENSSL_clear_free(cbuf, BUFSIZZ); in s_client_main()
3352 OPENSSL_clear_free(sbuf, BUFSIZZ); in s_client_main()
3353 OPENSSL_clear_free(mbuf, BUFSIZZ); in s_client_main()