Home
last modified time | relevance | path

Searched refs:fbio (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Ds_client.c2180 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()
2232 BIO *fbio = BIO_new(BIO_f_buffer()); s_client_main() local
2263 BIO *fbio = BIO_new(BIO_f_buffer()); s_client_main() local
2355 BIO *fbio = BIO_new(BIO_f_buffer()); s_client_main() local
2519 BIO *fbio = BIO_new(BIO_f_buffer()); s_client_main() local
2563 BIO *fbio = BIO_new(BIO_f_buffer()); s_client_main() local
[all...]
/third_party/openssl/apps/
H A Ds_client.c2180 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()
2232 BIO *fbio = BIO_new(BIO_f_buffer()); s_client_main() local
2263 BIO *fbio = BIO_new(BIO_f_buffer()); s_client_main() local
2355 BIO *fbio = BIO_new(BIO_f_buffer()); s_client_main() local
2519 BIO *fbio = BIO_new(BIO_f_buffer()); s_client_main() local
2563 BIO *fbio = BIO_new(BIO_f_buffer()); s_client_main() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c1306 BIO *fbio = BIO_new(BIO_f_buffer()); in OSSL_HTTP_proxy_connect() local
1318 if (mbuf == NULL || fbio == NULL) { in OSSL_HTTP_proxy_connect()
1322 BIO_push(fbio, bio); in OSSL_HTTP_proxy_connect()
1324 BIO_printf(fbio, "CONNECT %s:%s "HTTP_1_0"\r\n", server, port); in OSSL_HTTP_proxy_connect()
1330 BIO_printf(fbio, "Proxy-Connection: Keep-Alive\r\n"); in OSSL_HTTP_proxy_connect()
1347 BIO_printf(fbio, "Proxy-Authorization: Basic %s\r\n", proxyauthenc); in OSSL_HTTP_proxy_connect()
1357 BIO_printf(fbio, "\r\n"); in OSSL_HTTP_proxy_connect()
1360 if (BIO_flush(fbio) != 0) in OSSL_HTTP_proxy_connect()
1363 if (!BIO_should_retry(fbio)) in OSSL_HTTP_proxy_connect()
1369 rv = BIO_wait(fbio, max_tim in OSSL_HTTP_proxy_connect()
[all...]
/third_party/openssl/crypto/http/
H A Dhttp_client.c1295 BIO *fbio = BIO_new(BIO_f_buffer()); in OSSL_HTTP_proxy_connect() local
1307 if (mbuf == NULL || fbio == NULL) { in OSSL_HTTP_proxy_connect()
1311 BIO_push(fbio, bio); in OSSL_HTTP_proxy_connect()
1313 BIO_printf(fbio, "CONNECT %s:%s "HTTP_1_0"\r\n", server, port); in OSSL_HTTP_proxy_connect()
1319 BIO_printf(fbio, "Proxy-Connection: Keep-Alive\r\n"); in OSSL_HTTP_proxy_connect()
1336 BIO_printf(fbio, "Proxy-Authorization: Basic %s\r\n", proxyauthenc); in OSSL_HTTP_proxy_connect()
1346 BIO_printf(fbio, "\r\n"); in OSSL_HTTP_proxy_connect()
1349 if (BIO_flush(fbio) != 0) in OSSL_HTTP_proxy_connect()
1352 if (!BIO_should_retry(fbio)) in OSSL_HTTP_proxy_connect()
1358 rv = BIO_wait(fbio, max_tim in OSSL_HTTP_proxy_connect()
[all...]

Completed in 12 milliseconds