Searched refs:http_ctx (Results 1 – 3 of 3) sorted by relevance
| /hostap-latest/src/utils/ |
| D | http-utils.h | 12 struct http_ctx; 39 int soap_init_client(struct http_ctx *ctx, const char *address, 43 int soap_reinit_client(struct http_ctx *ctx); 44 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node); 46 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx); 47 void http_ocsp_set(struct http_ctx *ctx, int val); 48 void http_deinit_ctx(struct http_ctx *ctx); 50 int http_download_file(struct http_ctx *ctx, const char *url, 52 char * http_post(struct http_ctx *ctx, const char *url, const char *data, 58 void http_set_cert_cb(struct http_ctx *ctx, [all …]
|
| D | http_curl.c | 42 struct http_ctx { struct 71 static void clear_curl(struct http_ctx *ctx) in clear_curl() argument 94 static void debug_dump(struct http_ctx *ctx, const char *title, in debug_dump() 128 struct http_ctx *ctx = userdata; in curl_cb_debug() 165 struct http_ctx *ctx = userdata; in curl_cb_write() 205 static void add_alt_name_othername(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name_othername() 237 static void add_alt_name_dns(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name_dns() 258 static void add_alt_name(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name() 272 static void add_alt_names(struct http_ctx *ctx, struct http_cert *cert, in add_alt_names() 456 static void add_logo(struct http_ctx *ctx, struct http_cert *hcert, in DEFINE_STACK_OF() [all …]
|
| /hostap-latest/hs20/client/ |
| D | osu_client.h | 29 struct http_ctx *http;
|