Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib1522.c56 struct curl_slist *pHeaderList = NULL; in test() local
72 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 4 milliseconds