Searched refs:curl_formadd (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dpostit2.c54 curl_formadd(&formpost,
61 curl_formadd(&formpost,
69 curl_formadd(&formpost,
H A Dmulti-post.c44 curl_formadd(&formpost,
51 curl_formadd(&formpost,
58 curl_formadd(&formpost,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/unit/
H A Dunit1308.c50 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name",
53 fail_unless(rc == 0, "curl_formadd returned error");
55 /* after the first curl_formadd when there's a single entry, both pointers
59 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "htmlcode",
63 fail_unless(rc == 0, "curl_formadd returned error");
65 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name_for_ptrcontent",
68 fail_unless(rc == 0, "curl_formadd returned error");
81 rc = curl_formadd(&post, &last,
87 fail_unless(rc == 0, "curl_formadd returned error");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib554.c87 formrc = curl_formadd(&formpost,
96 printf("curl_formadd(1) = %d\n", (int)formrc);
105 formrc = curl_formadd(&formpost,
113 printf("curl_formadd(1) = %d\n", (int)formrc);
116 formrc = curl_formadd(&formpost,
130 printf("curl_formadd(2) = %d\n", (int)formrc);
133 formrc = curl_formadd(&formpost,
146 printf("curl_formadd(3) = %d\n", (int)formrc);
148 formrc = curl_formadd(&formpost, &lastptr,
156 printf("curl_formadd(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/libcurl/
H A DMakefile.am27 curl_formadd.3 curl_formfree.3 curl_getdate.3 curl_getenv.3 \
45 curl_easy_duphandle.html curl_formadd.html curl_formfree.html \
65 curl_easy_duphandle.pdf curl_formadd.pdf curl_formfree.pdf \
H A DMakefile.in371 curl_formadd.3 curl_formfree.3 curl_getdate.3 curl_getenv.3 \
389 curl_easy_duphandle.html curl_formadd.html curl_formfree.html \
409 curl_easy_duphandle.pdf curl_formadd.pdf curl_formfree.pdf \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_formparse.c138 * This function uses curl_formadd to fulfill it's job. Is heavily based on
256 /* if type == NULL curl_formadd takes care of the problem */
291 if(curl_formadd(httppost, last_post,
294 warnf(config, "curl_formadd failed!\n");
324 if(curl_formadd(httppost, last_post,
326 warnf(config, "curl_formadd failed, possibly the file %s is bad!\n",
335 warnf(config, "curl_formadd failed!\n");
344 if(curl_formadd(httppost, last_post,
346 warnf(config, "curl_formadd failed!\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dformdata.c273 * curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
277 * curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
282 * curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
287 * curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
762 * curl_formadd() is a public API to add a section to the multipart formpost.
767 CURLFORMcode curl_formadd(struct curl_httppost **httppost, function
1571 CURLFORMcode curl_formadd(struct curl_httppost **httppost, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/OS400/
H A Dccsidcurl.c803 /* A single curl_formadd() call cannot be splitted in several calls to deal
1036 result = curl_formadd(httppost, last_post,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/include/curl/
H A Dcurl.h1769 /* Returns code for curl_formadd()
1799 * NAME curl_formadd()
1807 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
1827 * Serialize a curl_httppost struct built with curl_formadd().
1839 * Free a multipart formpost previously built with curl_formadd().

Completed in 131 milliseconds