Lines Matching defs:curl_hdr
46 struct curl_slist *curl_hdr;
77 if (ctx->curl_hdr) {
78 curl_slist_free_all(ctx->curl_hdr);
79 ctx->curl_hdr = NULL;
1434 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr,
1436 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "SOAPAction: ");
1437 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "Expect:");
1438 curl_easy_setopt(ctx->curl, CURLOPT_HTTPHEADER, ctx->curl_hdr);
1672 struct curl_slist *curl_hdr = NULL;
1685 curl_hdr = curl_slist_append(curl_hdr, ct);
1688 curl_hdr = curl_slist_append(curl_hdr, ext_hdr);
1689 curl_easy_setopt(curl, CURLOPT_HTTPHEADER, curl_hdr);