Lines Matching defs:formpost
56 struct curl_httppost *formpost = NULL;
83 formrc = curl_formadd(&formpost, &lastptr,
103 formrc = curl_formadd(&formpost,
122 formrc = curl_formadd(&formpost,
137 formrc = curl_formadd(&formpost,
152 curl_formget(formpost, (void *) &formlength, count_chars);
156 formrc = curl_formadd(&formpost,
167 formrc = curl_formadd(&formpost,
186 /* send a multi-part formpost */
187 test_setopt(curl, CURLOPT_HTTPPOST, formpost);
206 /* now cleanup the formpost chain */
207 curl_formfree(formpost);