Searched refs:pHeaderList (Results 1 – 1 of 1) sorted by relevance
56 struct curl_slist *pHeaderList = NULL; in test() local72 pHeaderList = curl_slist_append(pHeaderList, "Expect:"); in test()74 curl_easy_setopt(curl, CURLOPT_HTTPHEADER, pHeaderList); in test()96 curl_slist_free_all(pHeaderList); in test()
Completed in 3 milliseconds