Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib1545.c31 struct curl_httppost *m_formpost = NULL; in test() local
39 curl_formadd(&m_formpost, &lastptr, CURLFORM_COPYNAME, "file", in test()
41 curl_easy_setopt(eh, CURLOPT_HTTPPOST, m_formpost); in test()
50 curl_formfree(m_formpost); in test()

Completed in 4 milliseconds