HomeSort by relevance Sort by last modified time
    Searched refs:hhl (Results 1 - 4 of 4) sorted by null

  /external/curl/tests/libtest/
lib1528.c 32 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);
lib1527.c 51 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);
lib1525.c 52 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);
lib1526.c 50 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 56 milliseconds