HomeSort by relevance Sort by last modified time
    Searched refs:curl_formadd (Results 1 - 12 of 12) sorted by null

  /external/curl/docs/examples/
postit2.c 58 curl_formadd(&formpost,
65 curl_formadd(&formpost,
73 curl_formadd(&formpost,
multi-post.c 47 curl_formadd(&formpost,
54 curl_formadd(&formpost,
61 curl_formadd(&formpost,
  /external/curl/tests/unit/
unit1308.c 50 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");
  /external/curl/tests/libtest/
lib554.c 83 formrc = curl_formadd(&formpost,
93 formrc = curl_formadd(&formpost,
103 printf("curl_formadd(1) = %d\n", (int)formrc);
112 formrc = curl_formadd(&formpost,
120 printf("curl_formadd(1) = %d\n", (int)formrc);
123 formrc = curl_formadd(&formpost,
137 printf("curl_formadd(2) = %d\n", (int)formrc);
140 formrc = curl_formadd(&formpost,
153 printf("curl_formadd(3) = %d\n", (int)formrc);
155 formrc = curl_formadd(&formpost, &lastptr
    [all...]
  /external/google-breakpad/src/common/linux/
http_upload.cc 129 CURLFORMcode (*curl_formadd)(struct curl_httppost **, struct curl_httppost **, ...);
130 *(void**) (&curl_formadd) = dlsym(curl_lib, "curl_formadd");
133 (*curl_formadd)(&formpost, &lastptr,
139 (*curl_formadd)(&formpost, &lastptr,
  /external/curl/src/
tool_formparse.c 138 * This function uses curl_formadd to fulfill it's job. Is heavily based on
257 /* if type == NULL curl_formadd takes care of the problem */
292 if(curl_formadd(httppost, last_post,
295 warnf(config->global, "curl_formadd failed!\n");
325 if(curl_formadd(httppost, last_post,
327 warnf(config->global, "curl_formadd failed, possibly the file %s is "
336 warnf(config->global, "curl_formadd failed!\n");
345 if(curl_formadd(httppost, last_post,
347 warnf(config->global, "curl_formadd failed!\n");
  /external/libmicrohttpd/src/testzzuf/
test_post_form.c 158 curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
160 curl_formadd (&post, &last, CURLFORM_COPYNAME, "project",
  /external/libmicrohttpd/src/testcurl/
test_postform.c 165 curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
167 curl_formadd (&post, &last, CURLFORM_COPYNAME, "project",
  /external/curl/lib/
formdata.c 236 * curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
240 * curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
245 * curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
250 * curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
736 * curl_formadd() is a public API to add a section to the multipart formpost.
741 CURLFORMcode curl_formadd(struct curl_httppost **httppost, function
1583 CURLFORMcode curl_formadd(struct curl_httppost **httppost, function
    [all...]
  /external/curl/include/curl/
curl.h     [all...]
  /external/curl/packages/OS400/
ccsidcurl.c 800 /* A single curl_formadd() call cannot be splitted in several calls to deal
1041 result = curl_formadd(httppost, last_post,
  /external/google-breakpad/src/third_party/curl/
curl.h     [all...]

Completed in 180 milliseconds