Home
last modified time | relevance | path

Searched refs:BUFSIZZ (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/apps/openssl/
H A Ds_client.c171 #define BUFSIZZ 1024*8 macro
1259 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
1267 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
1272 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
1291 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
1304 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
1312 seen = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
1658 freezero(cbuf, BUFSIZZ); in s_client_main()
1659 freezero(sbuf, BUFSIZZ); in s_client_main()
1660 freezero(pbuf, BUFSIZZ); in s_client_main()
[all …]
H A Ds_time.c85 #define BUFSIZZ 1024*10 macro
H A Ds_server.c198 #define BUFSIZZ 16*1024 macro
199 static int bufsize = BUFSIZZ;