HomeSort by relevance Sort by last modified time
    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);
143 curl_slist_free_all(custom_headers);
144 custom_headers = NULL;
165 if(custom_headers)
166 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 645 milliseconds