Searched defs:httppost (Results 1 - 5 of 5) sorted by relevance

/external/curl/src/
H A Dtool_formparse.c145 struct curl_httppost **httppost,
292 if(curl_formadd(httppost, last_post,
325 if(curl_formadd(httppost, last_post,
345 if(curl_formadd(httppost, last_post,
143 formparse(struct OperationConfig *config, const char *input, struct curl_httppost **httppost, struct curl_httppost **last_post, bool literal_value) argument
H A Dtool_cfgable.h150 struct curl_httppost *httppost; member in struct:OperationConfig
/external/curl/lib/
H A Dformdata.c86 struct curl_httppost **httppost,
119 (*httppost) = post;
267 CURLFORMcode FormAdd(struct curl_httppost **httppost, argument
684 post, httppost,
698 list which are not already owned by the httppost linked list
724 now by the httppost linked list */
740 CURLFORMcode curl_formadd(struct curl_httppost **httppost, argument
747 result = FormAdd(httppost, last_post, arg);
1561 CURLFORMcode curl_formadd(struct curl_httppost **httppost, argument
1565 (void)httppost;
78 AddHttpPost(char *name, size_t namelength, char *value, curl_off_t contentslength, char *buffer, size_t bufferlength, char *contenttype, long flags, struct curl_slist* contentHeader, char *showfilename, char *userp, struct curl_httppost *parent_post, struct curl_httppost **httppost, struct curl_httppost **last_post) argument
[all...]
H A Durldata.h1546 struct curl_httppost *httppost; /* linked list of POST data */ member in struct:UserDefined
/external/curl/packages/OS400/
H A Dccsidcurl.c779 curl_formadd_ccsid(struct curl_httppost * * httppost, argument
1041 result = curl_formadd(httppost, last_post,

Completed in 93 milliseconds