Home
last modified time | relevance | path

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

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