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:custom_headers
(Results
1 - 5
of
5
) sorted by relevance
/third_party/curl/tests/libtest/
H
A
D
lib568.c
53
struct curl_slist *
custom_headers
= NULL;
in test()
local
133
custom_headers
= curl_slist_append(
custom_headers
,
in test()
135
if(!
custom_headers
) {
in test()
139
test_setopt(curl, CURLOPT_RTSPHEADER,
custom_headers
);
in test()
150
curl_slist_free_all(
custom_headers
);
in test()
151
custom_headers
= NULL;
in test()
173
if(
custom_headers
)
in test()
174
curl_slist_free_all(
custom_headers
);
in test()
H
A
D
lib567.c
35
struct curl_slist *
custom_headers
= NULL;
in test()
local
59
custom_headers
= curl_slist_append(
custom_headers
, "Test-Number: 567");
in test()
60
test_setopt(curl, CURLOPT_RTSPHEADER,
custom_headers
);
in test()
66
if(
custom_headers
)
in test()
67
curl_slist_free_all(
custom_headers
);
in test()
H
A
D
lib572.c
53
struct curl_slist *
custom_headers
= NULL;
in test()
local
178
if(
custom_headers
)
in test()
179
curl_slist_free_all(
custom_headers
);
in test()
/third_party/nghttp2/src/
H
A
D
h2load.h
77
nghttp2::Headers
custom_headers
;
member
H
A
D
h2load.cc
2487
config.
custom_headers
.emplace_back(header, value);
in main()
2488
util::inp_strlower(config.
custom_headers
.back().name);
in main()
3021
for (auto &kv : config.
custom_headers
) {
in main()
Completed in 6 milliseconds