Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c68 char *redirection_url; /* Location obtained from HTTP status 301/302 */ member
1059 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url) in OSSL_HTTP_exchange()
1141 char *current_url, *redirection_url = NULL; in OSSL_HTTP_get() local