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

  /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 780 curl_formadd_ccsid(struct curl_httppost * * httppost,
1042 result = curl_formadd(httppost, last_post,
  /external/curl/lib/
formdata.c 64 * Adds a HttpPost structure to the list, if parent_post is given becomes
67 * Returns newly allocated HttpPost on success and NULL if malloc failed.
79 struct curl_httppost **httppost,
112 (*httppost) = post;
253 * CURL_FORMADD_MEMORY if a HttpPost struct cannot be allocated
260 CURLFORMcode FormAdd(struct curl_httppost **httppost,
603 * alright add the HttpPost item otherwise set return_value accordingly */
688 post, httppost,
701 list which are not already owned by the httppost linked list
727 now by the httppost linked list *
    [all...]
urldata.h 1537 struct curl_httppost *httppost; \/* linked list of old POST data *\/ member in struct:UserDefined
    [all...]
setopt.c 589 data->set.httppost = va_arg(param, struct curl_httppost *);
    [all...]
http.c     [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/tests/libtest/
mk-lib1521.pl 148 struct curl_httppost *httppost = NULL;
217 elsif($name eq "HTTPPOST") {
218 print "${pref} httppost);\n$check";
lib1521.c 115 struct curl_httppost *httppost = NULL; local
308 res = curl_easy_setopt(curl, CURLOPT_HTTPPOST, httppost);
310 err("HTTPPOST", res, __LINE__); goto test_cleanup; }
313 err("HTTPPOST", res, __LINE__); goto test_cleanup; }
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 750 CINIT(HTTPPOST, OBJECTPOINT, 24),
    [all...]
  /external/curl/include/curl/
curl.h     [all...]

Completed in 252 milliseconds