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:MakeHeaders
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H
A
D
http_request.h
49
static struct curl_slist *
MakeHeaders
(const std::vector<std::string> &vec);
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/include/
H
A
D
fetch_exec.h
57
static struct curl_slist *
MakeHeaders
(const std::vector<std::string> &vec);
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H
A
D
http_request.cpp
115
std::unique_ptr<struct curl_slist, decltype(&curl_slist_free_all)> header(
MakeHeaders
(vec), curl_slist_free_all);
in Request()
170
struct curl_slist *HttpRequest::
MakeHeaders
(const std::vector<std::string> &vec)
in MakeHeaders()
function in OHOS::ACELite::HttpRequest
/foundation/communication/netstack/frameworks/cj/http/include/
H
A
D
net_http_client_exec.h
82
static struct curl_slist *
MakeHeaders
(const std::vector<std::string> &vec);
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H
A
D
fetch_exec.cpp
87
std::unique_ptr<struct curl_slist, decltype(&curl_slist_free_all)> header(
MakeHeaders
(vec), curl_slist_free_all);
in ExecFetch()
310
struct curl_slist *FetchExec::
MakeHeaders
(const std::vector<std::string> &vec)
in MakeHeaders()
function in OHOS::NetStack::Fetch::FetchExec
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/
H
A
D
http_exec.h
111
static struct curl_slist *
MakeHeaders
(const std::vector<std::string> &vec);
/foundation/communication/netstack/frameworks/cj/http/src/
H
A
D
net_http_client_exec.cpp
144
context->SetCurlHeaderList(
MakeHeaders
(vec));
in RequestWithoutCache()
907
struct curl_slist *NetHttpClientExec::
MakeHeaders
(const std::vector<std::string> &vec)
in MakeHeaders()
function in OHOS::NetStack::Http::NetHttpClientExec
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H
A
D
http_exec.cpp
337
context->SetCurlHeaderList(
MakeHeaders
(vec));
in AddCurlHandle()
1425
struct curl_slist *HttpExec::
MakeHeaders
(const std::vector<std::string> &vec)
in AddCurlHandle()
function in OHOS::NetStack::Http::HttpExec
Completed in 10 milliseconds