Searched refs:fbio (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | s_client.c | 1410 BIO *fbio = BIO_new(BIO_f_buffer()); in MAIN() local 1411 BIO_push(fbio, sbio); in MAIN() 1415 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ); in MAIN() 1419 BIO_printf(fbio,"EHLO openssl.client.net\r\n"); in MAIN() 1420 (void)BIO_flush(fbio); in MAIN() 1424 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ); in MAIN() 1429 (void)BIO_flush(fbio); in MAIN() 1430 BIO_pop(fbio); in MAIN() 1431 BIO_free(fbio); in MAIN() 1448 BIO *fbio = BIO_new(BIO_f_buffer()); in MAIN() local [all …]
|
/external/openssl/apps/ |
D | s_client.c | 1431 BIO *fbio = BIO_new(BIO_f_buffer()); in MAIN() local 1432 BIO_push(fbio, sbio); in MAIN() 1436 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ); in MAIN() 1440 BIO_printf(fbio,"EHLO openssl.client.net\r\n"); in MAIN() 1441 (void)BIO_flush(fbio); in MAIN() 1445 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ); in MAIN() 1450 (void)BIO_flush(fbio); in MAIN() 1451 BIO_pop(fbio); in MAIN() 1452 BIO_free(fbio); in MAIN() 1469 BIO *fbio = BIO_new(BIO_f_buffer()); in MAIN() local [all …]
|
/external/qemu/distrib/sdl-1.2.15/ |
D | configure.in | 1427 #include <sys/fbio.h>
|