Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib1522.c52 struct curl_slist *pHeaderList = NULL; in test() local
62 pHeaderList = curl_slist_append(pHeaderList, "Expect:"); in test()
64 curl_easy_setopt(pCurl, CURLOPT_HTTPHEADER, pHeaderList); in test()
85 curl_slist_free_all(pHeaderList); in test()