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

  /external/curl/src/
tool_formparse.h 28 struct curl_httppost **httppost,
tool_cfgable.c 130 if(config->httppost) {
131 curl_formfree(config->httppost);
132 config->httppost = NULL;
tool_formparse.c 145 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,
tool_cfgable.h 150 struct curl_httppost *httppost; member in struct:OperationConfig
tool_setopt.h 87 struct curl_httppost *httppost);
tool_getparam.c     [all...]
tool_operate.c 937 my_setopt_httppost(curl, CURLOPT_HTTPPOST, config->httppost);
    [all...]
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
GetAndPostIntegrationTest.java 50 import org.apache.http.client.methods.HttpPost;
116 HttpPost httppost = new HttpPost("http://localhost:8192/"); local
120 httppost.setEntity(new UrlEncodedFormEntity(postParameters));
123 String responseBody = this.httpclient.execute(httppost, responseHandler);
132 HttpPost httppost = new HttpPost("http://localhost:8192/"); local
136 httppost.setEntity(reqEntity)
148 HttpPost httppost = new HttpPost("http:\/\/localhost:8192\/"); local
170 HttpPost httppost = new HttpPost("http:\/\/localhost:8192\/chin"); local
    [all...]
  /external/curl/packages/OS400/
ccsidcurl.h 55 CURL_EXTERN CURLFORMcode curl_formadd_ccsid(struct curl_httppost * * httppost,
ccsidcurl.c 779 curl_formadd_ccsid(struct curl_httppost * * httppost,
1041 result = curl_formadd(httppost, last_post,
  /external/curl/lib/
formdata.c 71 * Adds a HttpPost structure to the list, if parent_post is given becomes
74 * Returns newly allocated HttpPost on success and NULL if malloc failed.
86 struct curl_httppost **httppost,
119 (*httppost) = post;
260 * CURL_FORMADD_MEMORY if a HttpPost struct cannot be allocated
267 CURLFORMcode FormAdd(struct curl_httppost **httppost,
609 * alright add the HttpPost item otherwise set return_value accordingly */
684 post, httppost,
698 list which are not already owned by the httppost linked list
724 now by the httppost linked list *
    [all...]
urldata.h 1546 struct curl_httppost *httppost; \/* linked list of POST data *\/ member in struct:UserDefined
    [all...]
http.c     [all...]
url.c 1092 data->set.httppost = va_arg(param, struct curl_httppost *);
    [all...]
  /external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
TestNanolets.java 48 import org.apache.http.client.methods.HttpPost;
118 HttpPost httppost = new HttpPost("http://localhost:9090/user/blabla"); local
119 response = httpclient.execute(httppost);
  /external/curl/include/curl/
curl.h     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 750 CINIT(HTTPPOST, OBJECTPOINT, 24),
    [all...]

Completed in 222 milliseconds