Lines Matching refs:url
67 const char *url; member
852 hcert->url = ctx->url ? ctx->url : ctx->svc_address; in parse_cert()
1595 int http_download_file(struct http_ctx *ctx, const char *url, in http_download_file() argument
1605 ctx->url = url; in http_download_file()
1608 url, fname, ca_fname); in http_download_file()
1617 curl_easy_setopt(curl, CURLOPT_URL, url); in http_download_file()
1651 ctx->url = NULL; in http_download_file()
1661 char * http_post(struct http_ctx *ctx, const char *url, const char *data, in http_post() argument
1675 ctx->url = url; in http_post()
1676 wpa_printf(MSG_DEBUG, "curl: HTTP POST to %s", url); in http_post()
1677 curl = setup_curl_post(ctx, url, ca_fname, username, password, in http_post()
1724 ctx->url = NULL; in http_post()