/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | http_server.h | 13 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 …]
|
D | http_server.c | 21 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 …]
|
D | wps_upnp_web.c | 303 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()
|
D | wps_er.c | 708 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/src/wps/ |
D | http_server.h | 13 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 …]
|
D | http_server.c | 21 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 …]
|
D | wps_upnp_web.c | 303 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()
|
D | wps_er.c | 708 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/grpc/test/core/end2end/fixtures/ |
D | http_proxy_fixture.cc | 116 grpc_http_request http_request; member 142 grpc_http_request_destroy(&conn->http_request); in proxy_connection_unref() 491 if (strcmp(conn->http_request.method, "CONNECT") != 0) { in on_read_request_done_locked() 494 conn->http_request.method) in on_read_request_done_locked() 507 for (size_t i = 0; i < conn->http_request.hdr_count; i++) { in on_read_request_done_locked() 508 if (strcmp(conn->http_request.hdrs[i].key, "Proxy-Authorization") == 0) { in on_read_request_done_locked() 510 conn->http_request.hdrs[i].value, proxy_auth_str); in on_read_request_done_locked() 525 error = grpc_blocking_resolve_address(conn->http_request.path, "80", in on_read_request_done_locked() 578 &conn->http_request); in on_accept()
|
/third_party/lwip/src/include/lwip/apps/ |
D | httpd.h | 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/ |
D | browser-system.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req()
|
D | browser-android.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req()
|
D | browser-wpadebug.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | browser-system.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req()
|
D | browser-android.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req()
|
D | browser-wpadebug.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req()
|
/third_party/curl/lib/vquic/ |
D | quiche.c | 63 static CURLcode http_request(struct Curl_easy *data, const void *mem, 580 CURLcode result = http_request(data, mem, len); in h3_stream_send() 618 static CURLcode http_request(struct Curl_easy *data, const void *mem, in http_request() function
|
D | ngtcp2.c | 1389 static CURLcode http_request(struct Curl_easy *data, const void *mem, in http_request() function 1636 CURLcode result = http_request(data, mem, len); in ngh3_stream_send()
|
/third_party/python/Lib/urllib/ |
D | request.py | 1024 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/boost/libs/beast/doc/qbk/08_design/ |
D | 2_http_comparison.qbk | 270 are two public message container interfaces, one for requests (`http_request`) 366 class http_request
|
/third_party/python/Lib/test/ |
D | test_urllib2.py | 1149 newreq = h.http_request(req)
|