HomeSort by relevance Sort by last modified time
    Searched full:curl_httppost (Results 1 - 25 of 36) sorted by null

1 2

  /external/curl/src/
tool_formparse.h 28 struct curl_httppost **httppost,
29 struct curl_httppost **last_post,
tool_easysrc.h 35 extern int easysrc_form_count; /* Number of curl_httppost variables */
tool_setopt.c 376 struct curl_httppost *post)
387 struct curl_httppost *pp, *p;
391 DECL1("struct curl_httppost *post%d;", i);
396 DECL0("struct curl_httppost *postend;");
tool_setopt.h 90 struct curl_httppost *httppost);
tool_cfgable.h 165 struct curl_httppost *httppost;
166 struct curl_httppost *last_post;
tool_formparse.c 145 struct curl_httppost **httppost,
146 struct curl_httppost **last_post,
  /external/google-breakpad/src/common/linux/
libcurl_wrapper.h 74 struct curl_httppost *formpost_;
75 struct curl_httppost *lastptr_;
80 CURLFORMcode (*formadd_)(struct curl_httppost **,
81 struct curl_httppost **, ...);
88 void (*formfree_)(struct curl_httppost *);
http_upload.cc 126 struct curl_httppost *formpost = NULL;
127 struct curl_httppost *lastptr = NULL;
129 CURLFORMcode (*curl_formadd)(struct curl_httppost **, struct curl_httppost **, ...);
186 void (*curl_formfree)(struct curl_httppost *);
libcurl_wrapper.cc 214 CURLFORMcode(*)(curl_httppost**, curl_httppost**, ...));
237 void(*)(curl_httppost*));
  /external/curl/packages/OS400/
ccsidcurl.h 55 CURL_EXTERN CURLFORMcode curl_formadd_ccsid(struct curl_httppost * * httppost,
56 struct curl_httppost * * last_post,
59 CURL_EXTERN int curl_formget_ccsid(struct curl_httppost * form, void * arg,
curl.inc.in     [all...]
  /external/curl/tests/data/
test1135 33 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
34 CURL_EXTERN int curl_formget(struct curl_httppost *form, void *arg,
35 CURL_EXTERN void curl_formfree(struct curl_httppost *form);
test1404 103 struct curl_httppost *post1;
104 struct curl_httppost *postend;
  /external/libmicrohttpd/src/testzzuf/
test_post_form.c 152 static struct curl_httppost *
155 struct curl_httppost *post = NULL;
156 struct curl_httppost *last = NULL;
174 struct curl_httppost *pd;
225 struct curl_httppost *pd;
284 struct curl_httppost *pd;
  /external/curl/docs/libcurl/
curl_formget.3 29 int curl_formget(struct curl_httppost * form, void *userp,
59 size_t print_httppost(struct curl_httppost *post)
curl_formfree.3 28 .BI "void curl_formfree(struct curl_httppost *" form);
curl_formadd.3 28 .BI "CURLFORMcode curl_formadd(struct curl_httppost ** " firstitem,
29 .BI "struct curl_httppost ** " lastitem, " ...);"
179 struct curl_httppost* post = NULL;
180 struct curl_httppost* last = NULL;
  /external/curl/docs/libcurl/opts/
CURLOPT_HTTPPOST.3 31 struct curl_httppost *formpost);
35 Pass a pointer to a linked list of curl_httppost structs as parameter. The
  /external/curl/tests/unit/
unit1308.c 45 struct curl_httppost *post = NULL;
46 struct curl_httppost *last = NULL;
  /external/libmicrohttpd/src/testcurl/
test_postform.c 159 static struct curl_httppost *
162 struct curl_httppost *post = NULL;
163 struct curl_httppost *last = NULL;
181 struct curl_httppost *pd;
237 struct curl_httppost *pd;
293 struct curl_httppost *pd;
359 struct curl_httppost *pd;
  /external/curl/docs/examples/
postit2.c 50 struct curl_httppost *formpost=NULL;
51 struct curl_httppost *lastptr=NULL;
multi-post.c 40 struct curl_httppost *formpost=NULL;
41 struct curl_httppost *lastptr=NULL;
  /external/curl/lib/
formdata.c 78 static struct curl_httppost *
86 struct curl_httppost *parent_post,
87 struct curl_httppost **httppost,
88 struct curl_httppost **last_post)
90 struct curl_httppost *post;
91 post = calloc(1, sizeof(struct curl_httppost));
268 CURLFORMcode FormAdd(struct curl_httppost **httppost,
269 struct curl_httppost **last_post,
275 struct curl_httppost *post = NULL;
741 CURLFORMcode curl_formadd(struct curl_httppost **httppost
    [all...]
formdata.h 76 struct curl_httppost *post,
  /external/curl/tests/libtest/
lib554.c 73 struct curl_httppost *formpost=NULL;
74 struct curl_httppost *lastptr=NULL;

Completed in 806 milliseconds

1 2