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

  /external/curl/src/
tool_formparse.h 28 struct curl_httppost **httppost,
29 struct curl_httppost **last_post,
tool_cfgable.h 150 struct curl_httppost *httppost;
151 struct curl_httppost *last_post;
tool_formparse.c 145 struct curl_httppost **httppost,
146 struct curl_httppost **last_post,
tool_setopt.h 87 struct curl_httppost *httppost);
tool_setopt.c 363 struct curl_httppost *post)
374 struct curl_httppost *pp, *p;
378 DECL1("struct curl_httppost *post%d;", i);
383 DECL0("struct curl_httppost *postend;");
  /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/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/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,
ccsidcurl.c 779 curl_formadd_ccsid(struct curl_httppost * * httppost,
780 struct curl_httppost * * last_post, ...)
1092 curl_formget_ccsid(struct curl_httppost * form, void * arg,
  /external/curl/tests/unit/
unit1308.c 45 struct curl_httppost* post = NULL;
46 struct curl_httppost* last = NULL;
  /external/curl/lib/
formdata.c 77 static struct curl_httppost *
85 struct curl_httppost *parent_post,
86 struct curl_httppost **httppost,
87 struct curl_httppost **last_post)
89 struct curl_httppost *post;
90 post = calloc(1, sizeof(struct curl_httppost));
267 CURLFORMcode FormAdd(struct curl_httppost **httppost,
268 struct curl_httppost **last_post,
274 struct curl_httppost *post = NULL;
740 CURLFORMcode curl_formadd(struct curl_httppost **httppost
    [all...]
formdata.h 75 struct curl_httppost *post,
urldata.h     [all...]
url.c 1092 data->set.httppost = va_arg(param, struct curl_httppost *);
    [all...]
  /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/tests/libtest/
lib554.c 73 struct curl_httppost *formpost=NULL;
74 struct curl_httppost *lastptr=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/include/curl/
curl.h 132 struct curl_httppost { struct
133 struct curl_httppost *next; /* next entry in the list */
143 struct curl_httppost *more; /* if one field name has more than one
    [all...]
typecheck-gcc.h 97 if(!_curl_is_arr((value), struct curl_httppost)) \
189 "curl_easy_setopt expects a struct curl_httppost* argument for this option")
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 138 struct curl_httppost { struct
139 struct curl_httppost *next; /* next entry in the list */
148 struct curl_httppost *more; /* if one field name has more than one
749 /* This points to a linked list of post entries, struct curl_httppost */
    [all...]
typecheck-gcc.h 79 !_curl_is_arr((value), struct curl_httppost)) \
162 "curl_easy_setopt expects a struct curl_httppost* argument for this option")
    [all...]

Completed in 179 milliseconds