Searched refs:hhl (Results 1 – 4 of 4) sorted by relevance
/external/curl/tests/libtest/ |
D | lib1527.c | 51 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()
|
D | lib1525.c | 52 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()
|
D | lib1528.c | 32 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()
|
D | lib1526.c | 50 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()
|