Home | History | Annotate | Download | only in libtest

Lines Matching full:formpost

60   struct curl_httppost *formpost = NULL;
86 formrc = curl_formadd(&formpost, &lastptr,
104 formrc = curl_formadd(&formpost,
123 formrc = curl_formadd(&formpost,
138 formrc = curl_formadd(&formpost,
153 curl_formget(formpost, (void *) &formlength, count_chars);
157 formrc = curl_formadd(&formpost,
168 formrc = curl_formadd(&formpost,
187 /* send a multi-part formpost */
188 test_setopt(curl, CURLOPT_HTTPPOST, formpost);
204 /* now cleanup the formpost chain */
205 curl_formfree(formpost);