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

/external/chromium_org/third_party/openssl/openssl/apps/
H A Ds_time.c98 #undef BUFSIZZ macro
99 #define BUFSIZZ 1024*10 macro
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))
1425 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1434 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1447 BIO_read(sbio,sbuf,BUFSIZZ);
1451 BIO_read(sbio,mbuf,BUFSIZZ);
1453 BIO_read(sbio,sbuf,BUFSIZZ);
[all...]
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_time.c98 #undef BUFSIZZ macro
99 #define BUFSIZZ 1024*10 macro
H A Ds_client.c190 #undef BUFSIZZ macro
191 #define BUFSIZZ 1024*8 macro
653 if ( ((cbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
654 ((sbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
655 ((mbuf=OPENSSL_malloc(BUFSIZZ)) == NULL))
1452 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1461 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1474 BIO_read(sbio,sbuf,BUFSIZZ);
1478 BIO_read(sbio,mbuf,BUFSIZZ);
1480 BIO_read(sbio,sbuf,BUFSIZZ);
[all...]
H A Ds_server.c253 #undef BUFSIZZ macro
254 #define BUFSIZZ 16*1024 macro
255 static int bufsize=BUFSIZZ;

Completed in 88 milliseconds