Home
last modified time | relevance | path

Searched refs:http_request (Results 1 - 17 of 17) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A 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 *re
[all...]
H A Dhttp_server.c21 struct http_request { struct
22 struct http_request *next;
30 void (*cb)(void *ctx, struct http_request *req);
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 *re
[all...]
H A 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()
H A Dwps_er.c708 static void wps_er_http_resp_not_found(struct http_request *req) in wps_er_http_resp_not_found()
727 static void wps_er_http_resp_ok(struct http_request *req) in wps_er_http_resp_ok()
1151 static void wps_er_http_event(struct wps_er *er, struct http_request *req, in wps_er_http_event()
1187 static void wps_er_http_notify(struct wps_er *er, struct http_request *req) in wps_er_http_notify()
1213 static void wps_er_http_req(void *ctx, struct http_request *req) in wps_er_http_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A 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 *re
[all...]
H A Dhttp_server.c21 struct http_request { struct
22 struct http_request *next;
30 void (*cb)(void *ctx, struct http_request *req);
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 *re
[all...]
H A 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()
H A Dwps_er.c708 static void wps_er_http_resp_not_found(struct http_request *req) in wps_er_http_resp_not_found()
727 static void wps_er_http_resp_ok(struct http_request *req) in wps_er_http_resp_ok()
1151 static void wps_er_http_event(struct wps_er *er, struct http_request *req, in wps_er_http_event()
1187 static void wps_er_http_notify(struct wps_er *er, struct http_request *req) in wps_er_http_notify()
1213 static void wps_er_http_req(void *ctx, struct http_request *req) in wps_er_http_req()
/third_party/lwip/src/include/lwip/apps/
H A Dhttpd.h197 * @param http_request The raw HTTP request (the first packet, normally).
198 * @param http_request_len Size of 'http_request'.
209 err_t httpd_post_begin(void *connection, const char *uri, const char *http_request,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbrowser-android.c30 static void http_req(void *ctx, struct http_request *req) in http_req()
H A Dbrowser-system.c30 static void http_req(void *ctx, struct http_request *req) in http_req()
H A Dbrowser-wpadebug.c30 static void http_req(void *ctx, struct http_request *req) in http_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dbrowser-android.c30 static void http_req(void *ctx, struct http_request *req) in http_req()
H A Dbrowser-system.c30 static void http_req(void *ctx, struct http_request *req) in http_req()
H A Dbrowser-wpadebug.c30 static void http_req(void *ctx, struct http_request *req) in http_req()
/third_party/python/Lib/urllib/
H A Drequest.py1024 def http_request(self, req): member in AbstractBasicAuthHandler
1045 https_request = http_request
1379 http_request = AbstractHTTPHandler.do_request_ variable in HTTPHandler
1405 def http_request(self, request): member in HTTPCookieProcessor
1413 https_request = http_request
/third_party/python/Lib/test/
H A Dtest_urllib2.py673 [("http_request", "return request"),
675 [("http_request", "return request"),
685 (handlers[0], "http_request"), (handlers[1], "http_request"),
1167 newreq = h.http_request(req)

Completed in 17 milliseconds