Searched refs:hhl (Results 1 – 6 of 6) sorted by relevance
/curl/tests/libtest/ |
H A D | lib1598.c | 62 struct curl_slist *hhl = NULL, *list; in test() local 77 hhl = curl_slist_append(hhl, "Trailer: my-super-awesome-trailer," in test() 79 if(!hhl) in test() 81 if(hhl) { in test() 82 list = curl_slist_append(hhl, "Transfer-Encoding: chunked"); in test() 85 hhl = list; in test() 89 test_setopt(curl, CURLOPT_HTTPHEADER, hhl); in test() 102 curl_slist_free_all(hhl); in test()
|
H A D | lib1527.c | 53 struct curl_slist *hhl = NULL, *tmp = NULL; in test() local 67 hhl = curl_slist_append(hhl, "User-Agent: Http Agent"); in test() 68 if(!hhl) { in test() 71 tmp = curl_slist_append(hhl, "Expect: 100-continue"); in test() 75 hhl = tmp; in test() 79 test_setopt(curl, CURLOPT_HTTPHEADER, hhl); in test() 97 curl_slist_free_all(hhl); in test()
|
H A D | lib1528.c | 34 struct curl_slist *hhl = NULL; in test() local 49 hhl = curl_slist_append(hhl, "User-Agent: Http Agent"); in test() 52 if(!hhl) { in test() 58 test_setopt(curl, CURLOPT_HTTPHEADER, hhl); in test() 70 curl_slist_free_all(hhl); in test()
|
H A D | lib1525.c | 54 struct curl_slist *hhl = NULL; in test() local 68 hhl = curl_slist_append(hhl, "User-Agent: Http Agent"); in test() 70 if(!hhl) { in test() 76 test_setopt(curl, CURLOPT_HTTPHEADER, hhl); in test() 77 test_setopt(curl, CURLOPT_PROXYHEADER, hhl); in test() 95 curl_slist_free_all(hhl); in test()
|
H A D | lib1591.c | 81 struct curl_slist *hhl = NULL; in test() local 96 hhl = curl_slist_append(hhl, "Trailer: my-super-awesome-trailer," in test() 98 if(!hhl) { in test() 103 test_setopt(curl, CURLOPT_HTTPHEADER, hhl); in test() 115 curl_slist_free_all(hhl); in test()
|
H A D | lib1526.c | 52 struct curl_slist *hhl = NULL, *phl = NULL, *tmp = NULL; in test() local 66 hhl = curl_slist_append(hhl, "User-Agent: Http Agent"); in test() 68 if(!hhl || !phl) { in test() 79 test_setopt(curl, CURLOPT_HTTPHEADER, hhl); in test() 98 curl_slist_free_all(hhl); in test()
|
Completed in 9 milliseconds