Searched defs:BUFSIZZ (Results 1 - 3 of 3) sorted by relevance

/external/openssl/apps/
H A Ds_time.c146 #undef BUFSIZZ macro
147 #define BUFSIZZ 1024*10 macro
H A Ds_client.c164 #undef BUFSIZZ macro
165 #define BUFSIZZ 1024*8 macro
372 if ( ((cbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
373 ((sbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
374 ((mbuf=OPENSSL_malloc(BUFSIZZ)) == NULL))
961 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
970 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
983 BIO_read(sbio,sbuf,BUFSIZZ);
987 BIO_read(sbio,mbuf,BUFSIZZ);
989 BIO_read(sbio,sbuf,BUFSIZZ);
[all...]
H A Ds_server.c236 #undef BUFSIZZ macro
237 #define BUFSIZZ 16*1024 macro
238 static int bufsize=BUFSIZZ;

Completed in 20 milliseconds