Searched refs:hhl (Results 1 - 4 of 4) sorted by relevance

/external/curl/tests/libtest/
H A Dlib1528.c32 struct curl_slist *hhl = NULL; local
46 hhl = curl_slist_append(hhl, "User-Agent: Http Agent");
49 if(!hhl) {
55 test_setopt(curl, CURLOPT_HTTPHEADER, hhl);
67 curl_slist_free_all(hhl);
H A Dlib1527.c51 struct curl_slist *hhl = NULL, *tmp = NULL; local
64 hhl = curl_slist_append(hhl, "User-Agent: Http Agent");
65 if(!hhl) {
68 tmp = curl_slist_append(hhl, "Expect: 100-continue");
72 hhl = tmp;
76 test_setopt(curl, CURLOPT_HTTPHEADER, hhl);
94 curl_slist_free_all(hhl);
H A Dlib1525.c52 struct curl_slist *hhl = NULL; local
65 hhl = curl_slist_append(hhl, "User-Agent: Http Agent");
67 if(!hhl) {
73 test_setopt(curl, CURLOPT_HTTPHEADER, hhl);
74 test_setopt(curl, CURLOPT_PROXYHEADER, hhl);
92 curl_slist_free_all(hhl);
H A Dlib1526.c50 struct curl_slist *hhl = NULL, *phl = NULL, *tmp = NULL; local
63 hhl = curl_slist_append(hhl, "User-Agent: Http Agent");
65 if(!hhl || !phl) {
76 test_setopt(curl, CURLOPT_HTTPHEADER, hhl);
95 curl_slist_free_all(hhl);

Completed in 126 milliseconds