Searched refs:custom_headers (Results 1 – 3 of 3) sorted by relevance
51 struct curl_slist *custom_headers=NULL; in test() local126 custom_headers = curl_slist_append(custom_headers, in test()128 if(!custom_headers) { in test()132 test_setopt(curl, CURLOPT_RTSPHEADER, custom_headers); in test()142 curl_slist_free_all(custom_headers); in test()143 custom_headers = NULL; in test()164 if(custom_headers) in test()165 curl_slist_free_all(custom_headers); in test()
33 struct curl_slist *custom_headers=NULL; in test() local55 custom_headers = curl_slist_append(custom_headers, "Test-Number: 567"); in test()56 test_setopt(curl, CURLOPT_RTSPHEADER, custom_headers); in test()62 if(custom_headers) in test()63 curl_slist_free_all(custom_headers); in test()
51 struct curl_slist *custom_headers=NULL; in test() local170 if(custom_headers) in test()171 curl_slist_free_all(custom_headers); in test()