Home
last modified time | relevance | path

Searched refs:curl_hdr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c46 struct curl_slist *curl_hdr; member
77 if (ctx->curl_hdr) { in clear_curl()
78 curl_slist_free_all(ctx->curl_hdr); in clear_curl()
79 ctx->curl_hdr = NULL; in clear_curl()
1434 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, in soap_init_client()
1436 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "SOAPAction: "); in soap_init_client()
1437 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "Expect:"); in soap_init_client()
1438 curl_easy_setopt(ctx->curl, CURLOPT_HTTPHEADER, ctx->curl_hdr); in soap_init_client()
1672 struct curl_slist *curl_hdr = NULL; in http_post() local
1685 curl_hdr = curl_slist_append(curl_hdr, ct); in http_post()
[all …]