Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib1598.c62 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 Dlib1527.c53 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 Dlib1528.c34 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 Dlib1525.c54 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 Dlib1591.c81 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 Dlib1526.c52 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 10 milliseconds