Home
last modified time | relevance | path

Searched refs:redirection_url (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/http/
H A Dhttp_client.c563 rctx->redirection_url = NULL; in OSSL_HTTP_REQ_CTX_nbio()
755 rctx->redirection_url = value; in OSSL_HTTP_REQ_CTX_nbio()
1145 if (redirection_url != NULL) in OSSL_HTTP_exchange()
1150 if (rctx->redirection_url != NULL) { in OSSL_HTTP_exchange()
1151 if (redirection_url == NULL) in OSSL_HTTP_exchange()
1155 *redirection_url = OPENSSL_strdup(rctx->redirection_url); in OSSL_HTTP_exchange()
1236 char *redirection_url; in OSSL_HTTP_get() local
1246 redirection_url = NULL; in OSSL_HTTP_get()
1261 if (resp == NULL && redirection_url != NULL) { in OSSL_HTTP_get()
1266 current_url = redirection_url; in OSSL_HTTP_get()
[all …]
/openssl/include/openssl/
H A Dhttp.h82 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url);
/openssl/doc/man3/
H A DOSSL_HTTP_transfer.pod34 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url);
210 If the HTTP method is GET and I<redirection_url>

Completed in 15 milliseconds