Home
last modified time | relevance | path

Searched refs:curl_formget (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/tests/unit/
H A Dunit1308.c73 rc = curl_formget(post, &total_size, print_httppost_callback);
75 fail_unless(rc == 0, "curl_formget returned error");
77 fail_unless(total_size == 518, "curl_formget got wrong size back");
92 rc = curl_formget(post, &total_size, print_httppost_callback);
93 fail_unless(rc == 0, "curl_formget returned error");
94 fail_unless(total_size == 899, "curl_formget got wrong size back");
/third_party/curl/tests/libtest/
H A Dlib650.c39 /* curl_formget callback to count characters. */
152 curl_formget(formpost, (void *) &formlength, count_chars); in test()
/third_party/curl/lib/
H A Dformdata.c706 * curl_formget()
712 int curl_formget(struct curl_httppost *form, void *arg, in curl_formget() function
943 int curl_formget(struct curl_httppost *form, void *arg, in curl_formget() function
/third_party/curl/packages/OS400/
H A Dccsidcurl.c1061 return curl_formget(form, (void *) &lcfc, Curl_formget_callback_ccsid); in curl_formget_ccsid()
/third_party/curl/include/curl/
H A Dcurl.h2586 * callback function for curl_formget()
2588 * curl_formget().
2597 * NAME curl_formget()
2607 curl_formget(struct curl_httppost *form, void *arg,

Completed in 11 milliseconds