/external/google-breakpad/src/common/linux/ |
D | 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 *);
|
D | http_upload.cc | 126 struct curl_httppost *formpost = NULL; in SendRequest() 127 struct curl_httppost *lastptr = NULL; in SendRequest() 129 CURLFORMcode (*curl_formadd)(struct curl_httppost **, struct curl_httppost **, ...); in SendRequest() 186 void (*curl_formfree)(struct curl_httppost *); in SendRequest()
|
D | libcurl_wrapper.cc | 214 CURLFORMcode(*)(curl_httppost**, curl_httppost**, ...)); in SetFunctionPointers() 237 void(*)(curl_httppost*)); in SetFunctionPointers()
|
/external/curl/lib/ |
D | formdata.c | 67 static struct curl_httppost * 75 struct curl_httppost *parent_post, in AddHttpPost() 76 struct curl_httppost **httppost, in AddHttpPost() 77 struct curl_httppost **last_post) in AddHttpPost() 79 struct curl_httppost *post; in AddHttpPost() 80 post = calloc(1, sizeof(struct curl_httppost)); in AddHttpPost() 203 CURLFORMcode FormAdd(struct curl_httppost **httppost, in FormAdd() 204 struct curl_httppost **last_post, in FormAdd() 210 struct curl_httppost *post = NULL; in FormAdd() 693 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() [all …]
|
D | formdata.h | 48 struct curl_httppost *post,
|
D | urldata.h | 1579 struct curl_httppost *httppost; /* linked list of old POST data */
|
D | setopt.c | 620 data->set.httppost = va_arg(param, struct curl_httppost *); in vsetopt()
|
/external/curl/packages/OS400/ |
D | 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,
|
D | ccsidcurl.c | 787 curl_formadd_ccsid(struct curl_httppost * * httppost, in curl_formadd_ccsid() 788 struct curl_httppost * * last_post, ...) in curl_formadd_ccsid() 1100 curl_formget_ccsid(struct curl_httppost * form, void * arg, in curl_formget_ccsid()
|
D | curl.inc.in | 1954 d next * curl_httppost * 1966 d more * curl_httppost * 2231 d httppost * curl_httppost * 2232 d lastpost * curl_httppost * 2250 d form * value curl_httppost * 2255 d form * value curl_httppost * 2717 d httppost * curl_httppost * 2718 d lastpost * curl_httppost * 2727 d form * value curl_httppost * 2734 d value 10i 0 value curl_httppost *
|
/external/curl/docs/examples/ |
D | postit2-formadd.c | 50 struct curl_httppost *formpost = NULL; in main() 51 struct curl_httppost *lastptr = NULL; in main()
|
D | multi-formadd.c | 40 struct curl_httppost *formpost = NULL; in main() 41 struct curl_httppost *lastptr = NULL; in main()
|
/external/curl/tests/libtest/ |
D | lib651.c | 33 struct curl_httppost *formpost = NULL; in test() 34 struct curl_httppost *lastptr = NULL; in test()
|
D | lib554.c | 73 struct curl_httppost *formpost = NULL; in once() 74 struct curl_httppost *lastptr = NULL; in once()
|
D | lib650.c | 60 struct curl_httppost *formpost = NULL; in test() 61 struct curl_httppost *lastptr = NULL; in test()
|
/external/curl/tests/unit/ |
D | unit1308.c | 45 struct curl_httppost *post = NULL; 46 struct curl_httppost *last = NULL;
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 138 struct curl_httppost { struct 139 struct curl_httppost *next; /* next entry in the list */ argument 148 struct curl_httppost *more; /* if one field name has more than one argument 1473 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost, 1474 struct curl_httppost **last_post, 1497 CURL_EXTERN int curl_formget(struct curl_httppost *form, void *arg, 1506 CURL_EXTERN void curl_formfree(struct curl_httppost *form);
|
D | typecheck-gcc.h | 79 !_curl_is_arr((value), struct curl_httppost)) \
|
/external/curl/tests/data/ |
D | test1135 | 45 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost, 46 CURL_EXTERN int curl_formget(struct curl_httppost *form, void *arg, 47 CURL_EXTERN void curl_formfree(struct curl_httppost *form);
|
/external/curl/include/curl/ |
D | curl.h | 168 struct curl_httppost { struct 169 struct curl_httppost *next; /* next entry in the list */ argument 179 struct curl_httppost *more; /* if one field name has more than one argument 2291 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost, 2292 struct curl_httppost **last_post, 2316 CURL_EXTERN int curl_formget(struct curl_httppost *form, void *arg, 2325 CURL_EXTERN void curl_formfree(struct curl_httppost *form);
|
D | typecheck-gcc.h | 100 if(!_curl_is_arr((value), struct curl_httppost)) \
|
/external/curl/docs/ |
D | TODO | 194 22.8 remove 'curl_httppost' from public 1334 22.8 remove 'curl_httppost' from public
|