Searched refs:custom_headers (Results 1 – 3 of 3) sorted by relevance
51 struct curl_slist *custom_headers = NULL; in test() local130 custom_headers = curl_slist_append(custom_headers, in test()132 if(!custom_headers) { in test()136 test_setopt(curl, CURLOPT_RTSPHEADER, custom_headers); in test()147 curl_slist_free_all(custom_headers); in test()148 custom_headers = NULL; in test()170 if(custom_headers) in test()171 curl_slist_free_all(custom_headers); in test()
33 struct curl_slist *custom_headers = NULL; in test() local56 custom_headers = curl_slist_append(custom_headers, "Test-Number: 567"); in test()57 test_setopt(curl, CURLOPT_RTSPHEADER, custom_headers); in test()63 if(custom_headers) in test()64 curl_slist_free_all(custom_headers); in test()
51 struct curl_slist *custom_headers = NULL; in test() local176 if(custom_headers) in test()177 curl_slist_free_all(custom_headers); in test()