Searched refs:curl_hdr (Results 1 – 1 of 1) sorted by relevance
35 struct curl_slist *curl_hdr; member65 if (ctx->curl_hdr) { in clear_curl()66 curl_slist_free_all(ctx->curl_hdr); in clear_curl()67 ctx->curl_hdr = NULL; in clear_curl()1346 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, in soap_init_client()1348 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "SOAPAction: "); in soap_init_client()1349 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "Expect:"); in soap_init_client()1350 curl_easy_setopt(ctx->curl, CURLOPT_HTTPHEADER, ctx->curl_hdr); in soap_init_client()1582 struct curl_slist *curl_hdr = NULL; in http_post() local1594 curl_hdr = curl_slist_append(curl_hdr, ct); in http_post()[all …]