Searched refs:phl (Results 1 – 2 of 2) sorted by relevance
52 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()
35 struct curl_slist *phl = NULL; in test() local50 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 5 milliseconds