HomeSort by relevance Sort by last modified time
    Searched full:http_request (Results 1 - 15 of 15) sorted by null

  /external/wpa_supplicant_8/src/wps/
http_server.h 19 struct http_request;
21 void http_request_deinit(struct http_request *req);
22 void http_request_send(struct http_request *req, struct wpabuf *resp);
23 void http_request_send_and_deinit(struct http_request *req,
25 enum httpread_hdr_type http_request_get_type(struct http_request *req);
26 char * http_request_get_uri(struct http_request *req);
27 char * http_request_get_hdr(struct http_request *req);
28 char * http_request_get_data(struct http_request *req);
29 char * http_request_get_hdr_line(struct http_request *req, const char *tag);
30 struct sockaddr_in * http_request_get_cli_addr(struct http_request *req)
    [all...]
http_server.c 27 struct http_request { struct
28 struct http_request *next;
36 void (*cb)(void *ctx, struct http_request *req);
42 struct http_request *requests;
50 struct http_request *req = cookie;
67 static struct http_request * http_request_init(struct http_server *srv, int fd,
70 struct http_request *req;
97 void http_request_deinit(struct http_request *req)
99 struct http_request *r, *p;
127 static void http_request_free_all(struct http_request *req
    [all...]
wps_upnp_web.c 306 struct http_request *hreq, char *filename)
683 static void web_connection_send_reply(struct http_request *req,
789 static const char * web_get_action(struct http_request *req,
848 struct http_request *req,
912 struct http_request *req,
1134 struct http_request *req,
    [all...]
wps_er.c 666 static void wps_er_http_resp_not_found(struct http_request *req)
685 static void wps_er_http_resp_ok(struct http_request *req)
1130 static void wps_er_http_event(struct wps_er *er, struct http_request *req,
1166 static void wps_er_http_notify(struct wps_er *er, struct http_request *req)
1192 static void wps_er_http_req(void *ctx, struct http_request *req)
    [all...]
  /external/chromium/third_party/libevent/test/
regress_http.c 298 const char *http_request = "host\r\n" local
301 bufferevent_write(bev, http_request, strlen(http_request));
310 const char *http_request; local
331 http_request =
335 bufferevent_write(bev, http_request, strlen(http_request));
357 http_request =
363 bufferevent_write(bev, http_request, strlen(http_request));
813 const char *http_request; local
1080 const char *http_request; local
1271 const char *http_request; local
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
ExecutionContext.java 46 public static final String HTTP_REQUEST = "http.request";
ResponseConnControl.java 95 context.getAttribute(ExecutionContext.HTTP_REQUEST);
HttpService.java 183 context.setAttribute(ExecutionContext.HTTP_REQUEST, request);
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRedirectHandler.java 136 ExecutionContext.HTTP_REQUEST);
DefaultRequestDirector.java 410 context.setAttribute(ExecutionContext.HTTP_REQUEST,
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestHttpClient.java 99 this.context.setAttribute(ExecutionContext.HTTP_REQUEST, request);
  /external/libvpx/examples/includes/geshi/geshi/
php.php 336 'http_request','http_request_body_encode',
    [all...]
  /prebuilt/common/http-client/
httpcore-4.1.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 664 milliseconds