Lines Matching refs:fbio
2363 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() local
2365 if (fbio == NULL) { in s_client_main()
2369 BIO_push(fbio, sbio); in s_client_main()
2372 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2377 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2379 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2380 (void)BIO_flush(fbio); in s_client_main()
2386 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2390 (void)BIO_flush(fbio); in s_client_main()
2391 BIO_pop(fbio); in s_client_main()
2392 BIO_free(fbio); in s_client_main()
2415 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() local
2417 if (fbio == NULL) { in s_client_main()
2421 BIO_push(fbio, sbio); in s_client_main()
2422 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2424 BIO_printf(fbio, ". CAPABILITY\r\n"); in s_client_main()
2425 (void)BIO_flush(fbio); in s_client_main()
2428 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2433 (void)BIO_flush(fbio); in s_client_main()
2434 BIO_pop(fbio); in s_client_main()
2435 BIO_free(fbio); in s_client_main()
2446 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() local
2448 if (fbio == NULL) { in s_client_main()
2452 BIO_push(fbio, sbio); in s_client_main()
2455 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2458 (void)BIO_flush(fbio); in s_client_main()
2459 BIO_pop(fbio); in s_client_main()
2460 BIO_free(fbio); in s_client_main()
2538 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() local
2540 if (fbio == NULL) { in s_client_main()
2544 BIO_push(fbio, sbio); in s_client_main()
2545 BIO_printf(fbio, "STARTTLS\r\n"); in s_client_main()
2546 (void)BIO_flush(fbio); in s_client_main()
2563 if (!BIO_get_buffer_num_lines(fbio) in s_client_main()
2564 && !BIO_pending(fbio) in s_client_main()
2574 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2591 (void)BIO_flush(fbio); in s_client_main()
2592 BIO_pop(fbio); in s_client_main()
2593 BIO_free(fbio); in s_client_main()
2702 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() local
2704 if (fbio == NULL) { in s_client_main()
2708 BIO_push(fbio, sbio); in s_client_main()
2709 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2711 BIO_printf(fbio, "CAPABILITIES\r\n"); in s_client_main()
2712 (void)BIO_flush(fbio); in s_client_main()
2713 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2718 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2723 (void)BIO_flush(fbio); in s_client_main()
2724 BIO_pop(fbio); in s_client_main()
2725 BIO_free(fbio); in s_client_main()
2746 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() local
2748 if (fbio == NULL) { in s_client_main()
2752 BIO_push(fbio, sbio); in s_client_main()
2755 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2766 (void)BIO_flush(fbio); in s_client_main()
2767 BIO_pop(fbio); in s_client_main()
2768 BIO_free(fbio); in s_client_main()