Searched refs:http_client (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | http_client.h | 12 struct http_client; 23 struct http_client * http_client_addr(struct sockaddr_in *dst, 26 struct http_client *c, 29 struct http_client * http_client_url(const char *url, 32 struct http_client *c, 35 void http_client_free(struct http_client *c); 36 struct wpabuf * http_client_get_body(struct http_client *c); 37 char * http_client_get_hdr_line(struct http_client *c, const char *tag);
|
D | http_client.c | 21 struct http_client { struct 28 void (*cb)(void *ctx, struct http_client *c, argument 38 struct http_client *c = eloop_data; in http_client_timeout() argument 47 struct http_client *c = cookie; in http_client_got_response() 86 struct http_client *c = eloop_ctx; in http_client_tx_ready() 130 struct http_client * http_client_addr(struct sockaddr_in *dst, in http_client_addr() 133 struct http_client *c, in http_client_addr() 137 struct http_client *c; in http_client_addr() 242 struct http_client * http_client_url(const char *url, in http_client_url() 245 struct http_client *c, in http_client_url() [all …]
|
D | wps_er.h | 29 struct http_client *http; 39 struct http_client *http;
|
D | Makefile | 16 http_client.o \
|
D | wps_upnp_event.c | 55 struct http_client *http_event; 212 static void event_http_cb(void *ctx, struct http_client *c, in event_http_cb()
|
D | wps_er.c | 193 static void wps_er_http_unsubscribe_cb(void *ctx, struct http_client *c, in wps_er_http_unsubscribe_cb() 402 static void wps_er_http_subscribe_cb(void *ctx, struct http_client *c, in wps_er_http_subscribe_cb() 610 static void wps_er_http_dev_desc_cb(void *ctx, struct http_client *c, in wps_er_http_dev_desc_cb() 865 static void wps_er_http_put_wlan_response_cb(void *ctx, struct http_client *c, in wps_er_http_put_wlan_response_cb() 1390 static void wps_er_http_set_sel_reg_cb(void *ctx, struct http_client *c, in wps_er_http_set_sel_reg_cb() 1641 static void wps_er_http_put_message_cb(void *ctx, struct http_client *c, in wps_er_http_put_message_cb() 1818 static void wps_er_http_get_dev_info_cb(void *ctx, struct http_client *c, in wps_er_http_get_dev_info_cb()
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | proxy.py | 32 from six.moves import http_client as httplib
|
/external/wpa_supplicant_8/hostapd/ |
D | Makefile | 444 OBJS += ../src/wps/http_client.o
|
/external/chromium-trace/trace-viewer/third_party/six/documentation/ |
D | index.rst | 581 | ``http_client`` | :mod:`py2:httplib` | :mod:`py3:http.client` …
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | Makefile | 713 OBJS += ../src/wps/http_client.o
|