Lines Matching refs:use_ssl

52     int use_ssl;                /* Use HTTPS */  member
393 void *arg, int use_ssl, in http_req_ctx_new() argument
405 rctx->use_ssl = use_ssl; in http_req_ctx_new()
931 static const char *explict_or_default_port(const char *hostserv, const char *port, int use_ssl) in explict_or_default_port() argument
939 port = use_ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in explict_or_default_port()
948 int use_ssl, in http_new_bio() argument
964 port = explict_or_default_port(host, port, use_ssl); in http_new_bio()
1019 int use_ssl, BIO *bio, BIO *rbio, in OSSL_HTTP_open() argument
1026 if (use_ssl && bio_update_fn == NULL) { in OSSL_HTTP_open()
1051 proxy = OSSL_HTTP_adapt_proxy(proxy, no_proxy, server, use_ssl); in OSSL_HTTP_open()
1057 cbio = http_new_bio(server, port, use_ssl, proxy_host, proxy_port); in OSSL_HTTP_open()
1081 cbio = (*bio_update_fn)(cbio, arg, 1 /* connect */, use_ssl != 0); in OSSL_HTTP_open()
1090 bio_update_fn, arg, use_ssl, proxy, server, port, in OSSL_HTTP_open()
1115 use_http_proxy = rctx->proxy != NULL && !rctx->use_ssl; in OSSL_HTTP_set1_request()
1172 rctx->use_ssl ? "s" : "", rctx->server, in OSSL_HTTP_exchange()
1181 rctx->use_ssl ? " violating the protocol" : in OSSL_HTTP_exchange()
1223 int use_ssl; in OSSL_HTTP_get() local
1238 if (!OSSL_HTTP_parse_url(current_url, &use_ssl, NULL /* user */, &host, in OSSL_HTTP_get()
1243 use_ssl, bio, rbio, bio_update_fn, arg, in OSSL_HTTP_get()
1302 const char *path, int use_ssl, in OSSL_HTTP_transfer() argument
1316 use_ssl, bio, rbio, bio_update_fn, arg, in OSSL_HTTP_transfer()