Home
last modified time | relevance | path

Searched refs:http_client (Results 1 – 17 of 17) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dhttp_client.h12 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);
Dhttp_client.c21 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 …]
Dwps_er.h29 struct http_client *http;
39 struct http_client *http;
Dwps_upnp_event.c55 struct http_client *http_event;
212 static void event_http_cb(void *ctx, struct http_client *c, in event_http_cb()
Dwps_er.c193 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_org/chrome/browser/local_discovery/
Dprivet_local_printer_lister.cc84 scoped_ptr<PrivetHTTPClient> http_client) { in OnPrivetResolved() argument
85 if (!http_client) { in OnPrivetResolved()
90 DeviceContextMap::iterator i = device_contexts_.find(http_client->GetName()); in OnPrivetResolved()
93 i->second->info_operation = http_client->CreateInfoOperation( in OnPrivetResolved()
97 http_client->GetName())); in OnPrivetResolved()
98 i->second->privet_client = http_client.Pass(); in OnPrivetResolved()
Dprivet_notifications.cc119 scoped_ptr<PrivetHTTPClient> http_client) { in CreateInfoOperation() argument
120 if (!http_client) { in CreateInfoOperation()
125 std::string name = http_client->GetName(); in CreateInfoOperation()
129 device->privet_http.swap(http_client); in CreateInfoOperation()
Dprivet_local_printer_lister.h64 scoped_ptr<PrivetHTTPClient> http_client);
Dprivet_notifications.h77 void CreateInfoOperation(scoped_ptr<PrivetHTTPClient> http_client);
/external/chromium_org/chrome/browser/local_discovery/storage/
Dprivet_filesystem_operations.cc131 PrivetV1HTTPClient* http_client, in PrivetFileSystemResolved() argument
134 if (!http_client) { in PrivetFileSystemResolved()
139 list_operation_ = http_client->CreateStorageListOperation( in PrivetFileSystemResolved()
243 PrivetV1HTTPClient* http_client, in PrivetFileSystemResolved() argument
246 if (!http_client) { in PrivetFileSystemResolved()
251 list_operation_ = http_client->CreateStorageListOperation( in PrivetFileSystemResolved()
Dprivet_filesystem_operations.h78 virtual void PrivetFileSystemResolved(PrivetV1HTTPClient* http_client,
122 virtual void PrivetFileSystemResolved(PrivetV1HTTPClient* http_client,
156 virtual void PrivetFileSystemResolved(PrivetV1HTTPClient* http_client,
/external/chromium_org/chrome/browser/ui/webui/print_preview/
Dprint_preview_handler.h247 scoped_ptr<local_discovery::PrivetHTTPClient> http_client);
252 scoped_ptr<local_discovery::PrivetHTTPClient> http_client);
254 scoped_ptr<local_discovery::PrivetHTTPClient> http_client);
Dprint_preview_handler.cc1420 scoped_ptr<local_discovery::PrivetHTTPClient> http_client) { in PrivetCapabilitiesUpdateClient() argument
1421 if (!PrivetUpdateClient(http_client.Pass())) in PrivetCapabilitiesUpdateClient()
1432 scoped_ptr<local_discovery::PrivetHTTPClient> http_client) { in PrivetUpdateClient() argument
1433 if (!http_client) { in PrivetUpdateClient()
1442 local_discovery::PrivetV1HTTPClient::CreateDefault(http_client.Pass()); in PrivetUpdateClient()
1453 scoped_ptr<local_discovery::PrivetHTTPClient> http_client) { in PrivetLocalPrintUpdateClient() argument
1454 if (!PrivetUpdateClient(http_client.Pass())) in PrivetLocalPrintUpdateClient()
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
Dlocal_discovery_ui_handler.h113 void StartRegisterHTTP(scoped_ptr<PrivetHTTPClient> http_client);
Dlocal_discovery_ui_handler.cc289 scoped_ptr<PrivetHTTPClient> http_client) { in StartRegisterHTTP() argument
290 current_http_client_ = PrivetV1HTTPClient::CreateDefault(http_client.Pass()); in StartRegisterHTTP()
/external/wpa_supplicant_8/hostapd/
DMakefile417 OBJS += ../src/wps/http_client.o
/external/wpa_supplicant_8/wpa_supplicant/
DMakefile668 OBJS += ../src/wps/http_client.o