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.h149 struct curl_httppost *httppost; member in struct:OperationConfig
/external/curl/lib/
H A Dformdata.c79 struct curl_httppost **httppost,
112 (*httppost) = post;
260 CURLFORMcode FormAdd(struct curl_httppost **httppost, argument
671 post, httppost,
685 list which are not already owned by the httppost linked list
711 now by the httppost linked list */
727 CURLFORMcode curl_formadd(struct curl_httppost **httppost, argument
734 result = FormAdd(httppost, last_post, arg);
1526 CURLFORMcode curl_formadd(struct curl_httppost **httppost, argument
1530 (void)httppost;
71 AddHttpPost(char *name, size_t namelength, char *value, size_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.h1496 struct curl_httppost *httppost; /* linked list of POST data */ member in struct:UserDefined
/external/curl/packages/OS400/
H A Dccsidcurl.c777 curl_formadd_ccsid(struct curl_httppost * * httppost, argument
1031 result = curl_formadd(httppost, last_post,

Completed in 121 milliseconds