Searched refs:http_ctx (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp-utils.h12 struct http_ctx;
38 int soap_init_client(struct http_ctx *ctx, const char *address,
42 int soap_reinit_client(struct http_ctx *ctx);
43 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node);
45 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx);
46 void http_ocsp_set(struct http_ctx *ctx, int val);
47 void http_deinit_ctx(struct http_ctx *ctx);
49 int http_download_file(struct http_ctx *ctx, const char *url,
51 char * http_post(struct http_ctx *ctx, const char *url, const char *data,
57 void http_set_cert_cb(struct http_ctx *ct
[all...]
H A Dhttp_curl.c34 struct http_ctx { struct
62 static void clear_curl(struct http_ctx *ctx)
85 static void debug_dump(struct http_ctx *ctx, const char *title,
119 struct http_ctx *ctx = userdata;
156 struct http_ctx *ctx = userdata;
196 static void add_alt_name_othername(struct http_ctx *ctx, struct http_cert *cert,
228 static void add_alt_name_dns(struct http_ctx *ctx, struct http_cert *cert,
249 static void add_alt_name(struct http_ctx *ctx, struct http_cert *cert,
263 static void add_alt_names(struct http_ctx *ctx, struct http_cert *cert,
462 static void add_logo(struct http_ctx *ct
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dhttp-utils.h12 struct http_ctx;
38 int soap_init_client(struct http_ctx *ctx, const char *address,
42 int soap_reinit_client(struct http_ctx *ctx);
43 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node);
45 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx);
46 void http_ocsp_set(struct http_ctx *ctx, int val);
47 void http_deinit_ctx(struct http_ctx *ctx);
49 int http_download_file(struct http_ctx *ctx, const char *url,
51 char * http_post(struct http_ctx *ctx, const char *url, const char *data,
57 void http_set_cert_cb(struct http_ctx *ct
[all...]
H A Dhttp_curl.c34 struct http_ctx { struct
62 static void clear_curl(struct http_ctx *ctx)
85 static void debug_dump(struct http_ctx *ctx, const char *title,
119 struct http_ctx *ctx = userdata;
156 struct http_ctx *ctx = userdata;
196 static void add_alt_name_othername(struct http_ctx *ctx, struct http_cert *cert,
228 static void add_alt_name_dns(struct http_ctx *ctx, struct http_cert *cert,
249 static void add_alt_name(struct http_ctx *ctx, struct http_cert *cert,
263 static void add_alt_names(struct http_ctx *ctx, struct http_cert *cert,
462 static void add_logo(struct http_ctx *ct
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp-utils.h12 struct http_ctx;
38 int soap_init_client(struct http_ctx *ctx, const char *address,
42 int soap_reinit_client(struct http_ctx *ctx);
43 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node);
45 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx);
46 void http_ocsp_set(struct http_ctx *ctx, int val);
47 void http_deinit_ctx(struct http_ctx *ctx);
49 int http_download_file(struct http_ctx *ctx, const char *url,
51 char * http_post(struct http_ctx *ctx, const char *url, const char *data,
57 void http_set_cert_cb(struct http_ctx *ct
[all...]
H A Dhttp_curl.c34 struct http_ctx { struct
62 static void clear_curl(struct http_ctx *ctx)
85 static void debug_dump(struct http_ctx *ctx, const char *title,
119 struct http_ctx *ctx = userdata;
156 struct http_ctx *ctx = userdata;
196 static void add_alt_name_othername(struct http_ctx *ctx, struct http_cert *cert,
228 static void add_alt_name_dns(struct http_ctx *ctx, struct http_cert *cert,
249 static void add_alt_name(struct http_ctx *ctx, struct http_cert *cert,
263 static void add_alt_names(struct http_ctx *ctx, struct http_cert *cert,
462 static void add_logo(struct http_ctx *ct
[all...]
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.h29 struct http_ctx *http;

Completed in 353 milliseconds