Lines Matching full:fbio

2180             BIO *fbio = BIO_new(BIO_f_buffer());  in s_client_main()  local
2182 if (fbio == NULL) { in s_client_main()
2186 BIO_push(fbio, sbio); in s_client_main()
2189 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2194 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2196 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2197 (void)BIO_flush(fbio); in s_client_main()
2203 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2207 (void)BIO_flush(fbio); in s_client_main()
2208 BIO_pop(fbio); in s_client_main()
2209 BIO_free(fbio); in s_client_main()
2232 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() local
2234 if (fbio == NULL) { in s_client_main()
2238 BIO_push(fbio, sbio); in s_client_main()
2239 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2241 BIO_printf(fbio, ". CAPABILITY\r\n"); in s_client_main()
2242 (void)BIO_flush(fbio); in s_client_main()
2245 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2250 (void)BIO_flush(fbio); in s_client_main()
2251 BIO_pop(fbio); in s_client_main()
2252 BIO_free(fbio); in s_client_main()
2263 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() local
2265 if (fbio == NULL) { in s_client_main()
2269 BIO_push(fbio, sbio); in s_client_main()
2272 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2275 (void)BIO_flush(fbio); in s_client_main()
2276 BIO_pop(fbio); in s_client_main()
2277 BIO_free(fbio); in s_client_main()
2355 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() local
2357 if (fbio == NULL) { in s_client_main()
2361 BIO_push(fbio, sbio); in s_client_main()
2362 BIO_printf(fbio, "STARTTLS\r\n"); in s_client_main()
2363 (void)BIO_flush(fbio); in s_client_main()
2380 if (!BIO_get_buffer_num_lines(fbio) in s_client_main()
2381 && !BIO_pending(fbio) in s_client_main()
2391 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2408 (void)BIO_flush(fbio); in s_client_main()
2409 BIO_pop(fbio); in s_client_main()
2410 BIO_free(fbio); in s_client_main()
2519 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() local
2521 if (fbio == NULL) { in s_client_main()
2525 BIO_push(fbio, sbio); in s_client_main()
2526 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2528 BIO_printf(fbio, "CAPABILITIES\r\n"); in s_client_main()
2529 (void)BIO_flush(fbio); in s_client_main()
2530 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2535 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2540 (void)BIO_flush(fbio); in s_client_main()
2541 BIO_pop(fbio); in s_client_main()
2542 BIO_free(fbio); in s_client_main()
2563 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() local
2565 if (fbio == NULL) { in s_client_main()
2569 BIO_push(fbio, sbio); in s_client_main()
2572 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2583 (void)BIO_flush(fbio); in s_client_main()
2584 BIO_pop(fbio); in s_client_main()
2585 BIO_free(fbio); in s_client_main()