Searched refs:fbio (Results 1 – 2 of 2) sorted by relevance
2391 BIO_pop(fbio); in s_client_main()2392 BIO_free(fbio); in s_client_main()2434 BIO_pop(fbio); in s_client_main()2435 BIO_free(fbio); in s_client_main()2459 BIO_pop(fbio); in s_client_main()2460 BIO_free(fbio); in s_client_main()2592 BIO_pop(fbio); in s_client_main()2593 BIO_free(fbio); in s_client_main()2724 BIO_pop(fbio); in s_client_main()2725 BIO_free(fbio); in s_client_main()[all …]
1394 BIO *fbio = BIO_new(BIO_f_buffer()); in OSSL_HTTP_proxy_connect() local1406 if (mbuf == NULL || fbio == NULL) { in OSSL_HTTP_proxy_connect()1410 BIO_push(fbio, bio); in OSSL_HTTP_proxy_connect()1445 BIO_printf(fbio, "\r\n"); in OSSL_HTTP_proxy_connect()1448 if (BIO_flush(fbio) != 0) in OSSL_HTTP_proxy_connect()1451 if (!BIO_should_retry(fbio)) in OSSL_HTTP_proxy_connect()1469 read_len = BIO_gets(fbio, mbuf, BUF_SIZE); in OSSL_HTTP_proxy_connect()1520 if (fbio != NULL) { in OSSL_HTTP_proxy_connect()1521 (void)BIO_flush(fbio); in OSSL_HTTP_proxy_connect()1522 BIO_pop(fbio); in OSSL_HTTP_proxy_connect()[all …]
Completed in 16 milliseconds