OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:custom_headers
(Results
1 - 3
of
3
) sorted by null
/external/curl/tests/libtest/
lib567.c
33
struct curl_slist *
custom_headers
=NULL;
local
55
custom_headers
= curl_slist_append(
custom_headers
, "Test-Number: 567");
56
test_setopt(curl, CURLOPT_RTSPHEADER,
custom_headers
);
62
if(
custom_headers
)
63
curl_slist_free_all(
custom_headers
);
lib568.c
51
struct curl_slist *
custom_headers
=NULL;
local
126
custom_headers
= curl_slist_append(
custom_headers
,
128
if(!
custom_headers
) {
132
test_setopt(curl, CURLOPT_RTSPHEADER,
custom_headers
);
142
curl_slist_free_all(
custom_headers
);
143
custom_headers
= NULL;
164
if(
custom_headers
)
165
curl_slist_free_all(
custom_headers
);
lib572.c
51
struct curl_slist *
custom_headers
=NULL;
local
170
if(
custom_headers
)
171
curl_slist_free_all(
custom_headers
);
Completed in 8993 milliseconds