Lines Matching full:formpost
73 struct curl_httppost *formpost = NULL;
83 formrc = curl_formadd(&formpost,
93 formrc = curl_formadd(&formpost,
112 formrc = curl_formadd(&formpost,
123 formrc = curl_formadd(&formpost,
140 formrc = curl_formadd(&formpost,
156 formrc = curl_formadd(&formpost, &lastptr,
169 curl_formfree(formpost);
186 /* send a multi-part formpost */
187 test_setopt(curl, CURLOPT_HTTPPOST, formpost);
203 /* now cleanup the formpost chain */
204 curl_formfree(formpost);