Searched refs:formpost (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dpostit2.c46 struct curl_httppost *formpost=NULL; local
54 curl_formadd(&formpost,
61 curl_formadd(&formpost,
69 curl_formadd(&formpost,
85 curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost);
97 /* then cleanup the formpost chain */
98 curl_formfree(formpost);
H A Dmulti-post.c23 * to do a multipart formpost without "blocking". */
37 struct curl_httppost *formpost=NULL; local
44 curl_formadd(&formpost,
51 curl_formadd(&formpost,
58 curl_formadd(&formpost,
77 curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost);
141 /* then cleanup the formpost chain */
142 curl_formfree(formpost);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib554.c73 struct curl_httppost *formpost=NULL; local
87 formrc = curl_formadd(&formpost,
105 formrc = curl_formadd(&formpost,
116 formrc = curl_formadd(&formpost,
133 formrc = curl_formadd(&formpost,
148 formrc = curl_formadd(&formpost, &lastptr,
160 curl_formfree(formpost);
177 /* send a multi-part formpost */
178 test_setopt(curl, CURLOPT_HTTPPOST, formpost);
195 /* now cleanup the formpost chai
[all...]

Completed in 35 milliseconds