Searched refs:http_ctx (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/wpa/src/utils/ |
| H A D | http-utils.h | 12 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); 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 *ctx, 60 const char * http_get_err(struct http_ctx *ctx); [all …]
|
| H A D | http_curl.c | 42 struct http_ctx { struct 70 static void clear_curl(struct http_ctx *ctx) in clear_curl() argument 127 struct http_ctx *ctx = userdata; in curl_cb_debug() 164 struct http_ctx *ctx = userdata; in curl_cb_write() 995 struct http_ctx *ctx; in curl_cb_ssl_verify() 1112 struct http_ctx *ctx = arg; in ocsp_resp_cb() 1316 struct http_ctx *ctx = parm; in curl_cb_ssl() 1465 int soap_reinit_client(struct http_ctx *ctx) in soap_reinit_client() 1573 struct http_ctx *ctx; in http_init_ctx() 1599 void http_deinit_ctx(struct http_ctx *ctx) in http_deinit_ctx() [all …]
|
| /freebsd-12.1/contrib/wpa/hs20/client/ |
| H A D | osu_client.h | 29 struct http_ctx *http;
|