HomeSort by relevance Sort by last modified time
    Searched refs:http_client (Results 1 - 18 of 18) sorted by null

  /external/wpa_supplicant_8/src/wps/
http_client.h 2 * http_client - HTTP client
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);
http_client.c 2 * http_client - HTTP client
15 #include "http_client.h"
21 struct http_client { struct
28 void (*cb)(void *ctx, struct http_client *c,
38 struct http_client *c = eloop_data;
47 struct http_client *c = cookie;
86 struct http_client *c = eloop_ctx;
130 struct http_client * http_client_addr(struct sockaddr_in *dst,
133 struct http_client *c,
137 struct http_client *c
    [all...]
wps_er.h 29 struct http_client *http;
39 struct http_client *http;
wps_upnp_event.c 17 #include "http_client.h"
55 struct http_client *http_event;
212 static void event_http_cb(void *ctx, struct http_client *c,
wps_er.c 16 #include "http_client.h"
193 static void wps_er_http_unsubscribe_cb(void *ctx, struct http_client *c,
402 static void wps_er_http_subscribe_cb(void *ctx, struct http_client *c,
610 static void wps_er_http_dev_desc_cb(void *ctx, struct http_client *c,
865 static void wps_er_http_put_wlan_response_cb(void *ctx, struct http_client *c,
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privet_local_printer_lister.cc 84 scoped_ptr<PrivetHTTPClient> http_client) {
85 if (!http_client) {
90 DeviceContextMap::iterator i = device_contexts_.find(http_client->GetName());
93 i->second->info_operation = http_client->CreateInfoOperation(
97 http_client->GetName()));
98 i->second->privet_client = http_client.Pass();
privet_local_printer_lister.h 64 scoped_ptr<PrivetHTTPClient> http_client);
privet_notifications.cc 119 scoped_ptr<PrivetHTTPClient> http_client) {
120 if (!http_client) {
125 std::string name = http_client->GetName();
129 device->privet_http.swap(http_client);
privet_notifications.h 77 void CreateInfoOperation(scoped_ptr<PrivetHTTPClient> http_client);
  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_filesystem_operations.h 75 // |http_client| is the client for the resolved service, or NULL if
78 virtual void PrivetFileSystemResolved(PrivetV1HTTPClient* http_client,
122 virtual void PrivetFileSystemResolved(PrivetV1HTTPClient* http_client,
156 virtual void PrivetFileSystemResolved(PrivetV1HTTPClient* http_client,
privet_filesystem_operations.cc 131 PrivetV1HTTPClient* http_client,
134 if (!http_client) {
139 list_operation_ = http_client->CreateStorageListOperation(
243 PrivetV1HTTPClient* http_client,
246 if (!http_client) {
251 list_operation_ = http_client->CreateStorageListOperation(
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.h 247 scoped_ptr<local_discovery::PrivetHTTPClient> http_client);
252 scoped_ptr<local_discovery::PrivetHTTPClient> http_client);
254 scoped_ptr<local_discovery::PrivetHTTPClient> http_client);
print_preview_handler.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.h 113 void StartRegisterHTTP(scoped_ptr<PrivetHTTPClient> http_client);
local_discovery_ui_handler.cc 289 scoped_ptr<PrivetHTTPClient> http_client) {
290 current_http_client_ = PrivetV1HTTPClient::CreateDefault(http_client.Pass());
  /external/wpa_supplicant_8/hostapd/
Android.mk 431 OBJS += src/wps/http_client.c
Makefile 417 OBJS += ../src/wps/http_client.o
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 668 OBJS += ../src/wps/http_client.o
    [all...]

Completed in 335 milliseconds