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
76 if (ctx->curl_hdr) { in clear_curl()
77 curl_slist_free_all(ctx->curl_hdr); in clear_curl()
78 ctx->curl_hdr = NULL; in clear_curl()
1455 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, in soap_init_client()
1457 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "SOAPAction: "); in soap_init_client()
1458 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "Expect:"); in soap_init_client()
1691 struct curl_slist *curl_hdr = NULL; in http_post() local
1703 curl_hdr = curl_slist_append(curl_hdr, ct); in http_post()
1706 curl_hdr = curl_slist_append(curl_hdr, ext_hdr); in http_post()
[all …]