Searched refs:m_formpost (Results 1 – 1 of 1) sorted by relevance
31 struct curl_httppost *m_formpost = NULL; in test() local39 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