Home
last modified time | relevance | path

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

/crypto/http/
A Dhttp_client.c569 rctx->redirection_url = NULL; in OSSL_HTTP_REQ_CTX_nbio()
790 rctx->redirection_url = value; in OSSL_HTTP_REQ_CTX_nbio()
1188 if (redirection_url != NULL) in OSSL_HTTP_exchange()
1193 if (rctx->redirection_url != NULL) { in OSSL_HTTP_exchange()
1194 if (redirection_url == NULL) in OSSL_HTTP_exchange()
1198 *redirection_url = OPENSSL_strdup(rctx->redirection_url); in OSSL_HTTP_exchange()
1279 char *redirection_url; in OSSL_HTTP_get() local
1289 redirection_url = NULL; in OSSL_HTTP_get()
1304 if (resp == NULL && redirection_url != NULL) { in OSSL_HTTP_get()
1309 current_url = redirection_url; in OSSL_HTTP_get()
[all …]

Completed in 13 milliseconds