Lines Matching refs:BUFSIZZ
56 #undef BUFSIZZ
57 #define BUFSIZZ 1024*8 macro
915 cbuf = app_malloc(BUFSIZZ, "cbuf"); in s_client_main()
916 sbuf = app_malloc(BUFSIZZ, "sbuf"); in s_client_main()
917 mbuf = app_malloc(BUFSIZZ, "mbuf"); in s_client_main()
2189 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2203 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2215 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2220 BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2222 mbuf_len = BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2239 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2245 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2258 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2272 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2279 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2291 seen = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2302 seen = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2311 seen = BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2339 bytes = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2347 bytes = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2391 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2442 bytes = BIO_read(sbio, (void *)packet, BUFSIZZ); in s_client_main()
2511 bytes = BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2526 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2530 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2535 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2548 mbuf_len = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2572 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2591 mbuf_len = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2666 mbuf_len = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2700 if (!BIO_read_ex(edfile, cbuf, BUFSIZZ, &readbytes)) in s_client_main()
3002 i = raw_read_stdin(cbuf, BUFSIZZ / 2); in s_client_main()
3018 i = raw_read_stdin(cbuf, BUFSIZZ); in s_client_main()
3081 && BIO_read(sbio, sbuf, BUFSIZZ) > 0); in s_client_main()
3118 OPENSSL_clear_free(cbuf, BUFSIZZ); in s_client_main()
3119 OPENSSL_clear_free(sbuf, BUFSIZZ); in s_client_main()
3120 OPENSSL_clear_free(mbuf, BUFSIZZ); in s_client_main()