Home
last modified time | relevance | path

Searched refs:http_request (Results 1 – 12 of 12) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dhttp_server.h13 struct http_request;
15 void http_request_deinit(struct http_request *req);
16 void http_request_send(struct http_request *req, struct wpabuf *resp);
17 void http_request_send_and_deinit(struct http_request *req,
19 enum httpread_hdr_type http_request_get_type(struct http_request *req);
20 char * http_request_get_uri(struct http_request *req);
21 char * http_request_get_hdr(struct http_request *req);
22 char * http_request_get_data(struct http_request *req);
23 char * http_request_get_hdr_line(struct http_request *req, const char *tag);
24 struct sockaddr_in * http_request_get_cli_addr(struct http_request *req);
[all …]
Dhttp_server.c21 struct http_request { struct
22 struct http_request *next; argument
30 void (*cb)(void *ctx, struct http_request *req); argument
36 struct http_request *requests;
44 struct http_request *req = cookie; in http_request_cb()
61 static struct http_request * http_request_init(struct http_server *srv, int fd, in http_request_init()
64 struct http_request *req; in http_request_init()
91 void http_request_deinit(struct http_request *req) in http_request_deinit()
93 struct http_request *r, *p; in http_request_deinit()
121 static void http_request_free_all(struct http_request *req) in http_request_free_all()
[all …]
Dwps_upnp_web.c303 struct http_request *hreq, in web_connection_parse_get()
755 static void web_connection_send_reply(struct http_request *req, in web_connection_send_reply()
861 static const char * web_get_action(struct http_request *req, in web_get_action()
920 struct http_request *req, in web_connection_parse_post()
984 struct http_request *req, in web_connection_parse_subscribe()
1206 struct http_request *req, in web_connection_parse_unsubscribe()
1332 static void web_connection_unimplemented(struct http_request *req) in web_connection_unimplemented()
1348 static void web_connection_check_data(void *ctx, struct http_request *req) in web_connection_check_data()
Dwps_er.c709 static void wps_er_http_resp_not_found(struct http_request *req) in wps_er_http_resp_not_found()
728 static void wps_er_http_resp_ok(struct http_request *req) in wps_er_http_resp_ok()
1152 static void wps_er_http_event(struct wps_er *er, struct http_request *req, in wps_er_http_event()
1188 static void wps_er_http_notify(struct wps_er *er, struct http_request *req) in wps_er_http_notify()
1214 static void wps_er_http_req(void *ctx, struct http_request *req) in wps_er_http_req()
/external/syslinux/gpxe/src/net/tcp/
Dhttp.c63 struct http_request { struct
95 struct http_request *http = in http_free() argument
96 container_of ( refcnt, struct http_request, refcnt ); in http_free()
109 static void http_done ( struct http_request *http, int rc ) { in http_done()
164 static int http_rx_response ( struct http_request *http, char *response ) { in http_rx_response()
194 static int http_rx_location ( struct http_request *http, const char *value ) { in http_rx_location()
216 static int http_rx_content_length ( struct http_request *http, in http_rx_content_length()
246 int ( * rx ) ( struct http_request *http, const char *value );
269 static int http_rx_header ( struct http_request *http, char *header ) { in http_rx_header()
313 int ( * rx ) ( struct http_request *http, char *line );
[all …]
/external/wpa_supplicant_8/src/utils/
Dbrowser-system.c30 static void http_req(void *ctx, struct http_request *req) in http_req()
Dbrowser-android.c30 static void http_req(void *ctx, struct http_request *req) in http_req()
Dbrowser-wpadebug.c30 static void http_req(void *ctx, struct http_request *req) in http_req()
/external/libbrillo/
DAndroid.bp55 "brillo/http/http_request.cc",
Dlibbrillo.gypi119 'brillo/http/http_request.cc',
/external/python/cpython2/Lib/
Durllib2.py1230 http_request = AbstractHTTPHandler.do_request_ variable in HTTPHandler
1252 def http_request(self, request): member in HTTPCookieProcessor
1260 https_request = http_request
/external/python/cpython2/Lib/test/
Dtest_urllib2.py913 newreq = h.http_request(req)