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.c71 char *redirection_url; /* Location obtained from HTTP status 301/302 */ member
570 rctx->redirection_url = NULL; in OSSL_HTTP_REQ_CTX_nbio()
791 rctx->redirection_url = value; in OSSL_HTTP_REQ_CTX_nbio()
1042 if (rctx->redirection_url == NULL) { /* an error occurred */ in OSSL_HTTP_REQ_CTX_exchange()
1181 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url) in OSSL_HTTP_exchange() argument
1190 if (redirection_url != NULL) in OSSL_HTTP_exchange()
1191 *redirection_url = NULL; /* do this beforehand to prevent dbl free */ in OSSL_HTTP_exchange()
1195 if (rctx->redirection_url != NULL) { in OSSL_HTTP_exchange()
1196 if (redirection_url == NULL) in OSSL_HTTP_exchange()
1200 *redirection_url = OPENSSL_strdup(rctx->redirection_url); in OSSL_HTTP_exchange()
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dhttp.h87 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);
190 If the HTTP method is GET and I<redirection_url>