Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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()
908 if (rctx->redirection_url == NULL) { /* an error occurred */ in OSSL_HTTP_REQ_CTX_exchange()
1046 * The redirection_url output (freed by caller) parameter is used only for GET.
1048 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url) in OSSL_HTTP_exchange() argument
1057 if (redirection_url != NULL) in OSSL_HTTP_exchange()
1058 *redirection_url = NULL; /* do this beforehand to prevent dbl free */ in OSSL_HTTP_exchange()
1062 if (rctx->redirection_url != NULL) { in OSSL_HTTP_exchange()
1063 if (redirection_url in OSSL_HTTP_exchange()
1130 char *current_url, *redirection_url = NULL; OSSL_HTTP_get() local
[all...]
/third_party/openssl/crypto/http/
H A Dhttp_client.c68 char *redirection_url; /* Location obtained from HTTP status 301/302 */ member
530 rctx->redirection_url = NULL; in OSSL_HTTP_REQ_CTX_nbio()
697 rctx->redirection_url = value; in OSSL_HTTP_REQ_CTX_nbio()
897 if (rctx->redirection_url == NULL) { /* an error occurred */ in OSSL_HTTP_REQ_CTX_exchange()
1035 * The redirection_url output (freed by caller) parameter is used only for GET.
1037 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url) in OSSL_HTTP_exchange() argument
1046 if (redirection_url != NULL) in OSSL_HTTP_exchange()
1047 *redirection_url = NULL; /* do this beforehand to prevent dbl free */ in OSSL_HTTP_exchange()
1051 if (rctx->redirection_url != NULL) { in OSSL_HTTP_exchange()
1052 if (redirection_url in OSSL_HTTP_exchange()
1119 char *current_url, *redirection_url = NULL; OSSL_HTTP_get() local
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dhttp.h77 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url);
/third_party/openssl/include/openssl/
H A Dhttp.h77 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url);

Completed in 7 milliseconds