OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bare_hostname
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/doc/designs/ddd/
ddd-01-conn-blocking.c
53
const char *
bare_hostname
;
local
73
bare_hostname
= BIO_get_conn_hostname(out);
74
if (
bare_hostname
== NULL) {
80
if (SSL_set1_host(ssl,
bare_hostname
) <= 0) {
ddd-02-conn-nonblocking-threads.c
66
const char *
bare_hostname
;
local
103
bare_hostname
= BIO_get_conn_hostname(out);
104
if (
bare_hostname
== NULL) {
111
if (SSL_set1_host(ssl,
bare_hostname
) <= 0) {
ddd-02-conn-nonblocking.c
66
const char *
bare_hostname
;
local
116
bare_hostname
= BIO_get_conn_hostname(out);
117
if (
bare_hostname
== NULL) {
124
if (SSL_set1_host(ssl,
bare_hostname
) <= 0) {
/src/crypto/external/apache2/openssl/dist/demos/http3/
ossl-nghttp3.c
404
const char *
bare_hostname
;
local
418
bare_hostname
= BIO_get_conn_hostname(qconn_bio);
419
if (
bare_hostname
== NULL)
426
if (SSL_set1_host(qconn,
bare_hostname
) <= 0)
430
if (!SSL_set_tlsext_host_name(qconn,
bare_hostname
))
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026