Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c68 char *redirection_url; /* Location obtained from HTTP status 301/302 */ member
541 rctx->redirection_url = NULL; in OSSL_HTTP_REQ_CTX_nbio()
708 rctx->redirection_url = value; in OSSL_HTTP_REQ_CTX_nbio()
921 if (rctx->redirection_url == NULL) { /* an error occurred */ in OSSL_HTTP_REQ_CTX_exchange()
1059 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url) in OSSL_HTTP_exchange() argument
1068 if (redirection_url != NULL) in OSSL_HTTP_exchange()
1069 *redirection_url = NULL; /* do this beforehand to prevent dbl free */ in OSSL_HTTP_exchange()
1073 if (rctx->redirection_url != NULL) { in OSSL_HTTP_exchange()
1074 if (redirection_url == NULL) in OSSL_HTTP_exchange()
1078 *redirection_url = OPENSSL_strdup(rctx->redirection_url); in OSSL_HTTP_exchange()
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dhttp.h78 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url);
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_HTTP_transfer.pod34 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url);
200 If the HTTP method is GET and I<redirection_url>