Home
last modified time | relevance | path

Searched refs:phl (Results 1 – 2 of 2) sorted by relevance

/curl/tests/libtest/
H A Dlib1526.c52 struct curl_slist *hhl = NULL, *phl = NULL, *tmp = NULL; in test()
67 phl = curl_slist_append(phl, "User-Agent: Proxy Agent"); in test()
68 if(!hhl || !phl) { in test()
71 tmp = curl_slist_append(phl, "Expect:"); in test()
75 phl = tmp; in test()
80 test_setopt(curl, CURLOPT_PROXYHEADER, phl); in test()
100 curl_slist_free_all(phl); in test()
H A Dlib1528.c35 struct curl_slist *phl = NULL; in test() local
50 phl = curl_slist_append(phl, "Proxy-User-Agent: Http Agent2"); in test()
59 test_setopt(curl, CURLOPT_PROXYHEADER, phl); in test()
71 curl_slist_free_all(phl); in test()

Completed in 6 milliseconds