Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Ds_client.c2451 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() local
2453 if (fbio == NULL) { in s_client_main()
2457 BIO_push(fbio, sbio); in s_client_main()
2460 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2465 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2467 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2468 (void)BIO_flush(fbio); in s_client_main()
2474 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2478 (void)BIO_flush(fbio); in s_client_main()
2479 BIO_pop(fbio); in s_client_main()
[all …]
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c1437 BIO *fbio = BIO_new(BIO_f_buffer()); in OSSL_HTTP_proxy_connect() local
1449 if (mbuf == NULL || fbio == NULL) { in OSSL_HTTP_proxy_connect()
1453 BIO_push(fbio, bio); in OSSL_HTTP_proxy_connect()
1455 BIO_printf(fbio, "CONNECT %s:%s " HTTP_1_0 "\r\n", server, port); in OSSL_HTTP_proxy_connect()
1461 BIO_printf(fbio, "Proxy-Connection: Keep-Alive\r\n"); in OSSL_HTTP_proxy_connect()
1479 BIO_printf(fbio, "Proxy-Authorization: Basic %s\r\n", proxyauthenc); in OSSL_HTTP_proxy_connect()
1489 BIO_printf(fbio, "\r\n"); in OSSL_HTTP_proxy_connect()
1492 if (BIO_flush(fbio) != 0) in OSSL_HTTP_proxy_connect()
1495 if (!BIO_should_retry(fbio)) in OSSL_HTTP_proxy_connect()
1501 rv = BIO_wait(fbio, max_time, 100 /* milliseconds */); in OSSL_HTTP_proxy_connect()
[all …]
/freebsd/sys/dev/fb/
H A Dfb_if.m2 #include <sys/fbio.h>
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc414 /* Entries from file: dev/sun/fbio.h */
/freebsd/contrib/ncurses/
H A Daclocal.m410057 #include <sys/fbio.h>