OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bare_hostname
(Results
1 - 7
of
7
) 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-03-fd-blocking.c
50
SSL *new_conn(SSL_CTX *ctx, int fd, const char *
bare_hostname
)
68
if (SSL_set1_host(ssl,
bare_hostname
) <= 0) {
73
if (SSL_set_tlsext_host_name(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) {
ddd-04-fd-nonblocking.c
56
APP_CONN *new_conn(SSL_CTX *ctx, int fd, const char *
bare_hostname
)
82
if (SSL_set1_host(ssl,
bare_hostname
) <= 0) {
88
if (SSL_set_tlsext_host_name(ssl,
bare_hostname
) <= 0) {
ddd-05-mem-nonblocking.c
60
APP_CONN *new_conn(SSL_CTX *ctx, const char *
bare_hostname
)
93
if (SSL_set1_host(ssl,
bare_hostname
) <= 0) {
99
if (SSL_set_tlsext_host_name(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 33 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026