Searched refs:BUFSIZZ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/apps/
H A Ds_client.c190 #undef BUFSIZZ macro
191 #define BUFSIZZ 1024*8 macro
647 if ( ((cbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
648 ((sbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
649 ((mbuf=OPENSSL_malloc(BUFSIZZ)) == NULL))
1415 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1424 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1437 BIO_read(sbio,sbuf,BUFSIZZ);
1441 BIO_read(sbio,mbuf,BUFSIZZ);
1443 BIO_read(sbio,sbuf,BUFSIZZ);
[all...]
H A Ds_time.c98 #undef BUFSIZZ macro
99 #define BUFSIZZ 1024*10 macro
H A Ds_server.c253 #undef BUFSIZZ macro
254 #define BUFSIZZ 16*1024 macro
255 static int bufsize=BUFSIZZ;
/external/openssl/apps/
H A Ds_client.c190 #undef BUFSIZZ macro
191 #define BUFSIZZ 1024*8 macro
649 if ( ((cbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
650 ((sbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
651 ((mbuf=OPENSSL_malloc(BUFSIZZ)) == NULL))
1436 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1445 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1458 BIO_read(sbio,sbuf,BUFSIZZ);
1462 BIO_read(sbio,mbuf,BUFSIZZ);
1464 BIO_read(sbio,sbuf,BUFSIZZ);
[all...]
H A Ds_time.c98 #undef BUFSIZZ macro
99 #define BUFSIZZ 1024*10 macro
H A Ds_server.c253 #undef BUFSIZZ macro
254 #define BUFSIZZ 16*1024 macro
255 static int bufsize=BUFSIZZ;

Completed in 121 milliseconds