Home
last modified time | relevance | path

Searched refs:fbio (Results 1 – 2 of 2) sorted by relevance

/openssl-master/apps/
A Ds_client.c2176 BIO_pop(fbio); in s_client_main()
2177 BIO_free(fbio); in s_client_main()
2215 BIO_pop(fbio); in s_client_main()
2216 BIO_free(fbio); in s_client_main()
2236 BIO_pop(fbio); in s_client_main()
2237 BIO_free(fbio); in s_client_main()
2371 BIO_pop(fbio); in s_client_main()
2372 BIO_free(fbio); in s_client_main()
2499 BIO_pop(fbio); in s_client_main()
2500 BIO_free(fbio); in s_client_main()
[all …]
/openssl-master/crypto/http/
A Dhttp_client.c1219 BIO *fbio = BIO_new(BIO_f_buffer()); in OSSL_HTTP_proxy_connect() local
1231 if (mbuf == NULL || fbio == NULL) { in OSSL_HTTP_proxy_connect()
1235 BIO_push(fbio, bio); in OSSL_HTTP_proxy_connect()
1270 BIO_printf(fbio, "\r\n"); in OSSL_HTTP_proxy_connect()
1273 if (BIO_flush(fbio) != 0) in OSSL_HTTP_proxy_connect()
1276 if (!BIO_should_retry(fbio)) in OSSL_HTTP_proxy_connect()
1294 read_len = BIO_gets(fbio, mbuf, BUF_SIZE); in OSSL_HTTP_proxy_connect()
1343 if (fbio != NULL) { in OSSL_HTTP_proxy_connect()
1344 (void)BIO_flush(fbio); in OSSL_HTTP_proxy_connect()
1345 BIO_pop(fbio); in OSSL_HTTP_proxy_connect()
[all …]

Completed in 13 milliseconds