Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:redirection_url
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/http/
H
A
D
http_client.c
68
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
D
http_client.c
68
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
D
http.h
77
BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **
redirection_url
);
/third_party/openssl/include/openssl/
H
A
D
http.h
77
BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **
redirection_url
);
Completed in 7 milliseconds